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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
file
/
file-reset-in-change-expected.html
blob
5420886adc64c91de05edd4f6cb7032605846e1b
1
<!DOCTYPE
html
>
2
<body>
3
<p>
Resetting a file upload control by script should clear the icon.
</p>
4
<p>
Manual test: Select a file for the file upload control, and confirm it has no icon.
</p>
5
<input
id=file1 type=file
>
6
</form>
7
</body>