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

Unified Diff: sky/engine/web/tests/data/fullscreen_div.html

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: sky/engine/web/tests/data/fullscreen_div.html
diff --git a/sky/engine/web/tests/data/fullscreen_div.html b/sky/engine/web/tests/data/fullscreen_div.html
deleted file mode 100644
index 8a4777be445e38d2a351dcbff677cb90678a38b7..0000000000000000000000000000000000000000
--- a/sky/engine/web/tests/data/fullscreen_div.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<style>
- div#div1 {
- background: blue;
- width: 200px;
- height: 200px;
- }
- div#div2 {
- background: red;
- width: 2000px;
- height: 2000px;
- }
-</style>
-<body>
- <div id="div1">will go fullscreen</div>
- <div id="div2">will not go fullscreen</div>
-</body>
« no previous file with comments | « sky/engine/web/tests/data/frame-a-b-c.html ('k') | sky/engine/web/tests/data/get_multiple_divs_for_auto_zoom_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698