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

Unified Diff: LayoutTests/fast/dom/Window/window-appendages-cleared-expected.txt

Issue 132113006: Add initial Blink-side support for the Screen Orientation API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update compile-time assertion for matching enum Created 6 years, 10 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/screen_orientation/consecutive-locking.html » ('j') | Source/core/frame/Screen.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Window/window-appendages-cleared-expected.txt
diff --git a/LayoutTests/fast/dom/Window/window-appendages-cleared-expected.txt b/LayoutTests/fast/dom/Window/window-appendages-cleared-expected.txt
index 09ba9d706f0deef2704b3b372c43cdc2a50d910c..5a445f3286cd580d64f676286af8431f13eb9969 100644
--- a/LayoutTests/fast/dom/Window/window-appendages-cleared-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-appendages-cleared-expected.txt
@@ -21,13 +21,20 @@ PASS location.search == "LEFTOVER" is false
PASS locationbar.visible == "LEFTOVER" is false
PASS menubar.visible == "LEFTOVER" is false
PASS personalbar.visible == "LEFTOVER" is false
+PASS screen.addEventListener == "LEFTOVER" is false
PASS screen.availHeight == "LEFTOVER" is false
PASS screen.availLeft == "LEFTOVER" is false
PASS screen.availTop == "LEFTOVER" is false
PASS screen.availWidth == "LEFTOVER" is false
PASS screen.colorDepth == "LEFTOVER" is false
+PASS screen.dispatchEvent == "LEFTOVER" is false
PASS screen.height == "LEFTOVER" is false
+PASS screen.lockOrientation == "LEFTOVER" is false
+PASS screen.onorientationchange == "LEFTOVER" is false
+PASS screen.orientation == "LEFTOVER" is false
PASS screen.pixelDepth == "LEFTOVER" is false
+PASS screen.removeEventListener == "LEFTOVER" is false
+PASS screen.unlockOrientation == "LEFTOVER" is false
PASS screen.width == "LEFTOVER" is false
PASS scrollbars.visible == "LEFTOVER" is false
PASS statusbar.visible == "LEFTOVER" is false
« no previous file with comments | « no previous file | LayoutTests/screen_orientation/consecutive-locking.html » ('j') | Source/core/frame/Screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698