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

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

Issue 219123002: Read the default min-width value from the UA style sheets (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..fe1d2dc89d81eea890d5ff473371e4fa902cae29 100644
--- a/Source/web/tests/data/no_viewport_tag.html
+++ b/Source/web/tests/data/no_viewport_tag.html
@@ -1,12 +1,5 @@
<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>
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698