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

Unified Diff: sky/engine/web/tests/data/fixed_layout.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/fixed_layout.html
diff --git a/sky/engine/web/tests/data/fixed_layout.html b/sky/engine/web/tests/data/fixed_layout.html
deleted file mode 100644
index 3094cc13ee2e521dde862c6f810da61313b40077..0000000000000000000000000000000000000000
--- a/sky/engine/web/tests/data/fixed_layout.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<head>
- <style>
- /* Since tests are built with desktop viewport settings set the viewport
- to behave like Android */
- @viewport {
- min-width: 980px;
- }
- /* Use a font size large enough so autosizing kicks in. */
- body {
- font-size: 20px;
- }
- </style>
-</head>
-<body>Ordinary non-mobile page<br>
-Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page. Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page. Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page. Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page. Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page.
-</body>
« no previous file with comments | « sky/engine/web/tests/data/fixed-position-in-fixed-viewport.html ('k') | sky/engine/web/tests/data/focus_blur_events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698