Title: [147427] trunk/LayoutTests
Revision
147427
Author
[email protected]
Date
2013-04-02 07:28:23 -0700 (Tue, 02 Apr 2013)

Log Message

Web Inspector: Update test expectation for console-cross-origin-iframe-logging.html
https://bugs.webkit.org/show_bug.cgi?id=113756

Patch by Seokju Kwon <[email protected]> on 2013-04-02
Reviewed by Pavel Feldman.

Simplified errors by not including the whole URL after r145692.

* http/tests/inspector/console-cross-origin-iframe-logging-expected.txt:
* platform/efl/TestExpectations:
* platform/qt/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (147426 => 147427)


--- trunk/LayoutTests/ChangeLog	2013-04-02 13:48:53 UTC (rev 147426)
+++ trunk/LayoutTests/ChangeLog	2013-04-02 14:28:23 UTC (rev 147427)
@@ -1,3 +1,16 @@
+2013-04-02  Seokju Kwon  <[email protected]>
+
+        Web Inspector: Update test expectation for console-cross-origin-iframe-logging.html
+        https://bugs.webkit.org/show_bug.cgi?id=113756
+
+        Reviewed by Pavel Feldman.
+
+        Simplified errors by not including the whole URL after r145692.
+
+        * http/tests/inspector/console-cross-origin-iframe-logging-expected.txt:
+        * platform/efl/TestExpectations:
+        * platform/qt/TestExpectations:
+
 2013-04-02  Andrei Bucur  <[email protected]>
 
         [CSS Regions] Nested auto-height regions don't layout correctly

Modified: trunk/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt (147426 => 147427)


--- trunk/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt	2013-04-02 13:48:53 UTC (rev 147426)
+++ trunk/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt	2013-04-02 14:28:23 UTC (rev 147427)
@@ -1,16 +1,12 @@
-CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
-
-CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
-
+CONSOLE MESSAGE: 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: 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: Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000.
 
 Tests that cross origin errors are logged with source url and line number.
 
 
-Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
- console-cross-origin-iframe-logging.html:9
-Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
- [native code]: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-cross-origin-iframe-logging.html:9
+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. [native code]:1
 Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000.
  [native code]:1
 

Modified: trunk/LayoutTests/platform/efl/TestExpectations (147426 => 147427)


--- trunk/LayoutTests/platform/efl/TestExpectations	2013-04-02 13:48:53 UTC (rev 147426)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2013-04-02 14:28:23 UTC (rev 147427)
@@ -308,7 +308,6 @@
 fast/profiler/dead-time.html
 
 # following tests started failing on EFL afrer r122952.
-http/tests/inspector/console-cross-origin-iframe-logging.html
 http/tests/inspector/resource-parameters.html
 http/tests/inspector/compiler-source-mapping-debug.html
 http/tests/inspector/console-websocket-error.html

Modified: trunk/LayoutTests/platform/qt/TestExpectations (147426 => 147427)


--- trunk/LayoutTests/platform/qt/TestExpectations	2013-04-02 13:48:53 UTC (rev 147426)
+++ trunk/LayoutTests/platform/qt/TestExpectations	2013-04-02 14:28:23 UTC (rev 147427)
@@ -1350,7 +1350,6 @@
 fast/repaint/moving-shadow-on-path.html
 ietestcenter/css3/valuesandunits/units-010.htm
 inspector/audits/audits-panel-functional.html
-http/tests/inspector/console-cross-origin-iframe-logging.html
 http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
 http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
 svg/W3C-SVG-1.1/paths-data-03-f.svg
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to