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

Unified Diff: LayoutTests/fast/viewport/viewport-legacy-mobileoptimized-5.html

Issue 19555002: Translate viewport related meta tags into @viewport descriptors as suggested by the CSS Device Adap… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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: LayoutTests/fast/viewport/viewport-legacy-mobileoptimized-5.html
diff --git a/LayoutTests/fast/viewport/viewport-1.html b/LayoutTests/fast/viewport/viewport-legacy-mobileoptimized-5.html
similarity index 66%
copy from LayoutTests/fast/viewport/viewport-1.html
copy to LayoutTests/fast/viewport/viewport-legacy-mobileoptimized-5.html
index 440ff66f0c76d80cbecd24d045bd7dd64c4b633f..7cccc84095f3230a577f3ecf002a6562fa90a28f 100644
--- a/LayoutTests/fast/viewport/viewport-1.html
+++ b/LayoutTests/fast/viewport/viewport-legacy-mobileoptimized-5.html
@@ -1,6 +1,6 @@
<head>
- <title>Viewport Meta with "width=device-width".</title>
- <meta name="viewport" content="width=device-width">
+ <title>MobileOptimized Meta with content bigger than the viewport width".</title>
+ <meta name="MobileOptimized" content="1000">
<script>
function test() {
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698