wpt
wpt copied to clipboard
Test suites for Web platform specs — including WHATWG, W3C, and others
- Remove restriction of a single entry for events due to noise/unknown entries in the longtasks API - Provide a timeout mechanism that will allow the test to fail cleanly...
Some tests can run well while the page is active but then crash while the page is being unloaded. Such crashing tests are marked as PASS by WPT even if...
For the pointerMove and scroll Actions API functions, the coordinate parameters must be integers. Let's update the documentation to mention this Reference: - https://www.w3.org/TR/webdriver/#dfn-process-a-pointer-action - https://www.w3.org/TR/webdriver/#dfn-process-a-wheel-action
I've been asked by @johanneswilm to prepare some tests for selection issues in CKEditor as a part of Interop 2022. There are two main issues for us: * selection of...
Bumps [types-ujson](https://github.com/python/typeshed) from 4.2.1 to 5.5.0. 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...
This is to match the (unofficial) spec name: https://clelland.github.io/page-unload-beacon/spec.html
Fixed: 1363082 Change-Id: I083cb15604405cea68f81bd9d411d3985103a79d Reviewed-on: https://chromium-review.googlesource.com/3900540 WPT-Export-Revision: 6d87917685255f2438838804e39c01e86bfcae27
This is required for the style recalc machinery to understand that changes in view-timeline properties may affect descendants and subsequent siblings. This problem was already solved for scroll-timeline, so it's...
…g-Endpoints These two COOP tests were still using the legacy report-to header instead of the modern Reporting-Endpoints one. WebKit is adding support for Reporting-Endpoints but doesn't support report-to.
This CL adds back/forward cache not restored reasons in Performance NavigationTiming API. It's proposed here: https://github.com/w3c/navigation-timing/issues/171 Explainer: https://github.com/rubberyuzu/bfcache-not-retored-reason/blob/main/NotRestoredReason.md This CL... (main) - exposes not restored reasons to PerformanceNavigationTiming API -...