Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/tab_capture/offscreen_end_to_end.html |
| diff --git a/chrome/test/data/extensions/api_test/tab_capture/offscreen_end_to_end.html b/chrome/test/data/extensions/api_test/tab_capture/offscreen_end_to_end.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c51ddbf926f6e7c04d61c5b1f87a7b71f8c30003 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/tab_capture/offscreen_end_to_end.html |
| @@ -0,0 +1,7 @@ |
| +<html> |
| +<body style="background-color: #224; width:100%; height:100%"> |
| +<video id="video" autoplay style="position: absolute; top:0; bottom:0; left:0; right:0; margin:auto; border:none;"></video> |
| +</body> |
| +<script src="offscreen_test_harness.js"></script> |
| +<script src="offscreen_end_to_end.js"></script> |
| +</html> |