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

Side by Side Diff: LayoutTests/fast/multicol/span/positioned-child-not-removed-crash.html

Issue 9569037: Merge 108875 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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/multicol/span/positioned-child-not-removed-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 Test passes if it does not crash. 4 Test passes if it does not crash.
5 <style> 5 <style>
6 .caption1 { -webkit-column-width: 1px; } 6 .caption1 { -webkit-column-width: 1px; }
7 .div1 { position: absolute; } 7 .div1 { position: absolute; }
8 .keygen1:nth-last-child(even) { display: block; -webkit-column-span: all; } 8 .keygen1:nth-last-child(even) { display: block; -webkit-column-span: all; }
9 .flexbox1 { display: -webkit-flexbox; padding-right: 10px; -webkit-transform: ro tate3d(0, 1, 0, 90deg); } 9 .flexbox1 { display: -webkit-flexbox; padding-right: 10px; -webkit-transform: ro tate3d(0, 1, 0, 90deg); }
10 </style> 10 </style>
(...skipping 21 matching lines...) Expand all
32 document.body.appendChild(caption1); 32 document.body.appendChild(caption1);
33 document.body.offsetTop; 33 document.body.offsetTop;
34 flexbox1.appendChild(div2); 34 flexbox1.appendChild(div2);
35 document.body.offsetTop; 35 document.body.offsetTop;
36 flexbox1.removeChild(div1); 36 flexbox1.removeChild(div1);
37 } 37 }
38 window.onload = runTest; 38 window.onload = runTest;
39 </script> 39 </script>
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/positioned-child-not-removed-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698