wpt
wpt copied to clipboard
Test suites for Web platform specs — including WHATWG, W3C, and others
This test is off by 1 on wpt.fyi Fixed: 1365295 Change-Id: I4be7570cf17d8105f216527686fe53df25357a24 Reviewed-on: https://chromium-review.googlesource.com/3906570 WPT-Export-Revision: d6f40b71f1c5ef51db2dd704b6f18e2a85c44c35
With a translation of 0,0, a DCHECK in DrawingDisplayItem::CalculateRectKnownToBeOpaqueForRecord would fail, as the 'image size' for a deferred image is set by a parameter in the paint worklet input, which...
Animations on fragmented layouts are defined as not being compositable, however, due to an omission in HasCompositeClipPathAnimation, clip paths would use paint worklet based clip even if they were not...
According to the CSS Values and Units Module Level 4 [1], the trigonometric function should be parsed and evaluated. This CL adds atan() function and testcases for atan(). Add conditionally...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.31.3 to 6.54.6. Release notes Sourced from hypothesis's releases. Hypothesis for Python - version 6.54.6 If multiple explicit examples (from "@example()") raise a Skip exception, for consistency...
The HTML algorithms for dynamic import (starting from [HostImportModuleDynamically](https://html.spec.whatwg.org/#hostimportmoduledynamically(referencingscriptormodule,-modulerequest,-promisecapability))) only schedule a task a when actually fetching the corresponding files, and it never happens if the imported module (and all...
This PR introduces additional tests for the remote playback API
cc @past We seemingly haven't had a run reach wpt.fyi in ~24h; seemingly GitHub doesn't believe the runs have completed but TC shows them as having done so. https://www.githubstatus.com/incidents/pmw828sz2w7k &...
This tests CORB/ORB blocking behaviour for SVG images with different MIME types and image starts, to make the sniffing logic more robust. Bug: 1359788 Change-Id: I0a1eb5bc8be5fee2d251dbdaa61722a7df915c14 Reviewed-on: https://chromium-review.googlesource.com/3890961 WPT-Export-Revision: c8807d76fde79f92180184af06e0871d13dde1eb
Following up on https://chromium-review.googlesource.com/c/chromium/src/+/3819650/comments/c12457fb_cc13e722, this CL adds tests for DisplayMediaStreamConstraints.selfBrowserSurface that verifies that adding this hint to the constraints doesn't cause the function to throw.