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

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

Issue 1416123002: Absolute Device Orientation API: blink implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
index 2d1d7903c186b208c73eba780a6d914b96f15ed0..83de5e5b4f11cc7a5e0124d307a6ad21fec0349d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
@@ -88,6 +88,7 @@ PASS oldChildWindow.ondblclick is newChildWindow.ondblclick
PASS oldChildWindow.ondevicelight is newChildWindow.ondevicelight
PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion
PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation
+PASS oldChildWindow.ondeviceorientationabsolute is newChildWindow.ondeviceorientationabsolute
PASS oldChildWindow.ondrag is newChildWindow.ondrag
PASS oldChildWindow.ondragend is newChildWindow.ondragend
PASS oldChildWindow.ondragenter is newChildWindow.ondragenter

Powered by Google App Engine
This is Rietveld 408576698