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

Unified Diff: LayoutTests/wake_lock/wakelock-defined-expected.txt

Issue 1084923002: Wake Lock API implementation (Blink part) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/wake_lock/wakelock-defined-expected.txt
diff --git a/LayoutTests/wake_lock/wakelock-defined-expected.txt b/LayoutTests/wake_lock/wakelock-defined-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..56382c3fdc4a1a13c28263287460015e8c5ba7f0
--- /dev/null
+++ b/LayoutTests/wake_lock/wakelock-defined-expected.txt
@@ -0,0 +1,13 @@
+Test basic WakeLock API definitions.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS internals.runtimeFlags.wakeLockEnabled is true
+PASS document.keepScreenAwake is defined.
+PASS typeof document.keepScreenAwake == 'boolean' is true
+PASS 'keepScreenAwake' in document is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698