chromium/third_party/blink/web_tests/fast/forms/text/text-placeholder-in-flexbox-expected.html

<!DOCTYPE html>
<body>
<style>
input {
    box-sizing: border-box;
    height: 200px;
}
</style>
<input type="text" placeholder="Username">
</body>