summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-viewport/zoom/resources/nested-iframe-with-zoom.html
blob: e7de64aafb769e106885ea2b4e01fb75331c3e68 (plain)
1
2
3
4
<!DOCTYPE html>
<div style="zoom: 3;">
<iframe src="iframe_content.html" style="overflow: visible; height: 80px; width: 80px; border: none;" scrolling="no"></iframe>
</div>