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

Side by Side Diff: LayoutTests/fast/viewport/viewport-legacy-mobileoptimized-3.html

Issue 48613005: Moved most viewport layout tests into a unit test (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 unified diff | Download patch
OLDNEW
(Empty)
1 <head>
2 <title>MobileOptimized Meta with "480".</title>
3 <!-- The content value should be ignored to match current implementations -- >
4 <meta name="MobileOptimized" content="480">
5 <script>
6 function test() {
7 if (window.testRunner) {
8 testRunner.dumpAsText();
9 alert(internals.viewportAsText(document, 1, 320, 352));
10 }
11 }
12 </script>
13 </head>
14 <body onload="test();">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698