summaryrefslogtreecommitdiffstats
path: root/layout/reftests/ib-split/remove-from-split-inline-1-ref.html
blob: 91810cc298549421cbb2bdbfeebc44847a938366 (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
   ><div>One</div>
    Two
   </span>
 </body>
</html>