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

Side by Side Diff: LayoutTests/fast/forms/date/date-appearance-l10n.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <script> 5 <script>
6 if (window.internals) 6 if (window.internals)
7 internals.settings.setLangAttributeAwareFormControlUIEnabled(true); 7 internals.settings.setLangAttributeAwareFormControlUIEnabled(true);
8 if (window.testRunner) 8 if (window.testRunner)
9 testRunner.dumpAsText(true); 9 testRunner.dumpAsTextWithPixelResults();
10 </script> 10 </script>
11 <style> 11 <style>
12 dt { 12 dt {
13 float: left; 13 float: left;
14 min-width: 5em; 14 min-width: 5em;
15 } 15 }
16 </style> 16 </style>
17 </head> 17 </head>
18 <body> 18 <body>
19 <dl> 19 <dl>
(...skipping 17 matching lines...) Expand all
37 <dd><input type="date" value="2012-12-31" lang="ko-kr"> 37 <dd><input type="date" value="2012-12-31" lang="ko-kr">
38 <dt>ru-ru 38 <dt>ru-ru
39 <dd><input type="date" value="2012-12-31" lang="ru-ru"> 39 <dd><input type="date" value="2012-12-31" lang="ru-ru">
40 <dt>zh-tw 40 <dt>zh-tw
41 <dd><input type="date" value="2012-12-31" lang="zh-tw"> 41 <dd><input type="date" value="2012-12-31" lang="zh-tw">
42 <dt>zh-cn 42 <dt>zh-cn
43 <dd><input type="date" value="2012-12-31" lang="zh-cn"> 43 <dd><input type="date" value="2012-12-31" lang="zh-cn">
44 </dl> 44 </dl>
45 </body> 45 </body>
46 </html> 46 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698