wpt
wpt copied to clipboard
Test suites for Web platform specs — including WHATWG, W3C, and others
After https://github.com/web-platform-tests/rfcs/blob/master/rfcs/py_3.md there's some cleanup is possible. Most obvious is the use of [six](https://six.readthedocs.io/), but there are other things like checking `sys.version_info` as well. This is a tracking issue just...
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.20.0 to 4.33.0. Release notes Sourced from selenium's releases. Selenium 4.33.0 Detailed Changelogs by Component Java | Python | DotNet | Ruby | JavaScript What's Changed [py]...
This changes the hash in the test due to changes in URL encoding, but decodeURIComponent() of the strings gives the exact same strings before and after this change. Add buildtests.py...
I would like to test that a image's width / height scales with device pixel ratio but its natural width and natural height remains. In Blink layout test, we could...
This got overridden by the level wrapper, because it (unlike buffer and valgrind) wasn't special-cased to be a wrapper and not a formatter.
One of the [idlharness](https://web-platform-tests.org/writing-tests/idlharness.html) subtests that run on `mixin` interfaces is [named `member names are unique`](https://github.com/web-platform-tests/wpt/blob/00e9c5a20b/resources/idlharness.js#L878) And, as far as I can tell, what this subtest seem to be doing...
Currently we set `target_platform` based on what `mozinfo` returns for the given platform; [the spec for `platformName`](https://w3c.github.io/webdriver/#:~:text=%22platformName%22,-If%20value%20is) in an (informative) note suggests certain values, but it doesn't place any normative...
This tests what the spec currently defines, with regard to https://github.com/w3c/webdriver/issues/1899.
This provides another means of mapping hosts, for cases where using a local DNS server is the simplest solution. Currently, this can only be started via `wpt serve --enable-dns`; this...