| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <HTML> | |
| <HEAD> | |
| </HEAD> | |
| <BODY> | |
| <p>This test checks that text input fields handle the <code>-webkit-border-radius</code> CSS property correctly, or degrade gracefully.</p> | |
| <p>If the test passes, you will see a text entry field containing "default text" inside the grey div below.</p> | |
| <DIV style="background-color: #888888; width: 163px; height: 45px; background-position: 100% 0;"> | |
| <INPUT type="search" value="default text" style="margin-top: 9px; margin-left: 11px; -webkit-border-radius: 9px; width: 133px; background-color: #00FF00;"> | |
| </DIV> | |
| </BODY> | |
| </HTML> |