| 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 d41c9d4f364fab1b2214f5998187459a9f4cae8d..61c04c90b4683e33c98b412289cc99e3265a5ca9 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,3 +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.
|
| 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.
|
|
|
|
|
|
|