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

Side by Side Diff: LayoutTests/fast/forms/month/month-appearance-basic.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, 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(true); 5 testRunner.dumpAsTextWithPixelResults();
6 </script> 6 </script>
7 <ul> 7 <ul>
8 <li>basic <input type="month"> <input type="month" value="1982-11"></li> 8 <li>basic <input type="month"> <input type="month" value="1982-11"></li>
9 <li>focus <input autofocus type="month"> <input type="month" value="1982-11" ></li> 9 <li>focus <input autofocus type="month"> <input type="month" value="1982-11" ></li>
10 <li>disabled <input type="month" disabled> <input type="month" value="1982-1 1" disabled></li> 10 <li>disabled <input type="month" disabled> <input type="month" value="1982-1 1" disabled></li>
11 <li>readonly <input type="month" readonly> <input type="month" value="1982-1 1" readonly></li> 11 <li>readonly <input type="month" readonly> <input type="month" value="1982-1 1" readonly></li>
12 <li>RTL <input type="month" dir="rtl"> <input type="month" value="1982-11" d ir="rtl"></li> 12 <li>RTL <input type="month" dir="rtl"> <input type="month" value="1982-11" d ir="rtl"></li>
13 </ul> 13 </ul>
14 14
15 <ul> 15 <ul>
16 <li>text-align: <input type="month" value="1982-11" style="text-align: left; "></li> 16 <li>text-align: <input type="month" value="1982-11" style="text-align: left; "></li>
17 <li>text-transform: <input type="month" value="1982-11" style="text-transfor m: lowercase;"></li> 17 <li>text-transform: <input type="month" value="1982-11" style="text-transfor m: lowercase;"></li>
18 <li>background, color: <input type="month" value="1982-11" style="border: 0p x; background: green; color: yellow;"></li> 18 <li>background, color: <input type="month" value="1982-11" style="border: 0p x; background: green; color: yellow;"></li>
19 <li>font-size, font-weight: <input type="month" value="1982-11" style="font- size: 20pt; font-weight: bold;"></li> 19 <li>font-size, font-weight: <input type="month" value="1982-11" style="font- size: 20pt; font-weight: bold;"></li>
20 <li>font-size with fixed input width: <input type="month" value="1982-11" st yle="font-size: 20pt; width: 13em;"></li> 20 <li>font-size with fixed input width: <input type="month" value="1982-11" st yle="font-size: 20pt; width: 13em;"></li>
21 <li>Fixed input height: <input type="month" value="1982-11" style="height: 4 em;"></li> 21 <li>Fixed input height: <input type="month" value="1982-11" style="height: 4 em;"></li>
22 <li>-webkit-appearance:none: <input type="month" value="1982-11" style="-web kit-appearance: none;"></li> 22 <li>-webkit-appearance:none: <input type="month" value="1982-11" style="-web kit-appearance: none;"></li>
23 <li>padding: <input type="month" value="1982-11" style="padding: 20px"></li> 23 <li>padding: <input type="month" value="1982-11" style="padding: 20px"></li>
24 </ul> 24 </ul>
25 </body> 25 </body>
26 </html> 26 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-placeholder-paint-order.html ('k') | LayoutTests/fast/forms/month/month-appearance-l10n.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698