Index: LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt |
diff --git a/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt b/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt |
index f1bd7fa78745be2338ee1851f72a021b2141e9cb..6072353cb033001962ff7c699dd201928a74b9db 100644 |
--- a/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt |
+++ b/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt |
@@ -3,6 +3,7 @@ Tests that we clone object hierarchies |
PASS: 'postMessage((function(){}))' threw DataCloneError: Failed to execute 'postMessage' on 'Window': An object could not be cloned. |
PASS: 'postMessage(var x = 0; try { eval("badref"); } catch(e) { x = e; } x)' threw DataCloneError: Failed to execute 'postMessage' on 'Window': An object could not be cloned. |
PASS: 'postMessage(arrayBuffer)' threw DataCloneError: Failed to execute 'postMessage' on 'Window': An ArrayBuffer is neutered and could not be cloned. |
+PASS: 'postMessage("data")' threw DataCloneError: Failed to execute 'postMessage' on 'Window': ArrayBuffer at index 1 is a duplicate of an earlier ArrayBuffer. |
PASS: 'postMessage(uint8Array)' threw DataCloneError: Failed to execute 'postMessage' on 'Window': An ArrayBuffer is neutered and could not be cloned. |
PASS: 'postMessage(window)' threw DataCloneError: Failed to execute 'postMessage' on 'Window': An object could not be cloned. |
PASS: 'postMessage(({get a() { throw "x" }}))' threw x |