summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/iframe-nested-print-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/html/browsers/windows/iframe-nested-print-ref.html')
-rw-r--r--testing/web-platform/tests/html/browsers/windows/iframe-nested-print-ref.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/browsers/windows/iframe-nested-print-ref.html b/testing/web-platform/tests/html/browsers/windows/iframe-nested-print-ref.html
new file mode 100644
index 0000000000..c36c459881
--- /dev/null
+++ b/testing/web-platform/tests/html/browsers/windows/iframe-nested-print-ref.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<style>
+ body { margin: 0 }
+ p {
+ /* 2 times the default margin of <body>, to account for the doubly-nested document */
+ margin: 16px;
+ }
+</style>
+<p>PASS