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

Side by Side Diff: LayoutTests/fast/forms/time/time-appearance-pseudo-elements.html

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 .after:after { content: "[after]"; } 4 .after:after { content: "[after]"; }
5 .before:before { content: "[before]"; } 5 .before:before { content: "[before]"; }
6 .first-letter:first-letter { color: green; font-size: 200%; } 6 .first-letter:first-letter { color: green; font-size: 200%; }
7 </style> 7 </style>
8 </head> 8 </head>
9 <body> 9 <body>
10 <ul> 10 <ul>
11 <li><input type="time" value="12:34" class="after"></li> 11 <li><input type="time" value="12:34" class="after"></li>
12 <li><input type="time" value="12:34" class="before"></li> 12 <li><input type="time" value="12:34" class="before"></li>
13 <li><input type="time" value="12:34" class="first-letter"></li> 13 <li><input type="time" value="12:34" class="first-letter"></li>
14 </ul> 14 </ul>
15 </body> 15 </body>
16 <script> 16 <script>
17 if (window.testRunner) { 17 if (window.testRunner) {
18 testRunner.dumpAsText(true); 18 testRunner.dumpAsTextWithPixelResults();
19 } 19 }
20 </script> 20 </script>
21 </html> 21 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/time/time-appearance-basic.html ('k') | LayoutTests/fast/forms/week/week-appearance-basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698