Skip to content

Commit

Permalink
[Gardening]: [iOS] 10 fast/forms/switch/click-animation*.html layout …
Browse files Browse the repository at this point in the history
…tests are passing.

https://bugs.webkit.org/show_bug.cgi?id=271850
rdar://125580556

Unreviewed test gardening and pixel tolerance adjustment.

These tests are currently marked as ImageOnlyFailures due to an ancient lack of feature
support. This PR removes those outdated expectations and adjusts pixel tolerance on one
of the tests.

* LayoutTests/fast/forms/switch/click-animation-twice-fast.html:
* LayoutTests/platform/ios/TestExpectations:

Canonical link: https://commits.webkit.org/276806@main
  • Loading branch information
bls1999 committed Mar 28, 2024
1 parent d4f971e commit 82f7d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
3 changes: 3 additions & 0 deletions LayoutTests/fast/forms/switch/click-animation-twice-fast.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!doctype html>
<html class="reftest-wait">
<head>
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-30" />
</head>
<script src="../../../resources/ui-helper.js"></script>
<input type=checkbox switch onclick=each()>
<script>
Expand Down
12 changes: 0 additions & 12 deletions LayoutTests/platform/ios/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ fast/forms/ios [ Pass ]
fast/forms/ios/ipad [ Skip ]
fast/forms/switch [ Pass ]

# These require painting code to pass
fast/forms/switch/click-animation-disabled.html [ ImageOnlyFailure ]
fast/forms/switch/click-animation-interrupted-document-removed.html [ ImageOnlyFailure ]
fast/forms/switch/click-animation-interrupted-type-change.html [ ImageOnlyFailure ]
fast/forms/switch/click-animation-interrupted.html [ ImageOnlyFailure ]
fast/forms/switch/click-animation-preventdefault.html [ ImageOnlyFailure ]
fast/forms/switch/click-animation-redundant-checked.html [ ImageOnlyFailure ]
fast/forms/switch/click-animation-redundant-disabled.html [ ImageOnlyFailure ]
fast/forms/switch/click-animation-twice-fast.html [ ImageOnlyFailure ]
fast/forms/switch/click-animation-twice.html [ ImageOnlyFailure ]
fast/forms/switch/click-animation.html [ ImageOnlyFailure ]

# These tests fail or are flaky in non-internal iOS 14 simulator
fast/forms/ios/inputmode-none-with-hardware-keyboard.html [ Pass Failure ]

Expand Down

0 comments on commit 82f7d3d

Please sign in to comment.