Title: [242191] trunk/LayoutTests
Revision
242191
Author
simon.fra...@apple.com
Date
2019-02-27 21:27:43 -0800 (Wed, 27 Feb 2019)

Log Message

fast/scrolling/ios/hit-testing-iframe-002.html always fails
https://bugs.webkit.org/show_bug.cgi?id=195108

Reviewed by Frédéric Wang.

Errant ; in this.style.background=''

* fast/scrolling/ios/hit-testing-iframe-002.html:
* platform/ios-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (242190 => 242191)


--- trunk/LayoutTests/ChangeLog	2019-02-28 04:39:22 UTC (rev 242190)
+++ trunk/LayoutTests/ChangeLog	2019-02-28 05:27:43 UTC (rev 242191)
@@ -1,3 +1,15 @@
+2019-02-27  Simon Fraser  <simon.fra...@apple.com>
+
+        fast/scrolling/ios/hit-testing-iframe-002.html always fails
+        https://bugs.webkit.org/show_bug.cgi?id=195108
+
+        Reviewed by Frédéric Wang.
+
+        Errant ; in this.style.background=''
+
+        * fast/scrolling/ios/hit-testing-iframe-002.html:
+        * platform/ios-wk2/TestExpectations:
+
 2019-02-27  Alicia Boya García  <ab...@igalia.com>
 
         Unreviewed GTK test gardening

Modified: trunk/LayoutTests/fast/scrolling/ios/hit-testing-iframe-002.html (242190 => 242191)


--- trunk/LayoutTests/fast/scrolling/ios/hit-testing-iframe-002.html	2019-02-28 04:39:22 UTC (rev 242190)
+++ trunk/LayoutTests/fast/scrolling/ios/hit-testing-iframe-002.html	2019-02-28 05:27:43 UTC (rev 242191)
@@ -35,7 +35,7 @@
   <body>
     <p>This test passes if you see a green rectangle.</p>
     <div style="position: absolute; top: 3em; width: 100px; height: 100px; background: green;">
-      <iframe id="clickInPaddingBoxOutOfContentBox" style="left: 0px; top: 0px; background: red; -webkit-tap-highlight-color: transparent;" _onclick_="this.style.background=''" scrolling="yes" srcdoc="
+      <iframe id="clickInPaddingBoxOutOfContentBox" style="left: 0px; top: 0px; background: red; -webkit-tap-highlight-color: transparent;" _onclick_="this.style.background=''" scrolling="yes" srcdoc="
           <body style='margin: 0; width: 200px; height: 200px'>
               <div style='position: absolute; width: 100px; height: 100px; background: green; -webkit-tap-highlight-color: transparent;'
                    _onclick_='this.style.background=""

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (242190 => 242191)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2019-02-28 04:39:22 UTC (rev 242190)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2019-02-28 05:27:43 UTC (rev 242191)
@@ -1075,7 +1075,6 @@
 webkit.org/b/153049 perf/array-binary-search.html [ Pass Failure Timeout ]
 
 fast/scrolling/ios/scroll-events-back-forward-after-pageshow.html [ Pass Failure ]
-webkit.org/b/195108 fast/scrolling/ios/hit-testing-iframe-002.html [ ImageOnlyFailure ]
 
 webkit.org/b/157589 fast/text-autosizing/ios/text-autosizing-after-back.html [ Pass Timeout ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to