wpt
wpt copied to clipboard
Test suites for Web platform specs — including WHATWG, W3C, and others
[Gecko Bug 1779231] [wdspec] Move argument and this argument callFunction tests to separate files.
Depends on D156690 Differential Revision: https://phabricator.services.mozilla.com/D156811 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1779231 gecko-commit: db18156a55242726c93be3587821425644da8daa gecko-reviewers: webdriver-reviewers, jdescottes
As described in [1], compute pressure is using pressure states instead of quantized value of cpuUtilization and bucketing. This patch is implementing the following: - Removing the quantization of cpuUtilization,...
Per serialization spec, child ownership is always set to "none" before serializing values. This means that only the root can ever have a handle id set. Our current tests for...
This reserves space in the Blink envelope for an offset to trailer data appended to the message which stores summary information about the message without needing to deserialize it. This...
This exposes underlying timing information where present (AVIF) and generates zero based timestamps for other animated image formats. Bug: 1252651, 1365695 Change-Id: Ide79e4493061dbe1ea323e64a4ba324ce4bdc9e9 Reviewed-on: https://chromium-review.googlesource.com/3908333 WPT-Export-Revision: 5ceffb2a00e3bec30dc643ef4152fbfbd07211dd
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.33.2 to 4.37.3. Release notes Sourced from fonttools's releases. 4.37.3 Fix arguments in calls to (glyf) glyph.draw() and drawPoints(), whereby offset wasn't correctly passed down; this fix...
The latest version of `wptserve v3.0.0` on PyPI [1] is pinned on `h2 v3.0.1` https://github.com/web-platform-tests/wpt/pull/22412, which is not compatible with Python 3.10, it would be great if a new release...
Currently wptrunner is running different type of tests in different rounds. At the end of each round there will be time spent to wait for all workers to finish. With...
ref: https://www.w3.org/TR/css-animations-1/#typedef-keyframes-name Bug: 882286, 630506 Change-Id: If7011c788e85b2157a51cd44ed72751c90b37498 Reviewed-on: https://chromium-review.googlesource.com/3865188 WPT-Export-Revision: 05b0b5249463d3c846ea75e646f05a14a5fc0533
Differential Revision: https://phabricator.services.mozilla.com/D157725 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1790699 gecko-commit: 2d5f5979479b19e009548aa52cc59bd6d36c6280 gecko-reviewers: webdriver-reviewers, whimboo