search-field-cancel-expected.html 382 B

12345678910111213
  1. <html>
  2. <head>
  3. <title>Cancel button redraw</title>
  4. <style type="text/css">
  5. #searchfield {
  6. }
  7. </style>
  8. </head>
  9. <body>
  10. <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=23093">https://bugs.webkit.org/show_bug.cgi?id=23093</a>. The cancel button in a search field fails to redraw.</p>
  11. <input id="searchfield" type="search" value="some text">
  12. </body>
  13. </html>