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

Side by Side Diff: chrome/test/data/extensions/api_test/tab_capture/offscreen_evil_tests.html

Issue 1221483002: New tabCapture.captureOffscreenTab API, initially for Presentation API 1UA mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mostly revert to Patch Set 6, plus minor tweaks. [and REBASE] Created 5 years, 2 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 <html>
2 <body style="background-color: #224; width:100%; height:100%">
3 <video id="video" autoplay style="position: absolute; top:0; bottom:0; left:0; r ight:0; margin:auto; border:none;"></video>
4 </body>
5 <script src="offscreen_test_harness.js"></script>
6 <script src="offscreen_evil_tests.js"></script>
7 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698