layout/reftests/ib-split/remove-from-split-inline-1-noib-ref.html

branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
equal deleted inserted replaced
-1:000000000000 0:e03ce2b21a73
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body > span { border: 3px solid blue }
6 #start { border-right: none; }
7 #two { border-left: none; }
8 </style>
9 </head>
10 <body>
11 <span id="start"></span>
12 <div>One</div>
13 <span id="two">
14 Two
15 </span>
16 </body>
17 </html>

mercurial