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

Side by Side Diff: LayoutTests/editing/selection/root-inlinebox-selected-children-crash.html

Issue 3692003: Merge 69345 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 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/editing/selection/root-inlinebox-selected-children-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 <html> 1 <html>
2 <junk> 2 <junk>
3 <blockquote> 3 <blockquote>
4 Test passes if it does not crash. 4 Test passes if it does not crash.
5 <junk id="start"> 5 <junk id="start">
6 </junk> 6 </junk>
7 </blockquote> 7 </blockquote>
8 <junk id="end"> 8 <junk id="end">
9 PASS 9 PASS
10 </junk> 10 </junk>
11 </junk> 11 </junk>
12 <script> 12 <script>
13 if (window.layoutTestController) 13 if (window.layoutTestController)
14 layoutTestController.dumpAsText(); 14 layoutTestController.dumpAsText();
15 15
16 window.getSelection().setBaseAndExtent(start, 0, end, 0); 16 window.getSelection().setBaseAndExtent(start, 0, end, 0);
17 </script> 17 </script>
18 </html> 18 </html>
19 19
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/selection/root-inlinebox-selected-children-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698