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

Side by Side Diff: LayoutTests/fast/viewport/viewport-legacy-ordering-5.html

Issue 23101004: Make configurationForViewport match production code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Renamed configurationForViewport to viewportAsText 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 unified diff | Download patch
OLDNEW
1 <head> 1 <head>
2 <title>HandheldFriendly, MobileOptimized Meta.</title> 2 <title>HandheldFriendly, MobileOptimized Meta.</title>
3 <meta name="HandheldFriendly" content="true"> 3 <meta name="HandheldFriendly" content="true">
4 <meta name="MobileOptimized" content="480"> 4 <meta name="MobileOptimized" content="480">
5 <script> 5 <script>
6 function test() { 6 function test() {
7 if (window.testRunner) { 7 if (window.testRunner) {
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352)); 9 alert(internals.viewportAsText(document, 1, 320, 352));
10 } 10 }
11 } 11 }
12 </script> 12 </script>
13 </head> 13 </head>
14 <body onload="test();"> 14 <body onload="test();">
OLDNEW
« no previous file with comments | « LayoutTests/fast/viewport/viewport-legacy-ordering-4.html ('k') | LayoutTests/fast/viewport/viewport-legacy-ordering-6.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698