Title: [246325] trunk/LayoutTests
Revision
246325
Author
[email protected]
Date
2019-06-11 11:17:24 -0700 (Tue, 11 Jun 2019)

Log Message

Skip test http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html as
testRunner.queueLoad() does not support loading data URLs in Legacy WebKit on Mac and iOS

* platform/ios-wk1/TestExpectations:
* platform/mac-wk1/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (246324 => 246325)


--- trunk/LayoutTests/ChangeLog	2019-06-11 17:45:01 UTC (rev 246324)
+++ trunk/LayoutTests/ChangeLog	2019-06-11 18:17:24 UTC (rev 246325)
@@ -1,5 +1,13 @@
 2019-06-11  Daniel Bates  <[email protected]>
 
+        Skip test http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html as
+        testRunner.queueLoad() does not support loading data URLs in Legacy WebKit on Mac and iOS
+
+        * platform/ios-wk1/TestExpectations:
+        * platform/mac-wk1/TestExpectations:
+
+2019-06-11  Daniel Bates  <[email protected]>
+
         [Win] Layout test http/tests/security/contentSecurityPolicy/navigate-self-to-blob.html is timing out
         https://bugs.webkit.org/show_bug.cgi?id=198758
 

Modified: trunk/LayoutTests/platform/ios-wk1/TestExpectations (246324 => 246325)


--- trunk/LayoutTests/platform/ios-wk1/TestExpectations	2019-06-11 17:45:01 UTC (rev 246324)
+++ trunk/LayoutTests/platform/ios-wk1/TestExpectations	2019-06-11 18:17:24 UTC (rev 246325)
@@ -35,6 +35,9 @@
 fast/events/ios/key-command-italic.html [ Skip ]
 fast/events/ios/type-digits-holding-control-key.html [ Skip ]
 
+# testRunner.queueLoad() does not support loading data URLs in iOS WK1
+http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html [ Skip ]
+
 # <input type=color> is not supported in WebKit1 on iOS.
 fast/forms/color/input-color-onchange-event.html [ Failure ]
 fast/forms/color/input-color-readonly.html [ Failure ]

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (246324 => 246325)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2019-06-11 17:45:01 UTC (rev 246324)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2019-06-11 18:17:24 UTC (rev 246325)
@@ -111,6 +111,9 @@
 imported/w3c/web-platform-tests/intersection-observer [ Skip ]
 intersection-observer [ Skip ]
 
+# testRunner.queueLoad() does not support loading data URLs in Mac WK1
+http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html [ Skip ]
+
 #//////////////////////////////////////////////////////////////////////////////////////////
 # End features not supported in WebKit1
 #//////////////////////////////////////////////////////////////////////////////////////////
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to