Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/CSS2/linebox/iframe-in-wrapped-span.html
<!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>
/css/CSS2/linebox/iframe-in-wrapped-span-ref.html
<!DOCTYPE html> <br> <iframe src="support/iframe-inner.html"></iframe>