Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / file / file-reset-in-change-expected.html
blob5420886adc64c91de05edd4f6cb7032605846e1b
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>