Index: LayoutTests/screen_orientation/lockOrientation-not-fullscreen-expected.txt |
diff --git a/LayoutTests/screen_orientation/lockOrientation-not-fullscreen-expected.txt b/LayoutTests/screen_orientation/lockOrientation-not-fullscreen-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..951fc5d945a05a7fabc44b7ba572ca7c31671b0b |
--- /dev/null |
+++ b/LayoutTests/screen_orientation/lockOrientation-not-fullscreen-expected.txt |
@@ -0,0 +1,16 @@ |
+Tests that screen.lockOrientation() does not work when not in fullscreen. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS screen.lockOrientation('any') is false |
+PASS screen.lockOrientation('portrait') is false |
+PASS screen.lockOrientation('landscape') is false |
+PASS screen.lockOrientation('portrait-primary') is false |
+PASS screen.lockOrientation('portrait-secondary') is false |
+PASS screen.lockOrientation('landscape-primary') is false |
+PASS screen.lockOrientation('landscape-secondary') is false |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |