blob: 1d1b345f96f56222225ca51321843aa5c365f5f6 [file] [log] [blame]
<!DOCTYPE html>
<!-- Passes if the whole div with border is displayed. -->
<div style='left: 400px; position: absolute;'>
<div id=composited style='transform: translateX(-1000px) perspective(1000px) rotateX(-100deg);'>
<div style='width: 1200px; height: 835px; background: lightblue; border: 1px solid black'></div>
</div>