mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
22 lines
1.0 KiB
HTML
22 lines
1.0 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
<title>CSS Test (Transforms): Iframe</title>
|
|
<link href="mailto:ctalbert@mozilla.com" rel="author" title="Clint Talbert" />
|
|
<link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor" />
|
|
<link href="http://www.w3.org/TR/css-transforms-1/#transform-rendering" rel="help" />
|
|
<meta content="This test ensures that transforms cannot move
|
|
the contents of an iframe onto the parent page. The iframe here contains a
|
|
red box shifted 500px down and to the right, outside the iframe's
|
|
visible area. overflow: hidden ensures that scrollbars are not tested." name="assert" />
|
|
<link href="reference/transform-iframe-ref.xht" rel="match" />
|
|
<style>
|
|
iframe {
|
|
overflow: hidden;
|
|
height: 200px;
|
|
width: 300px;
|
|
}
|
|
</style>
|
|
</head><body><iframe src="support/transform-iframe-001-contents.html"></iframe>
|
|
|
|
|
|
</body></html> |