summaryrefslogtreecommitdiffstats
path: root/layout/reftests/ib-split/remove-from-split-inline-3-ref.html
blob: 78987a0563b21a401a870c099ed2124c28c06562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
 <head>
  <style>
   body > span { border: 3px solid blue }
  </style>
 </head>
 <body>
   <span>
    One
    <div>Two</div
  ></span>
 </body>
</html>