summaryrefslogtreecommitdiffstats
path: root/layout/reftests/ib-split/insert-into-split-inline-7-ref.html
blob: b1de27398efd12e610602e99a9745e540cc58f12 (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
   ><span>Two</span
  ></span>
 </body>
</html>