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> |