blob: 0cb4da0feec48d4b60b919bff1c3294b1b70eb51 [file] [log] [blame]
<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>