Tags: web-platform-tests/wpt
Tags
fix intermittency of child-document-raf-order test Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
fix intermittency of child-document-raf-order test Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
LanguageDetector: Update WPTs to window only Updates wpts to be window only since LanguageDetector and Translator are not currently supported on workers. Also adds a test for LanguageDetector's expectedInputLanguages being null when not set. Bug: 402124215 Change-Id: I828d0e8ca30e41aa635e49631022588c0bad05e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6471760 Commit-Queue: Nathan Memmott <memmott@chromium.org> Reviewed-by: Christine Hollingsworth <christinesm@chromium.org> Cr-Commit-Position: refs/heads/main@{#1449638}
[Gap Decorations]: Parse rule-style shorthand This CL implements the `rule style` bi-directional shorthand which sets the column-rule-style and row-rule-style to the same value. See: https://drafts.csswg.org/css-gaps-1/#propdef-rule-style Bug: 357648037 Change-Id: Iadfcd3bbd82d4fd390e8109364cb44cc5a0ed870 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6418570 Reviewed-by: Alison Maher <almaher@microsoft.com> Reviewed-by: Kevin Babbitt <kbabbitt@microsoft.com> Commit-Queue: Sam Davis Omekara <samomekarajr@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1449611}
Make partial interest target not keyboard focusable This was the entire point of "partial interest" - that when an interest invoker is activated with keyboard focus, the target it activates should not add additional sequential focus navigation stops, otherwise it can "detour" the user. This CL enables that behavior. Bug: 326681249 Change-Id: Ied7d8b6479fdf226e7c44b2cf1c3320fa819c8af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6435420 Commit-Queue: David Baron <dbaron@chromium.org> Auto-Submit: Mason Freed <masonf@chromium.org> Reviewed-by: David Baron <dbaron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1449598}
Fix text shadow paint order with decorations In violation of the spec, https://www.w3.org/TR/css-text-decor-3/#painting-order, when text decorations are present the shadow is painted between the over- and under-lines and the text proper. Fix it, which is indeed straightforward now we have the infrastructure for highlight painting (which gets it right already for several cases). Fixed: 40516436 Change-Id: I155e67d8cbc06605545d622d39da5eaa5be5ffb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6459541 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/main@{#1449566}
PreviousNext