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

Side by Side Diff: LayoutTests/fast/text/text-fragment-first-letter-update-crash.html

Issue 10533037: Merge 118816 (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/text/text-fragment-first-letter-update-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> 3 <body>
4 <style> 4 <style>
5 #el0 { -webkit-columns: 1; } 5 #el0 { -webkit-columns: 1; }
6 #el2:first-of-type { } 6 #el2:first-of-type { }
7 #el2:first-letter { content: counter(c); } 7 #el2:first-letter { content: counter(c); }
8 #el3 { -webkit-column-span: all; content: counter(c) attr(A); } 8 #el3 { -webkit-column-span: all; content: counter(c) attr(A); }
9 </style> 9 </style>
10 <script> 10 <script>
(...skipping 18 matching lines...) Expand all
29 el2.appendChild(document.createTextNode('AA')); 29 el2.appendChild(document.createTextNode('AA'));
30 document.designMode = 'on'; 30 document.designMode = 'on';
31 document.execCommand('selectall'); 31 document.execCommand('selectall');
32 document.execCommand('removeFormat'); 32 document.execCommand('removeFormat');
33 document.body.offsetTop; 33 document.body.offsetTop;
34 document.body.innerHTML = "PASS. WebKit didn't crash."; 34 document.body.innerHTML = "PASS. WebKit didn't crash.";
35 35
36 </script> 36 </script>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/text-fragment-first-letter-update-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698