| Index: third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-008.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-008.html b/third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-008.html
|
| deleted file mode 100644
|
| index 238dacbdbaa0bacfe04d038f9c9818ffa90917b7..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-008.html
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<title>required and valueMissing on file control</title>
|
| -<script language="JavaScript" type="text/javascript">
|
| - function log(message) {
|
| - document.getElementById("console").innerHTML += "<li>"+message+"</li>";
|
| - }
|
| -
|
| - function test() {
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - v = document.getElementsByName("victim");
|
| -
|
| - log(v[0].validity.valueMissing ? "SUCCESS" : "FAILURE");
|
| - }
|
| -</script>
|
| -</head>
|
| -<body onload="test()">
|
| -<p>There's a upload control below, with no file selected: missing value.</p>
|
| -<input name="victim" type="file" required/>
|
| -<hr>
|
| -<ol id="console"></ol>
|
| -</body>
|
| -</html>
|
|
|