| OLD | NEW | 
|---|
| 1 <html> | 1 <html> | 
| 2 <head> | 2 <head> | 
| 3 <style> | 3 <style> | 
| 4 #test0 { -webkit-column-count: 2; } | 4 #test0 { -webkit-column-count: 2; } | 
| 5 #test1::after { display: block; content: ''; } | 5 #test1::after { display: block; content: ''; } | 
| 6 #test2:nth-last-child(2n) { content: ''; } | 6 #test2:nth-last-child(2n) { content: ''; } | 
| 7 #test2 { -webkit-column-span: all; } | 7 #test2 { -webkit-column-span: all; } | 
| 8 #test4 { float: right; } | 8 #test4 { float: right; } | 
| 9 </style> | 9 </style> | 
| 10 <script> | 10 <script> | 
| (...skipping 23 matching lines...) Expand all  Loading... | 
| 34     document.execCommand('selectall'); | 34     document.execCommand('selectall'); | 
| 35     document.execCommand('inserttext', ''); | 35     document.execCommand('inserttext', ''); | 
| 36     document.body.offsetTop; | 36     document.body.offsetTop; | 
| 37     document.body.innerHTML = "PASS"; | 37     document.body.innerHTML = "PASS"; | 
| 38 } | 38 } | 
| 39 </script> | 39 </script> | 
| 40 </head> | 40 </head> | 
| 41 <body> | 41 <body> | 
| 42 </body> | 42 </body> | 
| 43 </html> | 43 </html> | 
| OLD | NEW | 
|---|