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

Side by Side Diff: LayoutTests/fast/forms/date/input-date-validation-message.html

Issue 10695026: Merge 121019 - REGRESSION(r117738):[Forms] validationMessage IDL attribute should not have range ov… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/date/input-date-validation-message-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 description('Test for validationMessage IDL attribute for &lt;input type=date>') ; 8 description('Test for validationMessage IDL attribute for &lt;input type=date>') ;
9 var parent = document.createElement('div'); 9 var parent = document.createElement('div');
10 document.body.appendChild(parent); 10 document.body.appendChild(parent);
(...skipping 26 matching lines...) Expand all
37 debug('Range underflow') 37 debug('Range underflow')
38 shouldBeEqualToString('testIt("1982-11-02", "1990-05-25", "1990-12-24")', 'range underflow'); 38 shouldBeEqualToString('testIt("1982-11-02", "1990-05-25", "1990-12-24")', 'range underflow');
39 39
40 debug('Step mismatch') 40 debug('Step mismatch')
41 shouldBeEqualToString('testIt("1982-11-02", "", "", "123")', 'step mismatch'); 41 shouldBeEqualToString('testIt("1982-11-02", "", "", "123")', 'step mismatch');
42 42
43 </script> 43 </script>
44 <script src="../../../fast/js/resources/js-test-post.js"></script> 44 <script src="../../../fast/js/resources/js-test-post.js"></script>
45 </body> 45 </body>
46 </html> 46 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/date/input-date-validation-message-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698