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

Side by Side Diff: LayoutTests/fast/forms/week/week-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="week"> <input type="week" value="1982-W25"></li> 8 <li>basic <input type="week"> <input type="week" value="1982-W25"></li>
9 <li>focus <input autofocus type="week"> <input type="week" value="1982-W25"> </li> 9 <li>focus <input autofocus type="week"> <input type="week" value="1982-W25"> </li>
10 <li>disabled <input type="week" disabled> <input type="week" value="1982-W25 " disabled></li> 10 <li>disabled <input type="week" disabled> <input type="week" value="1982-W25 " disabled></li>
11 <li>readonly <input type="week" readonly> <input type="week" value="1982-W25 " readonly></li> 11 <li>readonly <input type="week" readonly> <input type="week" value="1982-W25 " readonly></li>
12 <li>RTL <input type="week" dir="rtl"> <input type="week" value="1982-W25" di r="rtl"></li> 12 <li>RTL <input type="week" dir="rtl"> <input type="week" value="1982-W25" di r="rtl"></li>
13 <li>With max <input type="week" max="9999-W52"> <input type="week" value="19 82-W25" max="9999-W52"></li> 13 <li>With max <input type="week" max="9999-W52"> <input type="week" value="19 82-W25" max="9999-W52"></li>
14 </ul> 14 </ul>
15 15
16 <ul> 16 <ul>
17 <li>text-align: <input type="week" value="1982-W25" style="text-align: left; "></li> 17 <li>text-align: <input type="week" value="1982-W25" style="text-align: left; "></li>
18 <li>text-transform: <input type="week" value="1982-W25" style="text-transfor m: lowercase;"></li> 18 <li>text-transform: <input type="week" value="1982-W25" style="text-transfor m: lowercase;"></li>
19 <li>background, color: <input type="week" value="1982-W25" style="border: 0p x; background: green; color: yellow;"></li> 19 <li>background, color: <input type="week" value="1982-W25" style="border: 0p x; background: green; color: yellow;"></li>
20 <li>font-size, font-weight: <input type="week" value="1982-W25" style="font- size: 20pt; font-weight: bold;"></li> 20 <li>font-size, font-weight: <input type="week" value="1982-W25" style="font- size: 20pt; font-weight: bold;"></li>
21 <li>font-size with fixed input width: <input type="week" value="1982-W25" st yle="font-size: 20pt; width: 14em;"></li> 21 <li>font-size with fixed input width: <input type="week" value="1982-W25" st yle="font-size: 20pt; width: 14em;"></li>
22 <li>Fixed input height: <input type="week" value="1982-W25" style="height: 4 em;"></li> 22 <li>Fixed input height: <input type="week" value="1982-W25" style="height: 4 em;"></li>
23 <li>-webkit-appearance:none: <input type="week" value="1982-W25" style="-web kit-appearance: none;"></li> 23 <li>-webkit-appearance:none: <input type="week" value="1982-W25" style="-web kit-appearance: none;"></li>
24 <li>padding: <input type="week" value="1982-W25" style="padding: 20px"></li> 24 <li>padding: <input type="week" value="1982-W25" style="padding: 20px"></li>
25 </ul> 25 </ul>
26 </body> 26 </body>
27 </html> 27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698