chromium/third_party/blink/web_tests/fast/replaced/replaced-last-line-layout-expected.html

<!DOCTYPE html>
<html>
<body>
<div style="display: inline; position: relative;">
    <input type="text" id="one" value="One"><br>
    <input type="text" id="two" value="Two">
    <div style="position: absolute"></div>
</div>
</body>
</html>