| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <style> | 3 <style> |
| 4 .container { | 4 .container { |
| 5 display: inline; | 5 display: inline; |
| 6 -webkit-perspective: 10px; | 6 -webkit-perspective: 10px; |
| 7 } | 7 } |
| 8 .intermediate { | 8 .intermediate { |
| 9 -webkit-column-width: 100px; | 9 -webkit-column-width: 100px; |
| 10 } | 10 } |
| 11 </style> | 11 </style> |
| 12 </head> | 12 </head> |
| 13 <body> | 13 <body> |
| 14 <div class="container" style="position: relative"> | 14 <div class="container" style="position: relative"> |
| 15 <div class="intermediate" style="position: absolute"> | 15 <div class="intermediate" style="position: absolute"> |
| 16 PASS | 16 PASS |
| 17 </div> | 17 </div> |
| 18 </div> | 18 </div> |
| 19 <script> | 19 <script> |
| 20 if (window.layoutTestController) | 20 if (window.layoutTestController) |
| 21 layoutTestController.dumpAsText(); | 21 layoutTestController.dumpAsText(); |
| 22 </script> | 22 </script> |
| 23 </body> | 23 </body> |
| 24 </html> | 24 </html> |
| OLD | NEW |