mirror of
https://github.com/servo/servo.git
synced 2025-10-18 17:29:18 +01:00
15 lines
281 B
HTML
15 lines
281 B
HTML
<!doctype html>
|
|
<style>
|
|
body { margin: 0 }
|
|
div {
|
|
transform-origin: top left;
|
|
transform: scale(2);
|
|
}
|
|
iframe {
|
|
width: 100px;
|
|
height: 50px;
|
|
}
|
|
</style>
|
|
<div>
|
|
<iframe frameborder=0 scrolling=no src="resources/iframe-nested-printing-pass.html"></iframe>
|
|
</div>
|