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

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

Issue 1179113007: Implement onunhandledrejection / onrejectionhandled events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
index 476b2efa81bd8a0f65965f4099c94e067c32b61b..0022e18dab0dc184842dba02ac5b89b4c3bd2434 100644
--- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
+++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
@@ -122,6 +122,7 @@ PASS oldChildWindow.onplaying is newChildWindow.onplaying
PASS oldChildWindow.onpopstate is newChildWindow.onpopstate
PASS oldChildWindow.onprogress is newChildWindow.onprogress
PASS oldChildWindow.onratechange is newChildWindow.onratechange
+PASS oldChildWindow.onrejectionhandled is newChildWindow.onrejectionhandled
PASS oldChildWindow.onreset is newChildWindow.onreset
PASS oldChildWindow.onresize is newChildWindow.onresize
PASS oldChildWindow.onscroll is newChildWindow.onscroll
@@ -141,6 +142,7 @@ PASS oldChildWindow.ontouchend is newChildWindow.ontouchend
PASS oldChildWindow.ontouchmove is newChildWindow.ontouchmove
PASS oldChildWindow.ontouchstart is newChildWindow.ontouchstart
PASS oldChildWindow.ontransitionend is newChildWindow.ontransitionend
+PASS oldChildWindow.onunhandledrejection is newChildWindow.onunhandledrejection
PASS oldChildWindow.onunload is newChildWindow.onunload
PASS oldChildWindow.onvolumechange is newChildWindow.onvolumechange
PASS oldChildWindow.onwaiting is newChildWindow.onwaiting
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698