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

Side by Side Diff: LayoutTests/fast/block/positioning/positioned-object-under-split-block-parent-crash.html

Issue 10413057: Merge 116357 (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/positioning/positioned-object-under-split-block-parent-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 .colContainer { -webkit-column-count: 0; } 4 .colContainer { -webkit-column-count: 0; }
5 .absolutePosition { position: absolute; } 5 .absolutePosition { position: absolute; }
6 .colSpanAll { -webkit-column-span: all; } 6 .colSpanAll { -webkit-column-span: all; }
7 .transformed { -webkit-transform: rotate(45deg); } 7 .transformed { -webkit-transform: rotate(45deg); }
8 .hidden { display:none; } 8 .hidden { display:none; }
9 .normal { display:block;} 9 .normal { display:block;}
10 </style> 10 </style>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 splitBlockParent.removeChild(splitFlowDt); // Ensure the node with the bad p ositioned object list gets layout. 43 splitBlockParent.removeChild(splitFlowDt); // Ensure the node with the bad p ositioned object list gets layout.
44 44
45 if (window.layoutTestController) 45 if (window.layoutTestController)
46 layoutTestController.dumpAsText(); 46 layoutTestController.dumpAsText();
47 } 47 }
48 </script> 48 </script>
49 <body> 49 <body>
50 PASS if no assert or crash in debug 50 PASS if no assert or crash in debug
51 </body> 51 </body>
52 </html> 52 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/positioning/positioned-object-under-split-block-parent-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698