summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/quote-text-around-iframe.html
blob: a80c4a6e0d4289370dc0cf6ee7eaa41bf47247af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<!-- You should see Quote followed by A, followed by iframe, followed by B and ending in Quote -->
<body>
<q style="display: table-row;">
A<iframe></iframe>B
</q>
<script>
    document.body.offsetTop;
	document.body.style.zoom = "200%";
</script>
</body>
</html>