| <html> | |
| <head> | |
| <style> | |
| .container { | |
| display: inline; | |
| -webkit-perspective: 10px; | |
| } | |
| .intermediate { | |
| -webkit-column-width: 100px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="container" style="position: relative"> | |
| <div class="intermediate" style="position: absolute"> | |
| PASS | |
| </div> | |
| </div> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| </body> | |
| </html> |