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

Side by Side Diff: LayoutTests/fast/forms/datetimelocal/datetimelocal-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(true); 6 testRunner.dumpAsTextWithPixelResults();
7 </script> 7 </script>
8 <ul> 8 <ul>
9 <li>step=none <input autofocus type="datetime-local"> <input type="datetime- local" value="9876-05-04T12:34"></li> 9 <li>step=none <input autofocus type="datetime-local"> <input type="datetime- local" value="9876-05-04T12:34"></li>
10 <li>step=1 <input type="datetime-local" step="1"> <input step="1" type="date time-local" value="9876-05-04T12:34:56"></li> 10 <li>step=1 <input type="datetime-local" step="1"> <input step="1" type="date time-local" value="9876-05-04T12:34:56"></li>
11 <li>step=0.001 <input type="datetime-local" step="0.001"> <input step="0.001 " type="datetime-local" value="9876-05-04T12:34:56.789"></li> 11 <li>step=0.001 <input type="datetime-local" step="0.001"> <input step="0.001 " type="datetime-local" value="9876-05-04T12:34:56.789"></li>
12 <li>step=3600 <input type="datetime-local" step="3600"> <input step="3600" t ype="datetime-local" value="9876-05-04T12:00"></li> 12 <li>step=3600 <input type="datetime-local" step="3600"> <input step="3600" t ype="datetime-local" value="9876-05-04T12:00"></li>
13 <li>step=86400 <input type="datetime-local" step="86400"> <input step="86400 " type="datetime-local" min="9876-05-04T12:34:56.789"></li> 13 <li>step=86400 <input type="datetime-local" step="86400"> <input step="86400 " type="datetime-local" min="9876-05-04T12:34:56.789"></li>
14 <li>step mismatched <input type="datetime-local" step="60" value="2012-12- 08T12:34:56"></li> 14 <li>step mismatched <input type="datetime-local" step="60" value="2012-12- 08T12:34:56"></li>
15 <li>RTL <input type="datetime-local" step="1" value="9876-05-04T12:34:56" di r="rtl"></li> 15 <li>RTL <input type="datetime-local" step="1" value="9876-05-04T12:34:56" di r="rtl"></li>
16 <li>Disabled <input disabled type="datetime-local" value="0999-01-01T23:59"> <input disabled type="datetime-local"></li> 16 <li>Disabled <input disabled type="datetime-local" value="0999-01-01T23:59"> <input disabled type="datetime-local"></li>
17 <li>Readonly, step=3600 <input readonly type="datetime-local" step="3600" va lue="9999-12-31T23:59:59.999"> <input readonly step="3600" type="datetime-local" ></li> 17 <li>Readonly, step=3600 <input readonly type="datetime-local" step="3600" va lue="9999-12-31T23:59:59.999"> <input readonly step="3600" type="datetime-local" ></li>
18 </ul> 18 </ul>
19 19
20 <ul> 20 <ul>
21 <li>text-align: <input type="datetime-local" value="1234-05-06T12:34:56" sty le="text-align: left;"></li> 21 <li>text-align: <input type="datetime-local" value="1234-05-06T12:34:56" sty le="text-align: left;"></li>
22 <li>text-transform: <input type="datetime-local" value="9876-05-04T12:34" st yle="text-transform: lowercase;"></li> 22 <li>text-transform: <input type="datetime-local" value="9876-05-04T12:34" st yle="text-transform: lowercase;"></li>
23 <li>background, color: <input type="datetime-local" value="9876-05-04T12:34" style="border: 0px; background: green; color: yellow;"></li> 23 <li>background, color: <input type="datetime-local" value="9876-05-04T12:34" style="border: 0px; background: green; color: yellow;"></li>
24 <li>font-size, font-weight: <input type="datetime-local" value="9876-05-04T1 2:34" style="font-size: 20pt; font-weight: bold;"></li> 24 <li>font-size, font-weight: <input type="datetime-local" value="9876-05-04T1 2:34" style="font-size: 20pt; font-weight: bold;"></li>
25 <li>font-size with fixed input width: <input type="datetime-local" value="98 76-05-04T12:34" style="font-size: 20pt; width: 18em;"></li> 25 <li>font-size with fixed input width: <input type="datetime-local" value="98 76-05-04T12:34" style="font-size: 20pt; width: 18em;"></li>
26 <li>Fixed input height: <input type="datetime-local" value="9876-05-04T12:34 " style="height: 4em;"></li> 26 <li>Fixed input height: <input type="datetime-local" value="9876-05-04T12:34 " style="height: 4em;"></li>
27 <li>-webkit-appearance:none: <input type="datetime-local" value="9876-05-04T 13:56" style="-webkit-appearance: none;"></li> 27 <li>-webkit-appearance:none: <input type="datetime-local" value="9876-05-04T 13:56" style="-webkit-appearance: none;"></li>
28 <li>padding: <input type="datetime-local" value="1234-05-06T12:34:56" style= "padding: 20px"></li> 28 <li>padding: <input type="datetime-local" value="1234-05-06T12:34:56" style= "padding: 20px"></li>
29 </ul> 29 </ul>
30 </body> 30 </body>
31 </html> 31 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698