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

Side by Side Diff: LayoutTests/fast/forms/date/date-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 (testRunner) 4 if (testRunner)
5 testRunner.dumpAsText(true); 5 testRunner.dumpAsTextWithPixelResults();
6 </script> 6 </script>
7 <ul> 7 <ul>
8 <li>Basic <input type="date" autofocus> <input type="date" value="2012-10-05 "></li> 8 <li>Basic <input type="date" autofocus> <input type="date" value="2012-10-05 "></li>
9 <li>Disabled <input type="date" disabled> <input type="date" value="2012-10- 05" disabled></li> 9 <li>Disabled <input type="date" disabled> <input type="date" value="2012-10- 05" disabled></li>
10 <li>Read-only <input type="date" readonly> <input type="date" value="2012-10 -05" readonly></li> 10 <li>Read-only <input type="date" readonly> <input type="date" value="2012-10 -05" readonly></li>
11 <li>RTL <input type="date" value="2012-10-05" dir="rtl"></li> 11 <li>RTL <input type="date" value="2012-10-05" dir="rtl"></li>
12 <li>With max <input type="date" max="0099-12-31"> <input type="date" value=" 2012-10-05" max="99999-12-31"></li> 12 <li>With max <input type="date" max="0099-12-31"> <input type="date" value=" 2012-10-05" max="99999-12-31"></li>
13 </ul> 13 </ul>
14 14
15 <ul> 15 <ul>
16 <li>text-align: <input type="date" value="2012-10-05" style="text-align: lef t;"></li> 16 <li>text-align: <input type="date" value="2012-10-05" style="text-align: lef t;"></li>
17 <li>text-transform: <input type="date" value="2012-10-05" style="text-transf orm: lowercase;"></li> 17 <li>text-transform: <input type="date" value="2012-10-05" style="text-transf orm: lowercase;"></li>
18 <li>background, color: <input type="date" value="2012-10-05" style="border: 0px; background: green; color: yellow;"></li> 18 <li>background, color: <input type="date" value="2012-10-05" style="border: 0px; background: green; color: yellow;"></li>
19 <li>font-size, font-weight: <input type="date" value="2012-10-05" style="fon t-size: 20pt; font-weight: bold;"></li> 19 <li>font-size, font-weight: <input type="date" value="2012-10-05" style="fon t-size: 20pt; font-weight: bold;"></li>
20 <li>font-size with fixed input width: <input type="date" value="2012-10-05" style="font-size: 20pt; width: 14em;"> 20 <li>font-size with fixed input width: <input type="date" value="2012-10-05" style="font-size: 20pt; width: 14em;">
21 <input type="date" value="99999-12-31" style="font-size: 20pt; width: 5em; "></li> 21 <input type="date" value="99999-12-31" style="font-size: 20pt; width: 5em; "></li>
22 <li>Fixed input height: <input type="date" value="2012-10-05" style="height: 4em;"> 22 <li>Fixed input height: <input type="date" value="2012-10-05" style="height: 4em;">
23 <input type="date" value="2013-01-28" style="font-size: 20px; height: 10px ;"></li> 23 <input type="date" value="2013-01-28" style="font-size: 20px; height: 10px ;"></li>
24 <li>-webkit-appearance:none: <input type="date" value="2012-10-05" style="-w ebkit-appearance: none;"></li> 24 <li>-webkit-appearance:none: <input type="date" value="2012-10-05" style="-w ebkit-appearance: none;"></li>
25 <li>display: none:<input type="date" style="display:none;"> 25 <li>display: none:<input type="date" style="display:none;">
26 inline:<input type="date" style="display:inline;"> 26 inline:<input type="date" style="display:inline;">
27 inline-block:<input type="date" style="display:inline-block; width:14em;"> 27 inline-block:<input type="date" style="display:inline-block; width:14em;">
28 block:<input type="date" style="display:block; width:14em;"> 28 block:<input type="date" style="display:block; width:14em;">
29 table-cell: <div style="display:inline-table"><input type="date" style="disp lay:table-cell; width:14em;"></div> 29 table-cell: <div style="display:inline-table"><input type="date" style="disp lay:table-cell; width:14em;"></div>
30 <li>padding: <input type="date" value="2012-10-15" style="padding: 20px"></l i> 30 <li>padding: <input type="date" value="2012-10-15" style="padding: 20px"></l i>
31 </ul> 31 </ul>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/datalist/update-range-with-datalist.html ('k') | LayoutTests/fast/forms/date/date-appearance-l10n.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698