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