Title: [182299] trunk/LayoutTests
Revision
182299
Author
a...@apple.com
Date
2015-04-02 17:40:32 -0700 (Thu, 02 Apr 2015)

Log Message

http/tests/security/cross-frame-access-call.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143344

Reviewed by Anders Carlsson.

* TestExpectations:
* http/tests/security/cross-frame-access-call-expected.txt:
Correct the results. Not sure where I got the different results from.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (182298 => 182299)


--- trunk/LayoutTests/ChangeLog	2015-04-03 00:27:06 UTC (rev 182298)
+++ trunk/LayoutTests/ChangeLog	2015-04-03 00:40:32 UTC (rev 182299)
@@ -1,3 +1,14 @@
+2015-04-02  Alexey Proskuryakov  <a...@apple.com>
+
+        http/tests/security/cross-frame-access-call.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=143344
+
+        Reviewed by Anders Carlsson.
+
+        * TestExpectations:
+        * http/tests/security/cross-frame-access-call-expected.txt:
+        Correct the results. Not sure where I got the different results from.
+
 2015-04-02  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Test gardening.

Modified: trunk/LayoutTests/TestExpectations (182298 => 182299)


--- trunk/LayoutTests/TestExpectations	2015-04-03 00:27:06 UTC (rev 182298)
+++ trunk/LayoutTests/TestExpectations	2015-04-03 00:40:32 UTC (rev 182299)
@@ -515,5 +515,3 @@
 webkit.org/b/142937 ietestcenter/_javascript_/15.2.3.14-1-1.html [ Failure ]
 webkit.org/b/142937 ietestcenter/_javascript_/15.2.3.14-1-2.html [ Failure ]
 webkit.org/b/142937 ietestcenter/_javascript_/15.2.3.14-1-3.html [ Failure ]
-
-webkit.org/b/143344 http/tests/security/cross-frame-access-call.html [ Failure ]

Modified: trunk/LayoutTests/http/tests/security/cross-frame-access-call-expected.txt (182298 => 182299)


--- trunk/LayoutTests/http/tests/security/cross-frame-access-call-expected.txt	2015-04-03 00:27:06 UTC (rev 182298)
+++ trunk/LayoutTests/http/tests/security/cross-frame-access-call-expected.txt	2015-04-03 00:40:32 UTC (rev 182299)
@@ -26,6 +26,8 @@
 CONSOLE MESSAGE: line 1: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
 CONSOLE MESSAGE: line 1: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
 CONSOLE MESSAGE: line 1: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
+CONSOLE MESSAGE: line 1: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
+CONSOLE MESSAGE: line 1: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
 
 
 ----- tests for calling methods of another frame using Function.call -----
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to