Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / file / file-input-reset-expected.html
blob4eea2bc705c190138641e941ca33eda1e3d0896e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <form id="form">
7 <input id="file" type="file" />
8 <input id="reset" type="reset" />
9 </form>
10 <div id="console">C:\fakepath\foo.txt is selected.</div>
11 <p>
12 This tests whether the label next to the file chooser button becomes "No file chosen"
13 when we press the reset button.
14 To run this test manually, choose a file and then click the reset button.
15 If the label next to the file chooser button changes to "No file chosen", the test passes.
16 </p>
17 </body>
18 </html>