Closed Bug 2055755 Opened 6 days ago Closed 1 day ago

[wpt-sync] Sync PR 61355 - Invalidate when EffectiveAppearance changes.

Categories

(Core :: Layout, task, P4)

task

Tracking

()

RESOLVED FIXED
155 Branch
Tracking Status
firefox155 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 61355 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/61355
Details from upstream follow.

David Baron <dbaron@chromium.org> wrote:

Invalidate when EffectiveAppearance changes.

It's possible for EffectiveAppearance to change when there are no other
style changes, for example when a new author style is added but that
style doesn't change the CSS computed style. Since EffectiveAppearance
is what affects rendering (rather than appearance), we should invalidate
for it instead of appearance.

Fixed: 534166365
Change-Id: I41309adba32b25feb5a8a5537f81da15a6a0ce0c

Reviewed-on: https://chromium-review.googlesource.com/8103430
WPT-Export-Revision: 0e2357a78d686cf93c2f012b8b3f54754d400f1c

Component: web-platform-tests → Layout
Product: Testing → Core

CI Results

Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 1123 tests

Status Summary

Firefox

OK : 114
PASS : 2[GitHub] 7[Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt] 1782[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 2725[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview] 2737[Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt] 2739[Gecko-linux2404-64-debug, Gecko-linux2404-64-opt]
FAIL : 160[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 204[Gecko-linux2404-64-debug, Gecko-linux2404-64-opt] 206[Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt] 218[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
ERROR: 1

Chrome

PASS : 1
FAIL : 1

Safari

PASS : 2

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /css/css-ui/caret-shape-parsing.html [wpt.fyi]
    • e.style['caret-shape'] = "initial" should set the property value: FAIL
    • e.style['caret-shape'] = "inherit" should set the property value: FAIL
    • e.style['caret-shape'] = "unset" should set the property value: FAIL
    • e.style['caret-shape'] = "revert" should set the property value: FAIL
    • e.style['caret-shape'] = "auto" should set the property value: FAIL
    • e.style['caret-shape'] = "bar" should set the property value: FAIL
    • e.style['caret-shape'] = "block" should set the property value: FAIL
    • e.style['caret-shape'] = "underscore" should set the property value: FAIL
  • /css/css-ui/inheritance.html [wpt.fyi]
    • Property caret-shape has initial value auto: FAIL
    • Property caret-shape inherits: FAIL
    • Property nav-down has initial value auto: FAIL
    • Property nav-down does not inherit: FAIL
    • Property nav-left has initial value auto: FAIL
    • Property nav-left does not inherit: FAIL
    • Property nav-right has initial value auto: FAIL
    • Property nav-right does not inherit: FAIL
    • Property nav-up has initial value auto: FAIL
    • Property nav-up does not inherit: FAIL
  • /css/css-ui/input-security-computed.html [wpt.fyi]: ERROR
    • Property input-security value 'initial': FAIL
    • Property input-security value 'inherit': FAIL
    • Property input-security value 'auto': FAIL
    • Property input-security value 'none': FAIL
  • /css/css-ui/input-security-parsing.html [wpt.fyi]
    • e.style['input-security'] = "initial" should set the property value: FAIL
    • e.style['input-security'] = "inherit" should set the property value: FAIL
    • e.style['input-security'] = "unset" should set the property value: FAIL
    • e.style['input-security'] = "revert" should set the property value: FAIL
    • e.style['input-security'] = "auto" should set the property value: FAIL
    • e.style['input-security'] = "none" should set the property value: FAIL
  • /css/css-ui/interactivity-inert-all.html [wpt.fyi]
    • The 'all' shorthand should set 'interactivity': FAIL
  • /css/css-ui/interactivity-inert-click.html [wpt.fyi]
    • No click event for interactivity:inert element: FAIL
  • /css/css-ui/interactivity-inert-find.html [wpt.fyi]
    • Fail to find inert text: FAIL
  • /css/css-ui/interactivity-inert-focus.html [wpt.fyi]
    • Try focus inert input: FAIL
  • /css/css-ui/interactivity-inert-fullscreen-ua.html [wpt.fyi]
    • UA :fullscreen interactivity rule: FAIL
    • UA [inert] rule wins over UA :fullscreen rule: FAIL
    • UA :fullscreen rule overriding inherited [inert] 'interactivity:inert' rule: FAIL
    • UA [inert] rule overriding inherited :fullscreen 'interactivity:auto' rule: FAIL
    • Author 'interactivity:inert' overrides UA :fullscreen 'interactivity:auto' rule: FAIL
  • /css/css-ui/interactivity-inert-html-attribute-ua.html [wpt.fyi]
    • [inert] { interactivity: inert }: FAIL
    • [inert] { interactivity: inert } inherited: FAIL
    • Author interactivity:auto on a descendant can override inherited UA [inert] { interactivity: inert }: FAIL
    • Author interactivity:auto does not override UA [inert] { interactivity: inert } on the element itself: FAIL
  • /css/css-ui/interactivity-inert-modal-dialog-ua.html [wpt.fyi]
    • UA dialog:modal interactivity rule: FAIL
    • UA [inert] rule wins over UA dialog:modal inert rule: FAIL
    • UA dialog:modal rule overriding inherited [inert] 'interactivity:inert' rule: FAIL
    • UA [inert] rule overriding inherited dialog:modal 'interactivity:auto' rule: FAIL
    • Author 'interactivity:inert' overrides UA dialog:modal 'interactivity:auto' rule: FAIL
  • /css/css-ui/resize-iframe-3d-transform.tentative.html [wpt.fyi]
    • resizing of iframe in 3D transform: FAIL
  • /css/css-ui/resize-interactive.html [wpt.fyi]
    • test resize-both wm-horizontal: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • test resize-both wm-vertical: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • test resize-horizontal wm-horizontal: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • test resize-horizontal wm-vertical: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • test resize-vertical wm-horizontal: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • test resize-vertical wm-vertical: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • test resize-block wm-horizontal: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • test resize-block wm-vertical: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • test resize-inline wm-horizontal: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • test resize-inline wm-vertical: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /css/css-ui/resize-textarea-relative-to-right-001.tentative.html [wpt.fyi]
    • resizing of textarea whose position is anchored to the right side: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /css/css-ui/resize-textarea-rtl-001.tentative.html [wpt.fyi]
    • resizing of RTL textarea in RTL context: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /css/css-ui/resize-textarea-rtl-002.tentative.html [wpt.fyi]
    • resizing of RTL textarea whose position is anchored to the left side: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /css/css-ui/user-select-inheritance.html [wpt.fyi]
    • user-select:contain should not be inherited.: FAIL
  • /css/css-ui/animation/caret-animation-parsing.html [wpt.fyi]
    • e.style['caret-animation'] = "initial" should set the property value: FAIL
    • e.style['caret-animation'] = "inherit" should set the property value: FAIL
    • e.style['caret-animation'] = "unset" should set the property value: FAIL
    • e.style['caret-animation'] = "revert" should set the property value: FAIL
    • e.style['caret-animation'] = "auto" should set the property value: FAIL
    • e.style['caret-animation'] = "manual" should set the property value: FAIL
  • /css/css-ui/parsing/canonical-order-outline-sub-properties-001.html [wpt.fyi]
    • testing outline: blue: FAIL
    • testing outline: invert: FAIL
    • testing outline: 4px: FAIL
    • testing outline: solid: FAIL
    • testing outline: solid 5px: FAIL
    • testing outline: 6px dashed: FAIL
    • testing outline: dotted blue: FAIL
    • testing outline: dotted invert: FAIL
    • testing outline: blue solid: FAIL
    • testing outline: invert solid: FAIL
    • testing outline: black 4px: FAIL
    • testing outline: invert 4px: FAIL
    • testing outline: 5px blue: FAIL
    • testing outline: 5px invert: FAIL
    • testing outline: black solid 6px: FAIL
    • testing outline: invert solid 6px: FAIL
    • testing outline: blue 4px dotted: FAIL
    • testing outline: invert 4px dotted: FAIL
    • testing outline: dashed 5px black: FAIL
    • testing outline: dashed 5px invert: FAIL
    • testing outline: solid blue 6px: FAIL
    • testing outline: solid invert 6px: FAIL
    • testing outline: 4px dotted black: FAIL
    • testing outline: 4px dotted invert: FAIL
    • testing outline: 5px blue dashed: FAIL
    • testing outline: 5px invert dashed: FAIL
  • /css/css-ui/parsing/caret-color-computed.html [wpt.fyi]
    • Property caret-color value 'red rgb(0, 255, 0)': FAIL
    • Property caret-color value 'auto rgb(0, 255, 0)': FAIL
    • Property caret-color value 'currentcolor red': FAIL
    • Property caret-color value 'auto auto': FAIL
    • Property caret-color value 'rgb(0, 255, 0) auto': FAIL
    • Property caret-color value 'currentcolor currentcolor': FAIL
    • Property caret-color value 'auto currentcolor': FAIL
    • Property caret-color value 'red transparent': FAIL
  • /css/css-ui/parsing/caret-color-valid.html [wpt.fyi]
    • e.style['caret-color'] = "auto auto" should set the property value: FAIL
    • e.style['caret-color'] = "auto rgba(10, 20, 30, 0.4)" should set the property value: FAIL
    • e.style['caret-color'] = "rgba(10, 20, 30, 0.4) auto" should set the property value: FAIL
    • e.style['caret-color'] = "currentcolor currentcolor" should set the property value: FAIL
    • e.style['caret-color'] = "transparent transparent" should set the property value: FAIL
    • e.style['caret-color'] = "currentcolor auto" should set the property value: FAIL
    • e.style['caret-color'] = "auto transparent" should set the property value: FAIL
  • /css/css-ui/parsing/cursor-computed.html [wpt.fyi]
    • Property cursor value 'linear-gradient(200grad, red 10%, blue calc(75% - 2px)), auto': FAIL
    • Property cursor value 'radial-gradient(farthest-side at calc(5px + 10%), red, blue), pointer': FAIL
    • Property cursor value 'conic-gradient(from 3.1416rad at 20% 20%, red, blue), crosshair': FAIL
  • /css/css-ui/parsing/cursor-valid.html [wpt.fyi]
  • /css/css-ui/parsing/interactivity-computed.html [wpt.fyi]
    • Property interactivity value 'auto': FAIL
    • Property interactivity value 'inert': FAIL
    • Property interactivity has initial value auto: FAIL
    • Property interactivity inherits: FAIL
    • CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto] to [inert] at (-0.3) should be [auto]: FAIL
    • CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto] to [inert] at (0) should be [auto]: FAIL
    • CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto] to [inert] at (0.3) should be [auto]: FAIL
    • CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto] to [inert] at (0.5) should be [inert]: FAIL
    • CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto] to [inert] at (0.6) should be [inert]: FAIL
    • CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto] to [inert] at (1) should be [inert]: FAIL
    • CSS Transitions with transition-behavior:allow-discrete: property <interactivity> from [auto] to [inert] at (1.5) should be [inert]: FAIL
    • CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto] to [inert] at (-0.3) should be [auto]: FAIL
    • CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto] to [inert] at (0) should be [auto]: FAIL
    • CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto] to [inert] at (0.3) should be [auto]: FAIL
    • CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto] to [inert] at (0.5) should be [inert]: FAIL
    • CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto] to [inert] at (0.6) should be [inert]: FAIL
    • CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto] to [inert] at (1) should be [inert]: FAIL
    • CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <interactivity> from [auto] to [inert] at (1.5) should be [inert]: FAIL
    • CSS Transitions: property <interactivity> from [auto] to [inert] at (-0.3) should be [inert]: FAIL
    • CSS Transitions: property <interactivity> from [auto] to [inert] at (0) should be [inert]: FAIL
    • CSS Transitions: property <interactivity> from [auto] to [inert] at (0.3) should be [inert]: FAIL
    • CSS Transitions: property <interactivity> from [auto] to [inert] at (0.5) should be [inert]: FAIL
    • CSS Transitions: property <interactivity> from [auto] to [inert] at (0.6) should be [inert]: FAIL
    • CSS Transitions: property <interactivity> from [auto] to [inert] at (1) should be [inert]: FAIL
    • CSS Transitions: property <interactivity> from [auto] to [inert] at (1.5) should be [inert]: FAIL
    • CSS Transitions with transition: all: property <interactivity> from [auto] to [inert] at (-0.3) should be [inert]: FAIL
    • CSS Transitions with transition: all: property <interactivity> from [auto] to [inert] at (0) should be [inert]: FAIL
    • CSS Transitions with transition: all: property <interactivity> from [auto] to [inert] at (0.3) should be [inert]: FAIL
    • CSS Transitions with transition: all: property <interactivity> from [auto] to [inert] at (0.5) should be [inert]: FAIL
    • CSS Transitions with transition: all: property <interactivity> from [auto] to [inert] at (0.6) should be [inert]: FAIL
    • CSS Transitions with transition: all: property <interactivity> from [auto] to [inert] at (1) should be [inert]: FAIL
    • CSS Transitions with transition: all: property <interactivity> from [auto] to [inert] at (1.5) should be [inert]: FAIL
    • CSS Animations: property <interactivity> from [auto] to [inert] at (-0.3) should be [auto]: FAIL
    • CSS Animations: property <interactivity> from [auto] to [inert] at (0) should be [auto]: FAIL
    • CSS Animations: property <interactivity> from [auto] to [inert] at (0.3) should be [auto]: FAIL
    • CSS Animations: property <interactivity> from [auto] to [inert] at (0.5) should be [inert]: FAIL
    • CSS Animations: property <interactivity> from [auto] to [inert] at (0.6) should be [inert]: FAIL
    • CSS Animations: property <interactivity> from [auto] to [inert] at (1) should be [inert]: FAIL
    • CSS Animations: property <interactivity> from [auto] to [inert] at (1.5) should be [inert]: FAIL
    • Web Animations: property <interactivity> from [auto] to [inert] at (-0.3) should be [auto]: FAIL
    • Web Animations: property <interactivity> from [auto] to [inert] at (0) should be [auto]: FAIL
    • Web Animations: property <interactivity> from [auto] to [inert] at (0.3) should be [auto]: FAIL
    • Web Animations: property <interactivity> from [auto] to [inert] at (0.5) should be [inert]: FAIL
    • Web Animations: property <interactivity> from [auto] to [inert] at (0.6) should be [inert]: FAIL
    • Web Animations: property <interactivity> from [auto] to [inert] at (1) should be [inert]: FAIL
    • Web Animations: property <interactivity> from [auto] to [inert] at (1.5) should be [inert]: FAIL
  • /css/css-ui/parsing/interactivity.html [wpt.fyi]
    • e.style['interactivity'] = "auto" should set the property value: FAIL
    • e.style['interactivity'] = "inert" should set the property value: FAIL
    • e.style['interactivity'] = "initial" should set the property value: FAIL
    • e.style['interactivity'] = "inherit" should set the property value: FAIL
    • e.style['interactivity'] = "unset" should set the property value: FAIL
    • e.style['interactivity'] = "revert" should set the property value: FAIL
  • /css/css-ui/parsing/outline-color-computed.html [wpt.fyi]
    • auto computes to itself or to currentColor depending on the value of outline-style: FAIL
  • /css/css-ui/parsing/outline-color-valid.html [wpt.fyi]
    • e.style['outline-color'] = "auto" should set the property value: FAIL
  • /css/css-ui/parsing/outline-offset-computed.html [wpt.fyi]
    • Property outline-offset value 'inset': FAIL
  • /css/css-ui/parsing/outline-offset-valid.html [wpt.fyi]
    • e.style['outline-offset'] = "inset" should set the property value: FAIL
  • /css/css-ui/parsing/user-select-computed-contain.html [wpt.fyi]
    • Property user-select value 'contain': FAIL
  • /css/css-ui/parsing/user-select-valid-contain.html [wpt.fyi]
    • e.style['user-select'] = "contain" should set the property value: FAIL
  • /css/css-ui/caret-color-bar-shape-text-color.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-color-block-shape-text-color-001.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-color-block-shape-text-color-002.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-color-block-shape-text-color-003.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-color-block-shape-text-color-004.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-color-block-shape-text-color-005.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-color-underscore-shape-text-color.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-001-rtl-sideways-lr.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-001-rtl-sideways-rl.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-001-rtl-vlr.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-001-rtl-vrl.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-001-rtl.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-001-sideways-lr.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-001-sideways-rl.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-001-vlr.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-001-vrl.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-001.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-002.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-color-001.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-color-002.tentative.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-color-003.tentative.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-color-004.tentative.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-empty-001.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-empty-002.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-fallback-001.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-block-zoom.html [wpt.fyi]: FAIL
  • /css/css-ui/caret-shape-underscore-001.html [wpt.fyi]: FAIL
  • /css/css-ui/input-security-none-sensitive-text-input.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-020.html [wpt.fyi]: FAIL [Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt]
  • /css/css-ui/outline-022.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-color-002.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-color-003.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-color-004.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-negative-offset-composited-scroll.html [wpt.fyi]: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /css/css-ui/outline-offset-inset-001.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-offset-inset-002.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-offset-inset-003.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-offset-inset-004.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-offset-inset-005.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-offset-inset-006.html [wpt.fyi]: FAIL
  • /css/css-ui/outline-with-padding-001.html [wpt.fyi]: FAIL
  • /css/css-ui/text-overflow-028.html [wpt.fyi]: FAIL [Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt]
  • /css/css-ui/text-overflow-ellipsis-multiline-001.html [wpt.fyi]: FAIL
  • /css/css-ui/text-overflow-string-002.html [wpt.fyi]: FAIL
  • /css/css-ui/text-overflow-string-005.html [wpt.fyi]: FAIL
  • /css/css-ui/text-overflow-string-008.html [wpt.fyi]: FAIL
  • /css/css-ui/transparent-accent-color-002.html [wpt.fyi]: FAIL
Status: NEW → RESOLVED
Closed: 1 day ago
Resolution: --- → FIXED
Target Milestone: --- → 155 Branch
You need to log in before you can comment on or make changes to this bug.