OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 div | 4 div |
5 { | 5 { |
6 -webkit-column-span: all; | 6 -webkit-column-span: all; |
7 display: table-cell; | 7 display: table-cell; |
8 } | 8 } |
9 </style> | 9 </style> |
10 </head> | 10 </head> |
11 <body> | 11 <body> |
12 <div> | 12 <div> |
13 <div></div> | 13 <div></div> |
14 </div> | 14 </div> |
15 PASS | 15 PASS |
16 <script> | 16 <script> |
17 if (window.layoutTestController) | 17 if (window.layoutTestController) |
18 layoutTestController.dumpAsText(); | 18 layoutTestController.dumpAsText(); |
19 </script> | 19 </script> |
20 </body> | 20 </body> |
21 </html> | 21 </html> |
22 | 22 |
OLD | NEW |