gecko/layout/reftests/ib-split/insert-into-split-inline-12.html

13 lines
279 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#i { display: inline; border: 2px solid; }
#i::after { display: block; content: "Three"; }
</style>
</head>
<body>
<div id="i"><script>document.body.offsetWidth</script>One<div>Two</div></div>
</body>
</html>