Sign in
webkit
/
WebKit
/
ecbcd311b05ac239b92fcb2f58299787a062a338
/
.
/
LayoutTests
/
fast
/
forms
/
webkit-appearance-searchfield-cancel-button-crash.html
blob: 26cbe1b160a46fd9d1bf871dc153ec0a1f8037be [
file
] [
log
] [
blame
]
<style>
input
{
-webkit-appearance
:
searchfield-cancel-button
;
}
</style>
<input>
PASS if no crash or assert.
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>