Diff
Modified: trunk/LayoutTests/ChangeLog (97000 => 97001)
--- trunk/LayoutTests/ChangeLog 2011-10-08 02:46:20 UTC (rev 97000)
+++ trunk/LayoutTests/ChangeLog 2011-10-08 05:37:52 UTC (rev 97001)
@@ -1,3 +1,23 @@
+2011-10-07 Ryosuke Niwa <[email protected]>
+
+ [JSC]Two tests fails after r95489 & r95488
+ https://bugs.webkit.org/show_bug.cgi?id=68428
+
+ Move V8-specific results to Chromium and put JSC result in cross-platform directory.
+ Also unskip the tests on Mac.
+
+ * http/tests/security/document-all-expected.txt:
+ * http/tests/security/window-named-proto-expected.txt:
+ * platform/chromium/http/tests/security/document-all-expected.txt: Copied from
+ LayoutTests/http/tests/security/document-all-expected.txt.
+ * platform/chromium/http/tests/security/window-named-proto-expected.txt: Copied from
+ LayoutTests/http/tests/security/window-named-proto-expected.txt.
+ * platform/gtk/http/tests/security/document-all-expected.txt: Removed.
+ * platform/gtk/http/tests/security/window-named-proto-expected.txt: Removed.
+ * platform/mac/Skipped:
+ * platform/qt/http/tests/security/document-all-expected.txt: Removed.
+ * platform/qt/http/tests/security/window-named-proto-expected.txt: Removed.
+
2011-10-07 Justin Schuh <[email protected]>
Make isXMLMIMEType regex use TLS
Modified: trunk/LayoutTests/http/tests/security/document-all-expected.txt (97000 => 97001)
--- trunk/LayoutTests/http/tests/security/document-all-expected.txt 2011-10-08 02:46:20 UTC (rev 97000)
+++ trunk/LayoutTests/http/tests/security/document-all-expected.txt 2011-10-08 05:37:52 UTC (rev 97001)
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 1: Uncaught TypeError: Illegal constructor
+CONSOLE MESSAGE: line 1: TypeError: '[object DOMWindowConstructor]' is not a function (evaluating 'obj.alert.constructor("return document.body.innerHTML")')
Modified: trunk/LayoutTests/http/tests/security/window-named-proto-expected.txt (97000 => 97001)
--- trunk/LayoutTests/http/tests/security/window-named-proto-expected.txt 2011-10-08 02:46:20 UTC (rev 97000)
+++ trunk/LayoutTests/http/tests/security/window-named-proto-expected.txt 2011-10-08 05:37:52 UTC (rev 97001)
@@ -1,4 +1,2 @@
-CONSOLE MESSAGE: line 1: Unsafe _javascript_ attempt to access frame with URL http://localhost:8080/security/resources/innocent-victim-with-iframe.html from frame with URL data:text/html,<script>(function () { setTimeout(function() { if (window.layoutTestController) layoutTestController.notifyDone(); }, 0); window.name = "__proto__"; parent.__proto__.alert.constructor("alert(document.body.innerHTML)")(); })()</script>. Domains, protocols and ports must match.
+CONSOLE MESSAGE: line 1: TypeError: 'null' is not an object (evaluating 'document.body.innerHTML')
-CONSOLE MESSAGE: line 1: Uncaught TypeError: Cannot read property 'alert' of undefined
-
Copied: trunk/LayoutTests/platform/chromium/http/tests/security/document-all-expected.txt (from rev 96943, trunk/LayoutTests/http/tests/security/document-all-expected.txt) (0 => 97001)
--- trunk/LayoutTests/platform/chromium/http/tests/security/document-all-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/http/tests/security/document-all-expected.txt 2011-10-08 05:37:52 UTC (rev 97001)
@@ -0,0 +1,2 @@
+CONSOLE MESSAGE: line 1: Uncaught TypeError: Illegal constructor
+
Copied: trunk/LayoutTests/platform/chromium/http/tests/security/window-named-proto-expected.txt (from rev 96943, trunk/LayoutTests/http/tests/security/window-named-proto-expected.txt) (0 => 97001)
--- trunk/LayoutTests/platform/chromium/http/tests/security/window-named-proto-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/http/tests/security/window-named-proto-expected.txt 2011-10-08 05:37:52 UTC (rev 97001)
@@ -0,0 +1,4 @@
+CONSOLE MESSAGE: line 1: Unsafe _javascript_ attempt to access frame with URL http://localhost:8080/security/resources/innocent-victim-with-iframe.html from frame with URL data:text/html,<script>(function () { setTimeout(function() { if (window.layoutTestController) layoutTestController.notifyDone(); }, 0); window.name = "__proto__"; parent.__proto__.alert.constructor("alert(document.body.innerHTML)")(); })()</script>. Domains, protocols and ports must match.
+
+CONSOLE MESSAGE: line 1: Uncaught TypeError: Cannot read property 'alert' of undefined
+
Deleted: trunk/LayoutTests/platform/gtk/http/tests/security/document-all-expected.txt (97000 => 97001)
--- trunk/LayoutTests/platform/gtk/http/tests/security/document-all-expected.txt 2011-10-08 02:46:20 UTC (rev 97000)
+++ trunk/LayoutTests/platform/gtk/http/tests/security/document-all-expected.txt 2011-10-08 05:37:52 UTC (rev 97001)
@@ -1,2 +0,0 @@
-CONSOLE MESSAGE: line 1: TypeError: '[object DOMWindowConstructor]' is not a function (evaluating 'obj.alert.constructor("return document.body.innerHTML")')
-
Deleted: trunk/LayoutTests/platform/gtk/http/tests/security/window-named-proto-expected.txt (97000 => 97001)
--- trunk/LayoutTests/platform/gtk/http/tests/security/window-named-proto-expected.txt 2011-10-08 02:46:20 UTC (rev 97000)
+++ trunk/LayoutTests/platform/gtk/http/tests/security/window-named-proto-expected.txt 2011-10-08 05:37:52 UTC (rev 97001)
@@ -1,2 +0,0 @@
-CONSOLE MESSAGE: line 1: TypeError: 'null' is not an object (evaluating 'document.body.innerHTML')
-
Modified: trunk/LayoutTests/platform/mac/Skipped (97000 => 97001)
--- trunk/LayoutTests/platform/mac/Skipped 2011-10-08 02:46:20 UTC (rev 97000)
+++ trunk/LayoutTests/platform/mac/Skipped 2011-10-08 05:37:52 UTC (rev 97001)
@@ -441,8 +441,3 @@
# https://bugs.webkit.org/show_bug.cgi?id=68566
fast/css/webkit-mask-crash-fieldset-legend.html
fast/css/webkit-mask-crash-table.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=68428
-# Results assume V8. These tests pass with JSC, but with different results.
-http/tests/security/window-named-proto.html
-http/tests/security/document-all.html
Deleted: trunk/LayoutTests/platform/qt/http/tests/security/document-all-expected.txt (97000 => 97001)
--- trunk/LayoutTests/platform/qt/http/tests/security/document-all-expected.txt 2011-10-08 02:46:20 UTC (rev 97000)
+++ trunk/LayoutTests/platform/qt/http/tests/security/document-all-expected.txt 2011-10-08 05:37:52 UTC (rev 97001)
@@ -1,2 +0,0 @@
-CONSOLE MESSAGE: line 1: TypeError: '[object DOMWindowConstructor]' is not a function (evaluating 'obj.alert.constructor("return document.body.innerHTML")')
-
Deleted: trunk/LayoutTests/platform/qt/http/tests/security/window-named-proto-expected.txt (97000 => 97001)
--- trunk/LayoutTests/platform/qt/http/tests/security/window-named-proto-expected.txt 2011-10-08 02:46:20 UTC (rev 97000)
+++ trunk/LayoutTests/platform/qt/http/tests/security/window-named-proto-expected.txt 2011-10-08 05:37:52 UTC (rev 97001)
@@ -1,2 +0,0 @@
-CONSOLE MESSAGE: line 1: TypeError: 'null' is not an object (evaluating 'document.body.innerHTML')
-