summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/linebox/iframe-in-wrapped-span.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/linebox/iframe-in-wrapped-span.html')
-rw-r--r--testing/web-platform/tests/css/CSS2/linebox/iframe-in-wrapped-span.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/linebox/iframe-in-wrapped-span.html b/testing/web-platform/tests/css/CSS2/linebox/iframe-in-wrapped-span.html
new file mode 100644
index 0000000000..b2435a6e30
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/linebox/iframe-in-wrapped-span.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<link rel="help" href="https://drafts.csswg.org/css2/#inline-boxes">
+<link rel="author" href="mailto:kojii@chromium.org">
+<link rel="match" href="iframe-in-wrapped-span-ref.html" />
+<span>
+ <br>
+ <iframe src="support/iframe-inner.html"></iframe>
+</span>