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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/ib-split/remove-from-split-inline-5-noib-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 + <head>
     1.7 +  <style>
     1.8 +   body > span { border: 3px solid blue }
     1.9 +   #one { border-right: none; }
    1.10 +   #three { border-left: none; }
    1.11 +  </style>
    1.12 + </head>
    1.13 + <body>
    1.14 +   <span id="one">
    1.15 +     One
    1.16 +   </span>
    1.17 +   <div>Two</div>
    1.18 +   <span id="three">
    1.19 +     Three
    1.20 +     Four
    1.21 +   </span>
    1.22 + </body>
    1.23 +</html>

mercurial