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

Side by Side Diff: LayoutTests/fast/forms/datetimelocal/datetimelocal-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, 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 <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 19 matching lines...) Expand all
39 <dd><input type="datetime-local" value="2012-12-31T23:59:59.999" lang="ru-ru"> < input type="datetime-local" step="0.001" lang="ru-ru"> 39 <dd><input type="datetime-local" value="2012-12-31T23:59:59.999" lang="ru-ru"> < input type="datetime-local" step="0.001" lang="ru-ru">
40 <dt>vi-vn 40 <dt>vi-vn
41 <dd><input type="datetime-local" value="2012-12-31T23:59:59.999" lang="vi-vn"> < input type="datetime-local" step="0.001" lang="vi-vn"> 41 <dd><input type="datetime-local" value="2012-12-31T23:59:59.999" lang="vi-vn"> < input type="datetime-local" step="0.001" lang="vi-vn">
42 <dt>zh-tw 42 <dt>zh-tw
43 <dd><input type="datetime-local" value="2012-12-31T23:59:59.999" lang="zh-tw"> < input type="datetime-local" step="0.001" lang="zh-tw"> 43 <dd><input type="datetime-local" value="2012-12-31T23:59:59.999" lang="zh-tw"> < input type="datetime-local" step="0.001" lang="zh-tw">
44 <dt>zh-cn 44 <dt>zh-cn
45 <dd><input type="datetime-local" value="2012-12-31T23:59:59.999" lang="zh-cn"> < input type="datetime-local" step="0.001" lang="zh-cn"> 45 <dd><input type="datetime-local" value="2012-12-31T23:59:59.999" lang="zh-cn"> < input type="datetime-local" step="0.001" lang="zh-cn">
46 </dl> 46 </dl>
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698