wpt icon indicating copy to clipboard operation
wpt copied to clipboard

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

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

Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 11.0 to 11.1. Release notes Sourced from pyobjc-core's releases. v11.1 The major change in this release is aligning behaviour of the core bridge with clang's documentation for...

infra
ci
dependencies
python

Bumps [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) from 11.0 to 11.1. Release notes Sourced from pyobjc-framework-cocoa's releases. v11.1 The major change in this release is aligning behaviour of the core bridge with clang's documentation for...

infra
ci
dependencies
python

Bumps [pyobjc-framework-quartz](https://github.com/ronaldoussoren/pyobjc) from 11.0 to 11.1. Release notes Sourced from pyobjc-framework-quartz's releases. v11.1 The major change in this release is aligning behaviour of the core bridge with clang's documentation for...

infra
ci
dependencies
python

When cancel() is called on an animation, that animation should be detached from all relevant triggers. Bug: 423632857,390314945,423632858 Change-Id: I83452fd4084714946206ed71574445f8b0d91369 Reviewed-on: https://chromium-review.googlesource.com/6634049 WPT-Export-Revision: faec0d0f40378b67974b8514633325b41c0d0be2

do not merge yet
chromium-export

Validate this change by writing a few simple tests that verify that some APIs on `browser.runtime` behave as expected. The RFC document can be viewed [here](https://github.com/web-platform-tests/rfcs/pull/219).

infra
webdriver
docs
lint
manifest
wptrunner
testdriver.js
serve
mozilla:gecko-blocked
wg-s_browser-tools-testing
web-extensions

WebKit export from bug: [Add WPT test for text-wrap:balance and SVG](https://bugs.webkit.org/show_bug.cgi?id=294567)

wg-css
css-text
webkit-export

Percent encoding was left out since it was unclear if these tests were set up wrong or if various browsers truly had an issue with these hosts. Progress on re-adding...

do not merge yet
chromium-export

This PR adds Web Platform Tests (WPTs) to verify the behavior of various CSS width and height values—such as **auto, calc-size(), calc(), Ems, fit-content, inherit, initial, max-content, min-content, percent, Rems,...

Chrome recently implemented the `NoFontAntialiasing` feature to disable anti aliasing in all fonts for testing. This decreases the amount of false negatives where a test fails due to some small...