Index: third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt |
index 61c04c90b4683e33c98b412289cc99e3265a5ca9..c6261f674a411834d9ee4aea866744cfd9602f59 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE WARNING: 'window.postMessage(message, transferables, targetOrigin)' is deprecated and will be removed in M54, around October 2016. Please use 'window.postMessage(message, targetOrigin, transferables)' instead. See https://www.chromestatus.com/features/5719033043222528 for more details. |
+CONSOLE WARNING: line 31: 'window.postMessage(message, transferables, targetOrigin)' is deprecated and will be removed in M54, around October 2016. Please use 'window.postMessage(message, targetOrigin, transferables)' instead. See https://www.chromestatus.com/features/5719033043222528 for more details. |
Test that the second argument of window.postMessage is ignored or triggers an error if it is not a message port. You should see PASS message '1' through '7', followed by 'done', with messages 4-7 received below. |