summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/components/test/doc_boxmodel_iframe2.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/inspector/components/test/doc_boxmodel_iframe2.html')
-rw-r--r--devtools/client/inspector/components/test/doc_boxmodel_iframe2.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/devtools/client/inspector/components/test/doc_boxmodel_iframe2.html b/devtools/client/inspector/components/test/doc_boxmodel_iframe2.html
new file mode 100644
index 000000000..1f1b0463c
--- /dev/null
+++ b/devtools/client/inspector/components/test/doc_boxmodel_iframe2.html
@@ -0,0 +1,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>