[ iOS wk2 ] fast/images/exif-orientation-background-image-repeat.html is flaky failing.
<rdar://problem/60921187>

Unreviewed test gardening.

Add "image-rendering: pixelated;" to the elements which render images to avoid unintended anti-aliasing.

* fast/images/exif-orientation-background-image-repeat-expected.html:
* fast/images/exif-orientation-background-image-repeat.html:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@259434 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index aed7cf9..8dfd457 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2020-04-02  Said Abou-Hallawa  <sabouhallawa@apple.com>
+
+        [ iOS wk2 ] fast/images/exif-orientation-background-image-repeat.html is flaky failing.
+        <rdar://problem/60921187>
+
+        Unreviewed test gardening.
+
+        Add "image-rendering: pixelated;" to the elements which render images to avoid unintended anti-aliasing.
+
+        * fast/images/exif-orientation-background-image-repeat-expected.html:
+        * fast/images/exif-orientation-background-image-repeat.html:
+
 2020-04-02  Ryosuke Niwa  <rniwa@webkit.org>
 
         [iOS wk2 Debug] imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/cramped-001.html is failing
diff --git a/LayoutTests/fast/images/exif-orientation-background-image-repeat-expected.html b/LayoutTests/fast/images/exif-orientation-background-image-repeat-expected.html
index fcec5a7..d93a2a5 100644
--- a/LayoutTests/fast/images/exif-orientation-background-image-repeat-expected.html
+++ b/LayoutTests/fast/images/exif-orientation-background-image-repeat-expected.html
@@ -14,6 +14,7 @@
     }
     img {
         display: block;
+        image-rendering: pixelated;
     }
 </style>
 <body>
diff --git a/LayoutTests/fast/images/exif-orientation-background-image-repeat.html b/LayoutTests/fast/images/exif-orientation-background-image-repeat.html
index 3793d8a..44671a2 100644
--- a/LayoutTests/fast/images/exif-orientation-background-image-repeat.html
+++ b/LayoutTests/fast/images/exif-orientation-background-image-repeat.html
@@ -11,6 +11,7 @@
         border: 1px solid black;
         background-size: contain;
         background-repeat: repeat;
+        image-rendering: pixelated;
     }
     div.horizontal {
         width: 100px;