wpt
wpt copied to clipboard
Test suites for Web platform specs — including WHATWG, W3C, and others
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...
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...
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...
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
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).
WebKit export from bug: [Add WPT test for text-wrap:balance and SVG](https://bugs.webkit.org/show_bug.cgi?id=294567)
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...
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...