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