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

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: error tests 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..149c0fa626912b0b40f171be10742960d7236f71
--- /dev/null
+++ b/LayoutTests/inspector/screen-orientation-override-expected.txt
@@ -0,0 +1,28 @@
+
+Running: setUp
+angle: 90; type: landscape-primary
+
+Running: setWrongAngle1
+Angle should be in [0; 360) interval
+
+Running: setWrongAngle2
+Angle should be in [0; 360) interval
+
+Running: setWrongType
+Wrong type value
+
+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