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

Side by Side Diff: LayoutTests/fast/block/float/intruding-float-not-removed-writing-mode.xhtml

Issue 11428168: Merge 136253 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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/float/intruding-float-not-removed-writing-mode-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 xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <head id="head1" style="-webkit-writing-mode: horizontal-bt;"></head> 4 <head id="head1" style="-webkit-writing-mode: horizontal-bt;"></head>
5 <i id="i1"><button id="button1"></button></i> 5 <i id="i1"><button id="button1"></button></i>
6 <td id="td1"><body id="body2"></body></td> 6 <td id="td1"><body id="body2"></body></td>
7 <i id="i2"></i> 7 <i id="i2"></i>
8 <style> 8 <style>
9 .class1 { float: left; } 9 .class1 { float: left; }
10 </style> 10 </style>
(...skipping 22 matching lines...) Expand all
33 33
34 head1.style.display = "list-item"; 34 head1.style.display = "list-item";
35 35
36 docElement.offsetTop; 36 docElement.offsetTop;
37 37
38 button1.classList.toggle("class1"); 38 button1.classList.toggle("class1");
39 } 39 }
40 document.addEventListener("DOMContentLoaded", crash, false); 40 document.addEventListener("DOMContentLoaded", crash, false);
41 </script> 41 </script>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/intruding-float-not-removed-writing-mode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698