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

Unified Diff: Source/web/tests/data/fixed_layout.html

Issue 78963008: Moved remaining legacy viewport tests to unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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: Source/web/tests/data/fixed_layout.html
diff --git a/Source/web/tests/data/fixed_layout.html b/Source/web/tests/data/fixed_layout.html
deleted file mode 100644
index a3576b4ddc7510603b3755e273c7d3246f2f7360..0000000000000000000000000000000000000000
--- a/Source/web/tests/data/fixed_layout.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<head>
- <style>
- /* Since tests are built with desktop viewport settings set the viewport
- to behave like Android */
- @viewport {
- min-width: 980px;
- }
- </style>
-</head>
-<body>Ordinary non-mobile page</body>

Powered by Google App Engine
This is Rietveld 408576698