Mozilla/mozilla/layout/reftests/ib-split/remove-from-split-inline-3-ref.html
bzbarsky%mit.edu bc74baebe0 Simplify handling of {ib} splits. Bug 390425, r+sr=roc, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@231846 18797224-902f-48f8-a5cc-f745e15eee43
2007-08-10 20:02:12 +00:00

15 lines
175 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body > span { border: 3px solid blue }
</style>
</head>
<body>
<span>
One
<div>Two</div
></span>
</body>
</html>