chromium/third_party/blink/web_tests/fast/sub-pixel/float-wrap-with-subpixel-top-expected.html

<!DOCTYPE>
<html>
    <head>
        <style>
            section { clear: both; }
            div  { float: left; }
        </style>
    </head>
    <body>
        <section style="padding-top: 1px;">
            foobar
        </section>
        <section style="padding-top: 1px;">
            foobar
        </section>
        <section style="padding-top: 0.4px;">
            foobar
        </section>
        <section style="padding-top: 0.5px;">
            foobar
        </section>
        <section>
            All five blocks above should have the same width and not wrap.
        </section>
    </body>
</html>