| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |