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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/tab_capture/fullscreen_test.html
diff --git a/chrome/test/data/extensions/api_test/tab_capture/fullscreen_test.html b/chrome/test/data/extensions/api_test/tab_capture/fullscreen_test.html
index 6c39e323208f3aad9bdc116801c361da46b4364d..5d2b90ea83c3662a14649826a6ca36c3d4cf4877 100644
--- a/chrome/test/data/extensions/api_test/tab_capture/fullscreen_test.html
+++ b/chrome/test/data/extensions/api_test/tab_capture/fullscreen_test.html
@@ -1 +1,19 @@
-<script src="fullscreen_test.js"></script>
+<html>
+ <head>
+ <script src="fullscreen_test.js"></script>
+ <style>
+ body {
+ width: 100%;
+ height: 100%;
+ margin: 0px;
+ padding: 0px;
+ background-color: #f33;
+ foreground-color: #3ff;
+ font-size: xx-large;
+ }
+ </style>
+ </head>
+ <body>
+ Click anywhere to toggle fullscreen.
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698