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

Side by Side Diff: LayoutTests/fast/block/line-layout/selection-highlight-crash.html

Issue 10453072: Merge 118005 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 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/block/line-layout/selection-highlight-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 <body contenteditable="true"> 3 <body contenteditable="true">
4 Test passes if it does not crash.<br/> 4 Test passes if it does not crash.<br/>
5 a<ruby>b<rt>c</rt></ruby>d 5 a<ruby>b<rt>c</rt></ruby>d
6 <script> 6 <script>
7 if (window.layoutTestController) 7 if (window.layoutTestController)
8 layoutTestController.dumpAsText(); 8 layoutTestController.dumpAsText();
9 9
10 document.execCommand("SelectAll"); 10 document.execCommand("SelectAll");
11 </script> 11 </script>
12 </body> 12 </body>
13 </html> 13 </html>
14 14
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/line-layout/selection-highlight-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698