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

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

Issue 10368019: Merge 115343 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 7 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/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 <style> 3 <style>
4 .style1:nth-last-child(odd) { padding-right: 100px; } 4 .style1:nth-last-child(odd) { padding-right: 100px; }
5 .styleCounterBefore:before { position: absolute; content: counter(section); } 5 .styleCounterBefore:before { position: absolute; content: counter(section); }
6 </style> 6 </style>
7 <script> 7 <script>
8 window.onload = function() { 8 window.onload = function() {
9 divElem = document.createElement('div'); 9 divElem = document.createElement('div');
10 divElem.setAttribute('class', 'styleCounterBefore'); 10 divElem.setAttribute('class', 'styleCounterBefore');
(...skipping 11 matching lines...) Expand all
22 document.documentElement.offsetHeight; 22 document.documentElement.offsetHeight;
23 document.documentElement.removeChild(trElem); 23 document.documentElement.removeChild(trElem);
24 24
25 document.documentElement.appendChild(document.createTextNode('PASS, if no cr ash or assert in debug')); 25 document.documentElement.appendChild(document.createTextNode('PASS, if no cr ash or assert in debug'));
26 26
27 if (window.layoutTestController) 27 if (window.layoutTestController)
28 layoutTestController.dumpAsText(); 28 layoutTestController.dumpAsText();
29 } 29 }
30 </script> 30 </script>
31 </html> 31 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/line-layout/line-break-obj-removal-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698