OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style> | 4 <style> |
5 #test0 { -webkit-column-width: 1px; } | 5 #test0 { -webkit-column-width: 1px; } |
6 #test2::after { display: compact; content: ''; } | 6 #test2::after { display: compact; content: ''; } |
7 #test3 { content: counter(c); -webkit-column-span: all; } | 7 #test3 { content: counter(c); -webkit-column-span: all; } |
8 </style> | 8 </style> |
9 <script> | 9 <script> |
10 if (window.layoutTestController) | 10 if (window.layoutTestController) |
(...skipping 15 matching lines...) Expand all Loading... |
26 document.designMode = 'on'; | 26 document.designMode = 'on'; |
27 document.execCommand('selectall'); | 27 document.execCommand('selectall'); |
28 document.body.offsetTop; | 28 document.body.offsetTop; |
29 document.body.innerHTML = "WebKit Bug - Crash in multi-column layout.<br />P
ASS. WebKit didn't crash."; | 29 document.body.innerHTML = "WebKit Bug - Crash in multi-column layout.<br />P
ASS. WebKit didn't crash."; |
30 } | 30 } |
31 </script> | 31 </script> |
32 </head> | 32 </head> |
33 <body> | 33 <body> |
34 </body> | 34 </body> |
35 </html> | 35 </html> |
OLD | NEW |