Diff
Modified: trunk/LayoutTests/ChangeLog (97905 => 97906)
--- trunk/LayoutTests/ChangeLog 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/ChangeLog 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,3 +1,26 @@
+2011-10-19 Dirk Pranke <[email protected]>
+
+ Update chromium expectations after r97889.
+
+ Unreviewed, expectations change.
+
+ * platform/chromium-cg-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
+ * platform/chromium-cg-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.
+ * platform/chromium-linux-x86/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
+ * platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.
+ * platform/chromium-linux-x86/fast/parser/entity-end-script-tag-expected.txt: Removed.
+ * platform/chromium-linux/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
+ * platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.
+ * platform/chromium-linux/fast/parser/entity-end-script-tag-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Copied from LayoutTests/platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Copied from LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/parser/entity-end-script-tag-expected.txt.
+ * platform/chromium-mac/fast/parser/entity-end-script-tag-expected.txt: Removed.
+ * platform/chromium-win/fast/parser/entity-end-script-tag-expected.txt: Removed.
+ * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
+ * platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt:
+ * platform/chromium/fast/parser/entity-end-script-tag-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt.
+
2011-10-19 Gavin Barraclough <[email protected]>
Poisoning of strict caller,arguments inappropriately poisoning "in"
Modified: trunk/LayoutTests/platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,5 +1,8 @@
This tests if TypeError is thrown or not when we call a constructor as a normal function.
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
PASS ArrayBuffer() threw exception TypeError: DOM object constructor cannot be called as a function..
SKIP AudioContext is not implemented.
PASS FormData() threw exception TypeError: DOM object constructor cannot be called as a function..
Modified: trunk/LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 15: Uncaught RangeError: Maximum call stack size exceeded
+CONSOLE MESSAGE: line 14: Uncaught RangeError: Maximum call stack size exceeded
Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Copied: trunk/LayoutTests/platform/chromium/fast/parser/entity-end-script-tag-expected.txt (from rev 97905, trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt) (0 => 97906)
--- trunk/LayoutTests/platform/chromium/fast/parser/entity-end-script-tag-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -0,0 +1,11 @@
+CONSOLE MESSAGE: line 7: Uncaught SyntaxError: Unexpected token &
+Test parsing of entity-escaped </script> tag for Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getElementById("myscript").textContent is expectedResult
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Deleted: trunk/LayoutTests/platform/chromium-cg-mac/fast/parser/entity-end-script-tag-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-cg-mac/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-cg-mac/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,11 +0,0 @@
-CONSOLE MESSAGE: line 8: Uncaught SyntaxError: Unexpected token &
-Test parsing of entity-escaped </script> tag for Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS document.getElementById("myscript").textContent is expectedResult
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,35 +0,0 @@
-This tests if TypeError is thrown or not when we call a constructor as a normal function.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS ArrayBuffer() threw exception TypeError: DOM object constructor cannot be called as a function..
-SKIP AudioContext is not implemented.
-PASS FormData() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS DataView() threw exception TypeError: DOM object constructor cannot be called as a function.
-PASS EventSource() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS FileReader() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Float32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Float64Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Audio() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Image() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Option() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int16Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int8Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS MessageChannel() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS webkitPeerConnection() threw exception TypeError: DOM object constructor cannot be called as a function..
-SKIP SharedWorker is not implemented.
-PASS Uint16Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Uint32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Uint8Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS WebKitCSSMatrix() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS WebKitPoint() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS WebSocket() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Worker() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS XMLHttpRequest() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS XSLTProcessor() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,10 +0,0 @@
-CONSOLE MESSAGE: line 14: Uncaught RangeError: Maximum call stack size exceeded
-Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,11 +0,0 @@
-CONSOLE MESSAGE: line 7: Uncaught SyntaxError: Unexpected token &
-Test parsing of entity-escaped </script> tag for Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS document.getElementById("myscript").textContent is expectedResult
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/chromium-linux/fast/dom/call-a-constructor-as-a-function-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-linux/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-linux/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,35 +0,0 @@
-This tests if TypeError is thrown or not when we call a constructor as a normal function.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS ArrayBuffer() threw exception TypeError: DOM object constructor cannot be called as a function..
-SKIP AudioContext is not implemented.
-PASS FormData() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS DataView() threw exception TypeError: DOM object constructor cannot be called as a function.
-PASS EventSource() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS FileReader() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Float32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Float64Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Audio() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Image() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Option() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int16Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int8Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS MessageChannel() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS webkitPeerConnection() threw exception TypeError: DOM object constructor cannot be called as a function..
-SKIP SharedWorker is not implemented.
-PASS Uint16Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Uint32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Uint8Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS WebKitCSSMatrix() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS WebKitPoint() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS WebSocket() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Worker() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS XMLHttpRequest() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS XSLTProcessor() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,10 +0,0 @@
-CONSOLE MESSAGE: line 14: Uncaught RangeError: Maximum call stack size exceeded
-Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/chromium-linux/fast/parser/entity-end-script-tag-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-linux/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-linux/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,11 +0,0 @@
-CONSOLE MESSAGE: line 7: Uncaught SyntaxError: Unexpected token &
-Test parsing of entity-escaped </script> tag for Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS document.getElementById("myscript").textContent is expectedResult
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/call-a-constructor-as-a-function-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,35 +0,0 @@
-This tests if TypeError is thrown or not when we call a constructor as a normal function.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS ArrayBuffer() threw exception TypeError: DOM object constructor cannot be called as a function..
-SKIP AudioContext is not implemented.
-PASS FormData() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS DataView() threw exception TypeError: DOM object constructor cannot be called as a function.
-PASS EventSource() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS FileReader() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Float32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Float64Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Audio() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Image() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Option() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int16Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int8Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS MessageChannel() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS webkitPeerConnection() threw exception TypeError: DOM object constructor cannot be called as a function..
-SKIP SharedWorker is not implemented.
-PASS Uint16Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Uint32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Uint8Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS WebKitCSSMatrix() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS WebKitPoint() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS WebSocket() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Worker() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS XMLHttpRequest() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS XSLTProcessor() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,10 +0,0 @@
-CONSOLE MESSAGE: line 14: Uncaught RangeError: Maximum call stack size exceeded
-Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/chromium-linux-x86/fast/parser/entity-end-script-tag-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-linux-x86/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-linux-x86/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,11 +0,0 @@
-CONSOLE MESSAGE: line 7: Uncaught SyntaxError: Unexpected token &
-Test parsing of entity-escaped </script> tag for Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS document.getElementById("myscript").textContent is expectedResult
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/chromium-mac/fast/parser/entity-end-script-tag-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-mac/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-mac/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,11 +0,0 @@
-CONSOLE MESSAGE: line 8: Uncaught SyntaxError: Unexpected token &
-Test parsing of entity-escaped </script> tag for Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS document.getElementById("myscript").textContent is expectedResult
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Copied: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt (from rev 97905, trunk/LayoutTests/platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt) (0 => 97906)
--- trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -0,0 +1,32 @@
+This tests if TypeError is thrown or not when we call a constructor as a normal function.
+
+PASS ArrayBuffer() threw exception TypeError: DOM object constructor cannot be called as a function..
+SKIP AudioContext is not implemented.
+PASS FormData() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS DataView() threw exception TypeError: DOM object constructor cannot be called as a function.
+PASS EventSource() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS FileReader() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Float32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Float64Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Audio() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Image() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Option() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Int16Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Int32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Int8Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS MessageChannel() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS webkitPeerConnection() threw exception TypeError: DOM object constructor cannot be called as a function..
+SKIP SharedWorker is not implemented.
+PASS Uint16Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Uint32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Uint8Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS WebKitCSSMatrix() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS WebKitPoint() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS WebSocket() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Worker() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS XMLHttpRequest() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS XSLTProcessor() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Copied: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt (from rev 97905, trunk/LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt) (0 => 97906)
--- trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -0,0 +1,10 @@
+CONSOLE MESSAGE: line 15: Uncaught RangeError: Maximum call stack size exceeded
+Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Copied: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt (from rev 97905, trunk/LayoutTests/platform/chromium-cg-mac/fast/parser/entity-end-script-tag-expected.txt) (0 => 97906)
--- trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -0,0 +1,11 @@
+CONSOLE MESSAGE: line 8: Uncaught SyntaxError: Unexpected token &
+Test parsing of entity-escaped </script> tag for Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getElementById("myscript").textContent is expectedResult
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Deleted: trunk/LayoutTests/platform/chromium-win/fast/parser/entity-end-script-tag-expected.txt (97905 => 97906)
--- trunk/LayoutTests/platform/chromium-win/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:18:03 UTC (rev 97905)
+++ trunk/LayoutTests/platform/chromium-win/fast/parser/entity-end-script-tag-expected.txt 2011-10-20 01:24:39 UTC (rev 97906)
@@ -1,11 +0,0 @@
-CONSOLE MESSAGE: line 8: Uncaught SyntaxError: Unexpected token &
-Test parsing of entity-escaped </script> tag for Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS document.getElementById("myscript").textContent is expectedResult
-PASS successfullyParsed is true
-
-TEST COMPLETE
-