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

Unified Diff: LayoutTests/inspector/screen-orientation-override-expected.txt

Issue 1195793008: [DevTools] Implement screen orientation override. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: LayoutTests/inspector/screen-orientation-override-expected.txt
diff --git a/LayoutTests/inspector/screen-orientation-override-expected.txt b/LayoutTests/inspector/screen-orientation-override-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b98245cde2eaecd25022d43402e4d1e88fdd5212
--- /dev/null
+++ b/LayoutTests/inspector/screen-orientation-override-expected.txt
@@ -0,0 +1,19 @@
+
+Running: setUp
+angle: 90; type: landscape-primary
+
+Running: setPortraitPrimary
+angle: 0; type: portrait-primary
+
+Running: setPortraitSecondary
+angle: 180; type: portrait-secondary
+
+Running: setLandscapePrimary
+angle: 90; type: landscape-primary
+
+Running: setLandscapeSecondary
+angle: 270; type: landscape-secondary
+
+Running: clearOverride
+angle: 90; type: landscape-primary
+

Powered by Google App Engine
This is Rietveld 408576698