Sign in
webkit
/
WebKit
/
a81e3d1d601d92232608365f4f60f6597688cf09
/
.
/
LayoutTests
/
fast
/
forms
/
search
/
search-padding-cancel-results-buttons.html
blob: c379a37eb0516faa3335c978a98def20f772bf60 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
input
{
-webkit-appearance
:
textfield
;
padding
:
10px
;
}
</style>
</head>
<body>
<input
type
=
"search"
value
=
"test"
results
=
"5"
/>
</body>
</html>