summaryrefslogtreecommitdiffstats
path: root/layout/reftests/ib-split/remove-from-split-inline-2-ref.html
blob: 78b0baa75e2ad152b5da3d817631db0b64939783 (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
     Two
   </span>
 </body>
</html>