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

Unified Diff: content/test/data/wake_lock/page_with_iframe.html

Issue 1107333002: Wake Lock API implementation (Chromium part) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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: content/test/data/wake_lock/page_with_iframe.html
diff --git a/content/test/data/wake_lock/page_with_iframe.html b/content/test/data/wake_lock/page_with_iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..54d41e80f4e28f3efdc35b0c1e84075396900103
--- /dev/null
+++ b/content/test/data/wake_lock/page_with_iframe.html
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+</head>
+<body>
+ <div>Testing WakeLock API</div>
+ <iframe id="nested_frame" src="empty_page.html"></iframe>
+</body>
+</html>
« content/test/data/wake_lock/empty_page.html ('K') | « content/test/data/wake_lock/empty_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698