summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset-expected.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset-expected.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset-expected.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset-expected.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset-expected.html
new file mode 100644
index 0000000..4eea2bc
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset-expected.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+<form id="form">
+<input id="file" type="file" />
+<input id="reset" type="reset" />
+</form>
+<div id="console">C:\fakepath\foo.txt is selected.</div>
+<p>
+This tests whether the label next to the file chooser button becomes "No file chosen"
+when we press the reset button.
+To run this test manually, choose a file and then click the reset button.
+If the label next to the file chooser button changes to "No file chosen", the test passes.
+</p>
+</body>
+</html>