Index: LayoutTests/fast/dom/DeviceLight/page-visibility-expected.txt |
diff --git a/LayoutTests/fast/dom/DeviceLight/page-visibility-expected.txt b/LayoutTests/fast/dom/DeviceLight/page-visibility-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5baa44dd01797f2aeb91d7339d224af306ef1bac |
--- /dev/null |
+++ b/LayoutTests/fast/dom/DeviceLight/page-visibility-expected.txt |
@@ -0,0 +1,15 @@ |
+Tests to check that devicelight 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 devicelight event |
+* Page is hidden |
+PASS Did not receive a devicelight event |
+* Page is visible |
+PASS Received a devicelight event |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |