Title: [92561] trunk/LayoutTests
Revision
92561
Author
[email protected]
Date
2011-08-06 15:04:24 -0700 (Sat, 06 Aug 2011)

Log Message

Fix baselines for cross-origin-xsl-BLOCKED.html.  These results
uncovered a subtle bug in webkit-patch bulk-optimize-baselines, which
I'll fix in a follow-up patch.

* platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
* platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (92560 => 92561)


--- trunk/LayoutTests/ChangeLog	2011-08-06 21:24:25 UTC (rev 92560)
+++ trunk/LayoutTests/ChangeLog	2011-08-06 22:04:24 UTC (rev 92561)
@@ -1,5 +1,14 @@
 2011-08-06  Adam Barth  <[email protected]>
 
+        Fix baselines for cross-origin-xsl-BLOCKED.html.  These results
+        uncovered a subtle bug in webkit-patch bulk-optimize-baselines, which
+        I'll fix in a follow-up patch.
+
+        * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
+        * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
+
+2011-08-06  Adam Barth  <[email protected]>
+
         Optimize expected results for editing.
         This patch was created with webkit-patch bulk-optimize-baselines.
 

Added: trunk/LayoutTests/platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt (0 => 92561)


--- trunk/LayoutTests/platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt	2011-08-06 22:04:24 UTC (rev 92561)
@@ -0,0 +1,5 @@
+CONSOLE MESSAGE: line 1: Unsafe attempt to load URL http://localhost:8000/security/resources/forbidden-stylesheet.xsl from frame with URL http://127.0.0.1:8000/security/resources/cross-origin-xsl.xml. Domains, protocols and ports must match.
+
+This test loads the XML document in an iframe so that it can call dumpAsText(). This test passes if the iframe below is blank.
+
+

Added: trunk/LayoutTests/platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt (0 => 92561)


--- trunk/LayoutTests/platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt	2011-08-06 22:04:24 UTC (rev 92561)
@@ -0,0 +1,5 @@
+CONSOLE MESSAGE: line 1: Unsafe attempt to load URL http://localhost:8000/security/resources/forbidden-stylesheet.xsl from frame with URL http://127.0.0.1:8000/security/resources/cross-origin-xsl.xml. Domains, protocols and ports must match.
+
+This test loads the XML document in an iframe so that it can call dumpAsText(). This test passes if the iframe below is blank.
+
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to