wpt
wpt copied to clipboard
Test suites for Web platform specs — including WHATWG, W3C, and others
This PR adds test cases to check the functionality of AbortSignal's abort reason when aborting fetch. See https://github.com/whatwg/fetch/pull/1343 for accompanying spec changes.
Underlines skip descenders when ‘text-decoration-skip-ink’ is ‘auto’, but this relies on NGTextPainter having the correct range to compute the text intercepts over. NGTextPainter is stateful, with a mutable NGTextFragmentPaintInfo that...
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...
Project: https://docs.google.com/document/d/1mAuxWRLcmhghtCoapc30nLo0H12XTMZUJWqw079XOR8/edit?hl=en&forcehl=1 This is the part about service worker. Attach a PolicyContainerHost to ServiceWorkerVersion. This PolicyContainerHost is obtained: - for local schemes by cloning the creator’s PolicyContainerHost (the creator is...
The form submission with POST, target '_blank', no opener is handled as browser-initiated. So BeginNavigationParams should consider the content-type. This CL make the content type to be added to BeginNavigationParams...
- Switch from `.html` to `.window.js` as suggested in [previous review][1]. - Switched from FlagSpecific tests to Virtual tests as suggested in [2]. - Moved everything to external/wpt/ and make...
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.3.0 to 4.4.0. Release notes Sourced from selenium's releases. Selenium 4.4.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in...
Bug: 1289412 Change-Id: I97dd798afe06d88d104a6a632199feed32c94678 Reviewed-on: https://chromium-review.googlesource.com/3781496 WPT-Export-Revision: ff01b531ec5f82338bd09c0cc1aa298303ee5630
Check if background images are contentful before marking frame as containing a first-contentful-paint. Bug: 1193506 Change-Id: I553aabd2639614a47d47c5acb564b3bde8d93e29 Reviewed-on: https://chromium-review.googlesource.com/3714574 WPT-Export-Revision: 0e1cc9939cb0321b38d427a59c6c8753104fbc8f
removeEntry() currently takes a shared lock to allow for removal of a file with an open writable. Taking an exclusive lock makes the behavior consistent with move() and remove(), the...