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

Side by Side Diff: LayoutTests/wake_lock/resources/nested-frame.html

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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body onload="window.top.startTest(window);">
4 <script>
5 window.runTest = function(callback) {
6 callback(document);
7 }
8 </script>
9 </body>
10 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/wake_lock/wakelock-api.html » ('j') | LayoutTests/wake_lock/wakelock-api.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698