Sign in
webkit
/
WebKit
/
d507f536e123365c4233f3083e0192532185e8fc
/
.
/
LayoutTests
/
fast
/
forms
/
file
/
file-crash-by-display-none-button.html
blob: a7952753cddb2c899864ee54a25a2f7925f84d18 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
if
(
window
.
internals
)
testRunner
.
dumpAsText
();
</script>
<style>
input
::-
webkit-file-upload-button
{
display
:
none
;
}
</style>
This test is successful it it does not crash.
<input
type
=
"file"
/>