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

Side by Side Diff: LayoutTests/fast/forms/text-control-selection-crash.html

Issue 7145021: Merge 88456 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 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/text-control-selection-crash-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 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <textarea id="A"></textarea> 4 <textarea id="A"></textarea>
5 <textarea id="B"></textarea> 5 <textarea id="B"></textarea>
6 <script> 6 <script>
7 if (window.layoutTestController) 7 if (window.layoutTestController)
8 layoutTestController.dumpAsText(); 8 layoutTestController.dumpAsText();
9 9
10 A.selectionStart = 0; 10 A.selectionStart = 0;
11 B.style.display = "none"; 11 B.style.display = "none";
12 B.selectionStart = 0; 12 B.selectionStart = 0;
13 </script> 13 </script>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/text-control-selection-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698