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

Side by Side Diff: LayoutTests/fast/viewport/viewport-135.html

Issue 23495008: Added viewport tests for missing/empty content attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/fast/viewport/viewport-135-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <head> 1 <head>
2 <title>Check that no user-scalable value is the default -1.0.</title> 2 <title>Viewport META multiple; last with empty content ("").</title>
3 <meta name="viewport" content="width=device-width"> 3 <meta name="viewport" content="width=device-width">
4 <meta name="viewport" content="">
4 <script> 5 <script>
5 function test() { 6 function test() {
6 if (window.testRunner) { 7 if (window.testRunner) {
7 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
8 alert(internals.viewportAsText(document, 1, 320, 352)); 9 alert(internals.viewportAsText(document, 1, 320, 352));
9 } 10 }
10 } 11 }
11 </script> 12 </script>
12 </head> 13 </head>
13 <body onload="test();"> 14 <body onload="test();">
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/viewport/viewport-135-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698