Chromium Code Reviews| 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..ed44bacb8f3182940303851eb12aa95af087361e |
| --- /dev/null |
| +++ b/content/test/data/wake_lock/page_with_iframe.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE HTML> |
| +<html> |
| +<head> |
| +</head> |
| +<body> |
| + <div>Testing WakeLock API</div> |
| + <a name="anchor">anchor</a> |
| + <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
|
| +</body> |
| +</html> |