[iOS] Test landed flaky: webanimations/accelerated-animation-with-easing.html
https://bugs.webkit.org/show_bug.cgi?id=213758
<rdar://problem/64911008>

Reviewed by Dean Jackson.

Adding a little tolerance which seems to address the reported flakiness, at least locally.

* platform/ios/TestExpectations:
* webanimations/accelerated-animation-with-easing.html:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@263761 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index c814fb0..2949eda 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2020-06-30  Antoine Quint  <graouts@webkit.org>
+
+        [iOS] Test landed flaky: webanimations/accelerated-animation-with-easing.html
+        https://bugs.webkit.org/show_bug.cgi?id=213758
+        <rdar://problem/64911008>
+
+        Reviewed by Dean Jackson.
+
+        Adding a little tolerance which seems to address the reported flakiness, at least locally.
+
+        * platform/ios/TestExpectations:
+        * webanimations/accelerated-animation-with-easing.html:
+
 2020-06-30  Karl Rackler  <rackler@apple.com>
 
         Remove expectations for canvas/philip/tests/2d.gradient.radial.cone.bottom.html and canvas/philip/tests/2d.gradient.radial.cone.cylinder.html and canvas/philip/tests/2d.gradient.radial.cone.front.html and canvas/philip/tests/2d.gradient.radial.cone.shape1.html and canvas/philip/tests/2d.gradient.radial.cone.top.html as they are passing. 
diff --git a/LayoutTests/platform/ios/TestExpectations b/LayoutTests/platform/ios/TestExpectations
index 7d40264..9628e21 100644
--- a/LayoutTests/platform/ios/TestExpectations
+++ b/LayoutTests/platform/ios/TestExpectations
@@ -3491,6 +3491,4 @@
 # This test requires an update to system decoders
 webkit.org/b/212565 imported/w3c/web-platform-tests/encoding/single-byte-decoder.html [ Failure ]
 
-webkit.org/b/213758 webanimations/accelerated-animation-with-easing.html [ Pass ImageOnlyFailure ]
-
 fast/text/text-styles/-apple-system [ Pass ]
diff --git a/LayoutTests/webanimations/accelerated-animation-with-easing.html b/LayoutTests/webanimations/accelerated-animation-with-easing.html
index 80bc603..df82450 100644
--- a/LayoutTests/webanimations/accelerated-animation-with-easing.html
+++ b/LayoutTests/webanimations/accelerated-animation-with-easing.html
@@ -16,8 +16,8 @@
 
     /* Allow for a 1px error on either side */
     #easing-on-keyframe {
-        left: -1px;
-        width: 102px;
+        left: -2px;
+        width: 104px;
         background-color: green;
     }