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

Side by Side Diff: LayoutTests/fast/forms/suggested-value.html

Issue 7796022: Merge 94586 - REGRESSION(r94274): FormManagerTest.PreviewForm and FillFormNonEmptyField fail on c... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 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
« no previous file with comments | « ChangeLog ('k') | LayoutTests/fast/forms/suggested-value-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 <body> 3 <body>
4 <p id="description">This test setting a suggested value on an input element. 4 <p id="description">This test setting a suggested value on an input element.
5 The dump below should have the "suggested value" instead of "initial value".</p> 5 The dump below should have the "suggested value" instead of "initial value".</p>
6 <pre><input id="test" type="text" value="initial value"></pre> 6 <pre><input id="test" type="text" value="initial value"></pre>
7 <script src="../../resources/dump-as-markup.js"></script> 7 <script src="../../resources/dump-as-markup.js"></script>
8 <script> 8 <script>
9 9
10 var input = document.getElementById('test'); 10 var input = document.getElementById('test');
(...skipping 13 matching lines...) Expand all
24 addTextResult('internals.suggestedValue(input)'); 24 addTextResult('internals.suggestedValue(input)');
25 addTextResult('input.selectionStart'); 25 addTextResult('input.selectionStart');
26 addTextResult('input.selectionEnd'); 26 addTextResult('input.selectionEnd');
27 27
28 Markup.dump(input.parentNode); 28 Markup.dump(input.parentNode);
29 } 29 }
30 30
31 </script> 31 </script>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « ChangeLog ('k') | LayoutTests/fast/forms/suggested-value-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698