wpt
wpt copied to clipboard
Test suites for Web platform specs — including WHATWG, W3C, and others
The `Sec-CH-Prefers-Reduced-Motion` client hint is modeled after the `prefers-reduced-motion` user preference media feature as defined in Media Queries 5. Intent to ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/_m5xConFTfY Demo: https://sec-ch-prefers-reduced-motion.glitch.me Spec: https://wicg.github.io/user-preference-media-features-headers/#sec-ch-prefers-reduced-motion Bug: 1361871 Change-Id:...
A frame may have relevant entries removed from the joint session history based on actions outside of its control. The two main cases for this are: * User-initiated history changes...
This patch implements the filtering of records in the PressureObserver and not anymore in the platform collector, for the reasons explained below. As described in [1]: All observers should be...
Bug: 1259886 Change-Id: I24f95cc99d8e3917f4bed77d709a8426426c8213 Reviewed-on: https://chromium-review.googlesource.com/3886069 WPT-Export-Revision: e01da1b14953677cc44ef3c3866fdab28f25af1a
This CL introduces "previous slide" and "next slide" media session actions to websites through the Media Session API. Those can be used to show "previous slide" and "next slide" controls...
In this CL we allow unsanitized HTML format to be read from the clipboard as a well-formed HTML document under the standard format. This is part two of writing/reading unsanitized...
Bug: chromium:1338439 Change-Id: I152944e5959c8e952d67cc9736bfd77a8cfc4b56 Reviewed-on: https://chromium-review.googlesource.com/3879523 WPT-Export-Revision: 2065ec115307b2e9c6b8447cf5aa91df1363fc8a
PromosManagerMediator should be created to communicate with the PromosManager to fetch the next promo for display, if any. If there's a promo to display, the mediator should dispatch it via...
forecolor.html for example is built around "stylewithcss", "queryCommandValue", "queryCommandState". I made a change to chromium that broke this test and spent a day trying to fix it before realizing it...