1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21

content / test / data / accessibility / html / iframe-transform-nested.html [blame]

<!--
@BLINK-ALLOW:pageLocation*
@BLINK-ALLOW:pageSize=(400, 200)
@BLINK-ALLOW:transform

This page includes frame/nested-frame.html in an iframe,
and that page includes frame/box.html in an iframe.
Both pages absolute-position the iframe and give it a scale
factor of 2.0.

The image in box.html is at (10, 10) size (100 x 50)
Relative to nested-frame.html it's at (120, 20) size (200 x 100)
Relative to this file it's at (240, 140) size (400 x 200)

-->
<!DOCTYPE html>
<html>
<body style="padding: 0; margin: 0;">
  <iframe width=500 height=500 src="frame/nested-frame.html" style="border: 0; position: absolute; top: 100px; left: 0px; transform: scale(2.0); transform-origin: left top;"></iframe>
</body>
</html>