chromium/third_party/blink/web_tests/fast/sub-pixel/inline-block-with-margin-expected.html

<!DOCTYPE>
<html>
    <head>
        <style>
            div > span { margin-left: 0.4em; }
        </style>
    </head>
    <body>
        <div>Should not <span>wrap</span></div>
        <section>
            Line above should not wrap.
        </section>
    </body>
</html>