chromium/third_party/blink/web_tests/fast/forms/text/placeholder-set-value-expected.html

<html>
<body>
  <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=24508">https://bugs.webkit.org/show_bug.cgi?id=24508</a>. Search field does not redraw if value set, when it has placeholder text.</p>

  <input id="searchfield" type="search" value="New text">
</body>
</html>