wpt
wpt copied to clipboard
Test suites for Web platform specs — including WHATWG, W3C, and others
https://github.com/web-platform-tests/wpt/pull/53180 is a case of a test case having: ```html
Web platform tests should, in general, run under the same configuration we ship to our users, or at least the same as experimental web platform features. This is the first...
4) cross-origin-image 5) element-only-when-fully-active 6) expanded image 7) first-letter-background Patch set 1 is the copy from the largest-contentful-paint directory for diffing. Bug: 424467008 Change-Id: Ic8d954f0a92c579602547ae89fbcabe44e9e0798 Reviewed-on: https://chromium-review.googlesource.com/6644279 WPT-Export-Revision: b886d0966dc1a6d07eabc0ab9d40f3f8e2ef35b8
In April 2024 changes were implemented to remove anti-aliasing from the Ahem font to avoid incorrectly marking tests as failures due to small pixel differences that were caused because of...
The nested children of an element set by `innerHTML` should use the element's scoped custom element registry if provided. @rniwa @annevk Is this the correct understanding of the spec outlined...
This pull request is used for automated runs of the WPT check suites against a new available Chromium revision. If all tests pass, the new revision will be pinned for...
The `anchor` attribute proposal is not accepted yet, so these tests should either be marked tentative or rewritten to not use the `anchor` attribute: - https://wpt.live/css/css-anchor-position/anchor-transition-attr.html - https://wpt.live/css/css-anchor-position/position-area-scroll-adjust.html I think...
### Summary This PR improves the documentation around usage of timeouts in WPT tests. It provides recommended alternatives to using `setTimeout` and updates the reviewer checklist to align with these...