tenfourfox/layout/reftests/ib-split/insert-into-split-inline-8-ref.html

18 lines
241 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style>
body > span { border: 3px solid blue }
</style>
</head>
<body>
<span
><span>One</span
><div>Two</div
><span>Three</span
><div>Four</div
><span>Five</span
></span>
</body>
</html>