Title: [209428] trunk/LayoutTests
Revision
209428
Author
dba...@webkit.org
Date
2016-12-06 15:24:46 -0800 (Tue, 06 Dec 2016)

Log Message

Test fast/selectors/040.html fails on iOS Simulator following <https://trac.webkit.org/changeset/209404>
(https://bugs.webkit.org/show_bug.cgi?id=79694)

Skip test fast/selectors/040.html as we do not visually highlight a programmatic selection on iOS from
observation.

* platform/ios-simulator/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (209427 => 209428)


--- trunk/LayoutTests/ChangeLog	2016-12-06 23:06:42 UTC (rev 209427)
+++ trunk/LayoutTests/ChangeLog	2016-12-06 23:24:46 UTC (rev 209428)
@@ -1,3 +1,13 @@
+2016-12-06  Daniel Bates  <daba...@apple.com>
+
+        Test fast/selectors/040.html fails on iOS Simulator following <https://trac.webkit.org/changeset/209404>
+        (https://bugs.webkit.org/show_bug.cgi?id=79694)
+
+        Skip test fast/selectors/040.html as we do not visually highlight a programmatic selection on iOS from
+        observation.
+
+        * platform/ios-simulator/TestExpectations:
+
 2016-12-06  Zalan Bujtas  <za...@apple.com>
 
         Can not select whole line when using flexbox

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (209427 => 209428)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2016-12-06 23:06:42 UTC (rev 209427)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2016-12-06 23:24:46 UTC (rev 209428)
@@ -2742,3 +2742,6 @@
 # This test relies on Arial being used to draw Arabic. However, on iOS,
 # we explicitly disallow this because this font is too slow.
 fast/text/initial-advance-in-intermediate-run-complex.html [ ImageOnlyFailure ]
+
+# On iOS we do not visually highlight a programmatic selection
+fast/selectors/040.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to