Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / tab_capture / fullscreen_test.html
blob5d2b90ea83c3662a14649826a6ca36c3d4cf4877
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;
14 </style>
15 </head>
16 <body>
17 Click anywhere to toggle fullscreen.
18 </body>
19 </html>