Diff
Modified: trunk/LayoutTests/ChangeLog (97888 => 97889)
--- trunk/LayoutTests/ChangeLog 2011-10-19 22:42:12 UTC (rev 97888)
+++ trunk/LayoutTests/ChangeLog 2011-10-19 22:54:44 UTC (rev 97889)
@@ -1,3 +1,17 @@
+2011-10-19 Erik Arvidsson <[email protected]>
+
+ [Chromium] Update the test expectations for r97881.
+
+ * platform/chromium-cg-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt: Added.
+ * platform/chromium-linux-x86/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
+ * platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt: Added.
+ * platform/chromium-linux-x86/fast/parser/entity-end-script-tag-expected.txt: Added.
+ * platform/chromium-linux/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
+ * platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt: Added.
+ * platform/chromium-linux/fast/parser/entity-end-script-tag-expected.txt: Added.
+
2011-10-19 Dan Bernstein <[email protected]>
Incorrect pagination in flipped-blocks writing modes with border/padding before
Added: trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt (0 => 97889)
--- trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-19 22:54:44 UTC (rev 97889)
@@ -0,0 +1,35 @@
+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
+
Added: trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt (0 => 97889)
--- trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-19 22:54:44 UTC (rev 97889)
@@ -0,0 +1,10 @@
+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
+
Added: trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt (0 => 97889)
--- trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-cg-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt 2011-10-19 22:54:44 UTC (rev 97889)
@@ -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
+
Added: trunk/LayoutTests/platform/chromium-linux/fast/dom/call-a-constructor-as-a-function-expected.txt (0 => 97889)
--- trunk/LayoutTests/platform/chromium-linux/fast/dom/call-a-constructor-as-a-function-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-19 22:54:44 UTC (rev 97889)
@@ -0,0 +1,35 @@
+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
+
Added: trunk/LayoutTests/platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt (0 => 97889)
--- trunk/LayoutTests/platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-19 22:54:44 UTC (rev 97889)
@@ -0,0 +1,10 @@
+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
+
Added: trunk/LayoutTests/platform/chromium-linux/fast/parser/entity-end-script-tag-expected.txt (0 => 97889)
--- trunk/LayoutTests/platform/chromium-linux/fast/parser/entity-end-script-tag-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux/fast/parser/entity-end-script-tag-expected.txt 2011-10-19 22:54:44 UTC (rev 97889)
@@ -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
+
Added: trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/call-a-constructor-as-a-function-expected.txt (0 => 97889)
--- trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/call-a-constructor-as-a-function-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/call-a-constructor-as-a-function-expected.txt 2011-10-19 22:54:44 UTC (rev 97889)
@@ -0,0 +1,35 @@
+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
+
Added: trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt (0 => 97889)
--- trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt 2011-10-19 22:54:44 UTC (rev 97889)
@@ -0,0 +1,10 @@
+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
+
Added: trunk/LayoutTests/platform/chromium-linux-x86/fast/parser/entity-end-script-tag-expected.txt (0 => 97889)
--- trunk/LayoutTests/platform/chromium-linux-x86/fast/parser/entity-end-script-tag-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux-x86/fast/parser/entity-end-script-tag-expected.txt 2011-10-19 22:54:44 UTC (rev 97889)
@@ -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
+