summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/components/test/doc_boxmodel_iframe2.html
blob: 1f1b0463c3d4bbdeb6df10e75a7520fcfe631f2a (plain)
1
2
3
<!DOCTYPE html>
<p style="width:100px;height:100px;background:red;">iframe 1</p>
<iframe src="data:text/html,<div style='width:400px;height:200px;background:yellow;'>iframe 2</div>"></iframe>