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

Unified Diff: Source/web/tests/data/no_viewport_tag.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/no_viewport_tag.html
diff --git a/Source/web/tests/data/no_viewport_tag.html b/Source/web/tests/data/no_viewport_tag.html
index 897b8d846b126942c00c005c0721cde4daa0f38d..9ba98157464d33d87eb1af628cc73d541ed4a1bd 100644
--- a/Source/web/tests/data/no_viewport_tag.html
+++ b/Source/web/tests/data/no_viewport_tag.html
@@ -1,13 +1,4 @@
<html>
- <head>
- <style>
- /* Since tests are built with desktop viewport settings set the viewport
- to behave like Android */
- @viewport {
- min-width: 980px;
- }
- </style>
- </head>
<body>
<p> Test </p>
</body>

Powered by Google App Engine
This is Rietveld 408576698