repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
file
/
file-crash-by-display-none-button.html
blob
a7952753cddb2c899864ee54a25a2f7925f84d18
1
<!DOCTYPE
html
>
2
<script>
3
if
(
window
.
internals
)
4
testRunner
.
dumpAsText
();
5
</script>
6
<style>
7
input::-webkit-file-upload-button { display: none; }
8
</style>
9
This test is successful it it does not crash.
10
<input
type
=
"file"
/>
11