wpt
wpt copied to clipboard
Test suites for Web platform specs — including WHATWG, W3C, and others
In https://github.com/web-platform-tests/interop-2022/issues/96 I found differences between Chrome and Edge in the form of missing results from Edge. Here are two runs from the same commit of wpt: - Chrome with...
Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c Update version to 0.971+dev...
There are a few tests for `background-clip` with multiple image layers. Most of these test clipping of background color: - [background-clip-root.html](https://github.com/web-platform-tests/wpt/blob/master/css/css-backgrounds/background-clip-root.html) Background of root. - [background-color-border-box.htm](https://github.com/web-platform-tests/wpt/blob/master/css/css-backgrounds/background-color-border-box.htm) Clip of background color....
This CL applies the new agreements for a \ element on the standards meeting[1][2]. - Resolve the slot element's directionality from the flattened tree - Apply one exception that the...
Change-Id: Id3c0f4e145b80d948c6e23782e8a0bd0132ff054 Reviewed-on: https://chromium-review.googlesource.com/3773983 WPT-Export-Revision: aec81d7b00534f07ca2d9f483f2eb4654c45810e
See https://wicg.github.io/ua-client-hints/#ref-for-user-agent-platform-architecture Change-Id: Iaf49e2736342d3f029cb79d3326c10024b9dd0e9 Reviewed-on: https://chromium-review.googlesource.com/3773393 WPT-Export-Revision: d693c10b87f9c565f10ca449a54205a6cf04a3d3
`ModuleWorkerHandler` in [`third_party/wpt_tools/wpt/tools/serve/serve.py` ](https://github.com/web-platform-tests/wpt/blob/master/tools/serve/serve.py) generates a worker script like: ``` self.GLOBAL = { isWindow: function() { return false; }, isWorker: function() { return true; }, isShadowRealm: function() { return false;...
This CL adds a WPT which exercises the interaction between partitioned service workers and partitioned cookies. When 3P storage partitioning is enabled, partitioned cookies should only be visible to partitioned...
Allow these steps to run even if the job has already failed; this means we should always try to run the infrastructure tests for each browser even if an earlier...
There was a spec change a few years ago requiring spaces around CSS declaration's value to be trimmed: https://github.com/w3c/csswg-drafts/pull/1986. The discussion leading to this spec change: https://github.com/w3c/csswg-drafts/issues/774. The PR is...