Skip to content

Commit

Permalink
Unreviewed, correct fast/forms/switch/no-pixels-outside-the-box fuzzi…
Browse files Browse the repository at this point in the history
…ness for Intel

https://bugs.webkit.org/show_bug.cgi?id=270823
rdar://124413482

Unfortunately I did not learn last time around that on Intel there's
two additional pixels that differ.

* LayoutTests/fast/forms/switch/no-pixels-outside-the-box-vertical-lr-rtl.html:
* LayoutTests/fast/forms/switch/no-pixels-outside-the-box.html:
* LayoutTests/platform/mac-wk2/TestExpectations:

Canonical link: https://commits.webkit.org/275984@main
  • Loading branch information
annevk committed Mar 12, 2024
1 parent a9eb13f commit e0f90e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<html class="reftest-wait" dir=rtl>
<meta name="fuzzy" content="maxDifference=0-33; totalPixels=0-626">
<meta name="fuzzy" content="maxDifference=0-33; totalPixels=0-628">
<style>
body { zoom: 5; display: grid; writing-mode:vertical-lr }
span { display: inline-block; background: white }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<html class="reftest-wait">
<meta name="fuzzy" content="maxDifference=0-33; totalPixels=0-626">
<meta name="fuzzy" content="maxDifference=0-33; totalPixels=0-628">
<style>
body { zoom: 5; display: grid }
span { display: inline-block; background: white }
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/platform/mac-wk2/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,3 @@ webkit.org/b/270235 [ Ventura+ Debug x86_64 ] webgl/pending/conformance/glsl/mis
# webkit.org/b/266168 Two wheel/mousewheel passive event listeners WPT test pass on macOS Sonoma and up
[ Sonoma+ ] imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-mousewheel-event-listener-on-div.html [ Pass ]
[ Sonoma+ ] imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-wheel-event-listener-on-div.html [ Pass ]

# webkit.org/b/270823 REGRESSION (275808@main): [ MacOS ] 2x fast/forms/switch/no-pixels-outside-the-box tests are constant failures
[ Sonoma+ x86_64 ] fast/forms/switch/no-pixels-outside-the-box-vertical-lr-rtl.html [ ImageOnlyFailure ]
[ Sonoma+ x86_64 ] fast/forms/switch/no-pixels-outside-the-box.html [ ImageOnlyFailure ]

0 comments on commit e0f90e9

Please sign in to comment.