summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/two-different-iframe-not-share-style-image-expected.html
blob: 8aea173a18b478916b9e6a753a166b0b917827e3 (plain)
1
2
3
4
5
<!DOCTYPE html>
<body>
<iframe id="red" srcdoc="<body style='width:100px; height:100px; background: url(resources/a/box.png)'></body>"></iframe>
<iframe id="green" srcdoc="<body style='width:100px; height:100px; background: url(resources/b/box.png)'></body>"></iframe>
</body>