| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <body> | 3 <body> |
| 4 <style> | 4 <style> |
| 5 #test0 { -webkit-columns: 1px; } | 5 #test0 { -webkit-columns: 1px; } |
| 6 #test1 { -webkit-perspective: 1; display: compact; } | 6 #test1 { -webkit-perspective: 1; display: compact; } |
| 7 #test1:before { content: ""; } | 7 #test1:before { content: ""; } |
| 8 #test1:after { display: table; content: ""; } | 8 #test1:after { display: table; content: ""; } |
| 9 #test2 { -webkit-column-span: all; } | 9 #test2 { -webkit-column-span: all; } |
| 10 #test4:last-child { position:fixed; } | 10 #test4:last-child { position:fixed; } |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 test3.appendChild(test4); | 32 test3.appendChild(test4); |
| 33 document.body.offsetTop; | 33 document.body.offsetTop; |
| 34 test2.setAttribute('class', 'c0'); | 34 test2.setAttribute('class', 'c0'); |
| 35 test4.setAttribute('class', 'c1'); | 35 test4.setAttribute('class', 'c1'); |
| 36 document.body.offsetTop; | 36 document.body.offsetTop; |
| 37 document.body.innerHTML = "WebKit Bug - Crash in multi-column layout.<br />P
ASS. WebKit didn't crash."; | 37 document.body.innerHTML = "WebKit Bug - Crash in multi-column layout.<br />P
ASS. WebKit didn't crash."; |
| 38 } | 38 } |
| 39 </script> | 39 </script> |
| 40 </body> | 40 </body> |
| 41 </html> | 41 </html> |
| OLD | NEW |