summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/linebox/iframe-in-wrapped-span.html
blob: b2435a6e3010c94ab6d5fa4e1dd311a8fd27a24d (plain)
1
2
3
4
5
6
7
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>