Index: LayoutTests/fast/dom/DeviceMotion/page-visibility-expected.txt |
diff --git a/LayoutTests/fast/dom/DeviceMotion/page-visibility-expected.txt b/LayoutTests/fast/dom/DeviceMotion/page-visibility-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..854c7b819fcca34d25717b72c2d1b24bc4bbafd6 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/DeviceMotion/page-visibility-expected.txt |
@@ -0,0 +1,15 @@ |
+Tests to check that devicemotion events are not fired when the page is not visible. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+* Page is visible |
+PASS Received a devicemotion event |
+* Page is hidden |
+PASS Did not receive a devicemotion event |
+* Page is visible |
+PASS Received a devicemotion event |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |