wpt icon indicating copy to clipboard operation
wpt copied to clipboard

Test suites for Web platform specs — including WHATWG, W3C, and others

Results 961 wpt issues
Sort by recently updated
recently updated
newest added

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...

infra
Azure Pipelines

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...

infra
requirements_mypy.txt
dependencies
python

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...

html
do not merge yet
chromium-export

Change-Id: Id3c0f4e145b80d948c6e23782e8a0bd0132ff054 Reviewed-on: https://chromium-review.googlesource.com/3773983 WPT-Export-Revision: aec81d7b00534f07ca2d9f483f2eb4654c45810e

html
do not merge yet
chromium-export

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

do not merge yet
chromium-export
ua-client-hints

`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...

service-workers
do not merge yet
chromium-export
wg-sw

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...

Azure Pipelines

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...