Title: [113145] trunk/LayoutTests
Revision
113145
Author
[email protected]
Date
2012-04-04 00:11:55 -0700 (Wed, 04 Apr 2012)

Log Message

The baseline for this test is V8-specific. This patch moves the
baseline to the chromium directory and places the JSC result in the
cross-platform directory.

* http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt: Replaced.
* platform/chromium/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt: Copied from LayoutTests/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (113144 => 113145)


--- trunk/LayoutTests/ChangeLog	2012-04-04 06:24:39 UTC (rev 113144)
+++ trunk/LayoutTests/ChangeLog	2012-04-04 07:11:55 UTC (rev 113145)
@@ -1,3 +1,12 @@
+2012-04-04  Adam Barth  <[email protected]>
+
+        The baseline for this test is V8-specific. This patch moves the
+        baseline to the chromium directory and places the JSC result in the
+        cross-platform directory.
+
+        * http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt: Replaced.
+        * platform/chromium/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt: Copied from LayoutTests/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt.
+
 2012-04-03  Adam Barth  <[email protected]>
 
         Implement <iframe srcdoc>

Deleted: trunk/LayoutTests/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt (113144 => 113145)


--- trunk/LayoutTests/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt	2012-04-04 06:24:39 UTC (rev 113144)
+++ trunk/LayoutTests/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt	2012-04-04 07:11:55 UTC (rev 113145)
@@ -1,5 +0,0 @@
-CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://127.0.0.1:8000/security/srcdoc-in-sandbox-cannot-access-parent.html from frame with URL about:srcdoc. Domains, protocols and ports must match.
-
-CONSOLE MESSAGE: line 4: Uncaught TypeError: Cannot call method 'getElementById' of undefined
-PASS
-

Added: trunk/LayoutTests/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt (0 => 113145)


--- trunk/LayoutTests/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt	2012-04-04 07:11:55 UTC (rev 113145)
@@ -0,0 +1,5 @@
+CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://127.0.0.1:8000/security/srcdoc-in-sandbox-cannot-access-parent.html from frame with URL about:srcdoc. Domains, protocols and ports must match.
+
+CONSOLE MESSAGE: line 4: TypeError: 'undefined' is not an object (evaluating 'parent.document.getElementById')
+PASS
+

Copied: trunk/LayoutTests/platform/chromium/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt (from rev 113144, trunk/LayoutTests/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt) (0 => 113145)


--- trunk/LayoutTests/platform/chromium/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt	2012-04-04 07:11:55 UTC (rev 113145)
@@ -0,0 +1,5 @@
+CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://127.0.0.1:8000/security/srcdoc-in-sandbox-cannot-access-parent.html from frame with URL about:srcdoc. Domains, protocols and ports must match.
+
+CONSOLE MESSAGE: line 4: Uncaught TypeError: Cannot call method 'getElementById' of undefined
+PASS
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to