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

Side by Side 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, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 </head>
5 <body>
6 <div>Testing WakeLock API</div>
7 <a name="anchor">anchor</a>
8 <iframe id="nested_frame" src="../title1.html"></iframe>
nasko 2015/09/02 22:40:15 Why not use content/test/data/frame_tree/page_with
alogvinov 2015/09/03 16:25:00 Need an id attribute for renderer-initiated naviga
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698