OLD | NEW |
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 Loading... |
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> |
OLD | NEW |