wpt
wpt copied to clipboard
Test suites for Web platform specs — including WHATWG, W3C, and others
See individual commits here. In short, this uses [vendoring](https://pypi.org/project/vendoring/) to re-do all of our Python vendoring, directly into third_party (crudely: `pip install -t tools/third_party ...`), and then moves to a...
See the `master` branch https://github.com/web-platform-tests/wpt/runs/42387737071 or the `tools/ integration tests` https://github.com/web-platform-tests/wpt/pull/52455/checks?check_run_id=42357970828, both of which failed with: ``` Traceback (most recent call last): File "/home/test/web-platform-tests/./wpt", line 10, in wpt.main() File "/home/test/web-platform-tests/tools/wpt/wpt.py",...
From https://github.com/w3c/web-platform-tests/pull/2589#issuecomment-187208381 > What would be useful to test step 3 of https://html.spec.whatwg.org/multipage/forms.html#input-type-change is something like this http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3912 WebKit and Blink fail this, Gecko passes. cc @g-k
For a long time, Web IDL "class string" behavior was non-interoperable. As such, currently `assert_class_string` only tests the interoperable subset: basically, does `Object.prototype.toString()` produce the right result on instances. This...
Reverts web-platform-tests/wpt#52321 This breaks - contain-layout-stacking-context-001.html
The `Document::set_csp_list` method now appends new policies to any existing `CspList` rather than replacing it. This ensures that CSPs from multiple sources (e.g., HTTP headers and `` tags) are merged...
This CL supports fusing `dq->slice->q` subgraph on tflite. Input and output operands have to be dequantized from ints8, the scale and zero point of input and output have to be...
... in lieu of the Chrome `infrastructure/` coverage the upstream CI doesn't have. Hopefully this will reduce the time wasted fixing trivial breakages only discovered downstream. Chrome Android type hints...
8624366d45 tried to change the test in line with the modern requirement that Ahem is not a system font. However, in actuality it just ended up testing that: `X` !=...
Bumps [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) from 6.0.12.20241230 to 6.0.12.20250516. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...