OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <style> | 3 <style> |
4 #test0 { | 4 #test0 { |
5 -webkit-column-count:2; | 5 -webkit-column-count:2; |
6 display: table-cell; | 6 display: table-cell; |
7 } | 7 } |
8 #test0::first-letter { | 8 #test0::first-letter { |
9 background-size: auto; | 9 background-size: auto; |
10 } | 10 } |
(...skipping 20 matching lines...) Expand all Loading... |
31 document.body.offsetTop; | 31 document.body.offsetTop; |
32 document.body.innerHTML = "PASS, if no crash or assert in debug build." | 32 document.body.innerHTML = "PASS, if no crash or assert in debug build." |
33 | 33 |
34 if (window.layoutTestController) | 34 if (window.layoutTestController) |
35 layoutTestController.dumpAsText(); | 35 layoutTestController.dumpAsText(); |
36 } | 36 } |
37 </script> | 37 </script> |
38 <body> | 38 <body> |
39 </body> | 39 </body> |
40 </html> | 40 </html> |
OLD | NEW |