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

Side by Side Diff: LayoutTests/fast/block/line-layout/double-line-break-obj-removal-crash.html

Issue 10928003: Merge 126063 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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/double-line-break-obj-removal-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 <multicol id=multicolElem style="margin: 0em 61692em 21850.5357359em 47804em; "> </multicol><emph><a id=anchorElem><bdo id=tCF30></a><tdx>a b c</tdx><media><span id=spanElem></media><fig style='right: 5174624300.52mm; float:right;'></fig><dt ><body style='border: 2270.47629379in dashed cadetblue; '><summary id=summaryEle m></body> 3 <multicol id=multicolElem style="margin: 0em 61692em 21850.5357359em 47804em; "> </multicol><emph><a id=anchorElem><bdo id=tCF30></a><tdx>a b c</tdx><media><span id=spanElem></media><fig style='right: 5174624300.52mm; float:right;'></fig><dt ><body style='border: 2270.47629379in dashed cadetblue; '><summary id=summaryEle m></body>
4 4
5 <script> 5 <script>
6 window.onload = function() { 6 window.onload = function() {
7 document.body.offsetTop; 7 document.body.offsetTop;
8 multicolElem.style.display = "table" 8 multicolElem.style.display = "table"
9 summaryElem.appendChild(anchorElem); 9 summaryElem.appendChild(anchorElem);
10 tCF30.appendChild(spanElem); 10 tCF30.appendChild(spanElem);
11 document.body.offsetTop; 11 document.body.offsetTop;
12 multicolElem.parentNode.removeChild(multicolElem); 12 multicolElem.parentNode.removeChild(multicolElem);
13 document.body.offsetTop; 13 document.body.offsetTop;
14 document.body.innerHTML = 'PASS if no crash or assert in debug'; 14 document.body.innerHTML = 'PASS if no crash or assert in debug';
15 if (window.testRunner) 15 if (window.testRunner)
16 testRunner.dumpAsText(); 16 testRunner.dumpAsText();
17 } 17 }
18 </script> 18 </script>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/line-layout/double-line-break-obj-removal-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698