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

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

Issue 736793004: Repair/Enable TabCaptureApiTest.FullscreenEvents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 6 years, 1 month 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
1 <script src="fullscreen_test.js"></script> 1 <html>
2 <head>
3 <script src="fullscreen_test.js"></script>
4 <style>
5 body {
6 width: 100%;
7 height: 100%;
8 margin: 0px;
9 padding: 0px;
10 background-color: #f33;
11 foreground-color: #3ff;
12 font-size: xx-large;
13 }
14 </style>
15 </head>
16 <body>
17 Click anywhere to toggle fullscreen.
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698