Index: LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt |
=================================================================== |
--- LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt (revision 102380) |
+++ LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt (working copy) |
@@ -8,11 +8,14 @@ |
PASS: Posting message ('3', [object Object]): threw exception TypeError: Type error |
FAIL: Posting message ('4', [object DOMWindow]): threw exception TypeError: Type error |
FAIL: Posting message ('4', [object DOMWindow]): threw exception TypeError: Type error |
+PASS: Posting message ('4a', *) did not throw an exception |
+PASS: Posting message ('4a', *) did not throw an exception |
PASS: Posting message ('5', null) did not throw an exception |
PASS: Posting message ('5', null) did not throw an exception |
PASS: Posting message ('6', undefined) did not throw an exception |
PASS: Posting message ('6', undefined) did not throw an exception |
FAIL: Posting message ('7', [object MessagePort],[object MessagePort]): threw exception TypeError: Type error |
+PASS: Posting message ('7a', *) did not throw an exception |
FAIL: Posting message ('7', [object MessagePort],[object MessagePort]): threw exception TypeError: Type error |
PASS: Posting message ('2147483648', null) did not throw an exception |
PASS: Posting message ('2147483648', null) did not throw an exception |
@@ -23,10 +26,13 @@ |
FAIL: arrayBuffer not neutered; byteLength = 30 |
FAIL: view was not neutered; length = 10 |
PASS: Posting message ('done', undefined) did not throw an exception |
+Received message '4a' with 0 ports. |
+Received message '4a' with 0 ports. |
Received message '5' with 0 ports. |
Received message '5' with 0 ports. |
Received message '6' with 0 ports. |
Received message '6' with 0 ports. |
+Received message '7a' with 2 ports. |
Received message '2147483648' with 0 ports. |
Received message '2147483648' with 0 ports. |
Received message 'done' with 0 ports. |