Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt

Issue 2860483002: Add messageerror event handler (Closed)
Patch Set: fix test Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/linux/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
index bef689260c168617d217ea61f6645131425a6b07..3167519e424e21a695c9a3c53c04241e18ccf68e 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
@@ -109,6 +109,7 @@ PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata
PASS oldChildWindow.onloadstart is newChildWindow.onloadstart
PASS oldChildWindow.onlostpointercapture is newChildWindow.onlostpointercapture
PASS oldChildWindow.onmessage is newChildWindow.onmessage
+PASS oldChildWindow.onmessageerror is newChildWindow.onmessageerror
PASS oldChildWindow.onmousedown is newChildWindow.onmousedown
PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter
PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave

Powered by Google App Engine
This is Rietveld 408576698