Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / private_script_unittest-expected.txt
index c0dfbcb..7f85614 100644 (file)
@@ -36,7 +36,7 @@ PASS privateScriptTest.voidMethodThrowsTypeError() threw exception TypeError: Fa
 PASS privateScriptTest.voidMethodThrowsRangeError() threw exception RangeError: Failed to execute 'voidMethodThrowsRangeError' on 'PrivateScriptTest': method threw RangeError.
 PASS privateScriptTest.voidMethodThrowsSyntaxError() threw exception SyntaxError: Failed to execute 'voidMethodThrowsSyntaxError' on 'PrivateScriptTest': method threw SyntaxError.
 PASS privateScriptTest.voidMethodThrowsReferenceError() threw exception ReferenceError: Failed to execute 'voidMethodThrowsReferenceError' on 'PrivateScriptTest': method threw ReferenceError.
-PASS privateScriptTest.voidMethodWithStackOverflow() threw exception RangeError: Failed to execute 'voidMethodWithStackOverflow' on 'PrivateScriptTest': Maximum call stack size exceeded.
+PASS privateScriptTest.voidMethodThrowsStackOverflowError() threw exception RangeError: Failed to execute 'voidMethodThrowsStackOverflowError' on 'PrivateScriptTest': Maximum call stack size exceeded.
 PASS privateScriptTest.addIntegerImplementedInCPP(111, 222) is 333
 PASS privateScriptTest.stringAttributeImplementedInCPP is "undefined"
 PASS privateScriptTest.stringAttributeImplementedInCPP is "foo"
@@ -45,6 +45,20 @@ PASS privateScriptTest.stringAttributeImplementedInCPPForPrivateScriptOnly is un
 PASS privateScriptTest.addIntegerInPartial(111, 222) is 333
 PASS privateScriptTest.addInteger2InPartial(111, 222) is 333
 PASS privateScriptTest.stringAttributeInPartial is "foo"
+PASS event.bubbles is true
+PASS event.cancelable is true
+PASS event.valueInPrivateScript is undefined.
+PASS exception is an instance of function DOMException() { [native code] }
+PASS exception.code is 1
+PASS exception is an instance of function DOMException() { [native code] }
+PASS exception.code is 1
+PASS exception is an instance of function DOMException() { [native code] }
+PASS exception.code is 12
+PASS exception is an instance of function Error() { [native code] }
+PASS exception is an instance of function TypeError() { [native code] }
+PASS exception is an instance of function RangeError() { [native code] }
+PASS exception is an instance of function SyntaxError() { [native code] }
+PASS exception is an instance of function ReferenceError() { [native code] }
 PASS successfullyParsed is true
 
 TEST COMPLETE