comparison: layout/reftests/ib-split/insert-into-split-inline-7-noib-ref.html
layout/reftests/ib-split/insert-into-split-inline-7-noib-ref.html
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style> |
|
5 body > span { border: 3px solid blue } |
|
6 .notstart { border-left: none; } |
|
7 .notend { border-right: none; } |
|
8 </style> |
|
9 </head> |
|
10 <body> |
|
11 <span class="notend"></span> |
|
12 <div>One</div> |
|
13 <span class="notstart"> |
|
14 <span>Two</span> |
|
15 </span> |
|
16 </body> |
|
17 </html> |