1
0
Fork 0
firefox/testing/web-platform/tests/css/CSS2/visuren/remove-from-split-inline-1-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
527 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-1-noib-ref.html">
<style>
body > span { border: 3px solid blue }
</style>
<body>
<span
><div>One</div>
Two
</span>
</body>