Index: third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt |
index cd570cf88f117483e14c5441b867a9213dcccb32..74448e3ec4d9d00f45464313fb6bb69d0637547a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt |
@@ -1,11 +1,11 @@ |
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((function(){}))' threw DataCloneError: Failed to execute 'postMessage' on 'Window': function (){} 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': ReferenceError: badref is not defined 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(window)' threw DataCloneError: Failed to execute 'postMessage' on 'Window': #<Window> could not be cloned. |
PASS: 'postMessage(({get a() { throw "x" }}))' threw x |
PASS: 'postMessage(blob.close(); blob)' threw DataCloneError: Failed to execute 'postMessage' on 'Window': A Blob object has been closed, and could therefore not be cloned. |
PASS: 'postMessage(constructedFile.close(); constructedFile)' threw DataCloneError: Failed to execute 'postMessage' on 'Window': A File object has been closed, and could therefore not be cloned. |