Index: third_party/WebKit/LayoutTests/fast/events/page-visibility-bubble-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/page-visibility-bubble-expected.txt b/third_party/WebKit/LayoutTests/fast/events/page-visibility-bubble-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..06c04f425398325463afb4d4efd49c303b82583e |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/events/page-visibility-bubble-expected.txt |
@@ -0,0 +1,17 @@ |
+This test checks that 'visibilitychange' event bubbles. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS document.visibilityState is "visible" |
+PASS document.hidden is false |
+PASS event.bubbles is true |
+PASS event.bubbles is true |
+PASS document.visibilityState is "hidden" |
+PASS document.hidden is true |
+PASS event.bubbles is true |
+PASS event.bubbles is true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |