summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms
diff options
context:
space:
mode:
authortkent@chromium.org <tkent@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2011-10-07 09:19:07 +0000
committertkent@chromium.org <tkent@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2011-10-07 09:19:07 +0000
commit8dd5385c7d0ca91ad90078e646934f050e77709a (patch)
treeddcaec21dce578834cc9b98af2c2a3823852e057 /third_party/WebKit/LayoutTests/fast/forms
parent0ace3c0cf914f9dae192a8d8a190a6c85b2f77f3 (diff)
downloadchromium_src-8dd5385c7d0ca91ad90078e646934f050e77709a.zip
chromium_src-8dd5385c7d0ca91ad90078e646934f050e77709a.tar.gz
chromium_src-8dd5385c7d0ca91ad90078e646934f050e77709a.tar.bz2
Move <input type=file> tests to fast/forms/file/
https://bugs.webkit.org/show_bug.cgi?id=69504 Reviewed by Hajime Morita. * fast/forms/file-input-change-event-expected.txt: Removed. * fast/forms/file-input-change-event.html: Removed. * fast/forms/file-input-direction.html: Removed. * fast/forms/file-input-disabled.html: Removed. * fast/forms/file-input-hit-test-expected.txt: Removed. * fast/forms/file-input-hit-test.html: Removed. * fast/forms/file-input-reset-expected.html: Removed. * fast/forms/file-input-reset.html: Removed. * fast/forms/file/file-input-change-event-expected.txt: Copied from LayoutTests/fast/forms/file-input-change-event-expected.txt. * fast/forms/file/file-input-change-event.html: Copied from LayoutTests/fast/forms/file-input-change-event.html. * fast/forms/file/file-input-direction.html: Copied from LayoutTests/fast/forms/file-input-direction.html. * fast/forms/file/file-input-disabled.html: Copied from LayoutTests/fast/forms/file-input-disabled.html. * fast/forms/file/file-input-hit-test-expected.txt: Copied from LayoutTests/fast/forms/file-input-hit-test-expected.txt. * fast/forms/file/file-input-hit-test.html: Copied from LayoutTests/fast/forms/file-input-hit-test.html. * fast/forms/file/file-input-reset-expected.html: Copied from LayoutTests/fast/forms/file-input-reset-expected.html. * fast/forms/file/file-input-reset.html: Copied from LayoutTests/fast/forms/file-input-reset.html. * fast/forms/file/get-file-upload-expected.txt: Copied from LayoutTests/fast/forms/get-file-upload-expected.txt. * fast/forms/file/get-file-upload.html: Copied from LayoutTests/fast/forms/get-file-upload.html. * fast/forms/file/hidden-input-file-expected.html: Copied from LayoutTests/fast/forms/hidden-input-file.html. * fast/forms/file/hidden-input-file.html: Copied from LayoutTests/fast/forms/hidden-input-file.html. * fast/forms/file/input-file-directory-upload-expected.txt: Copied from LayoutTests/fast/forms/input-file-directory-upload-expected.txt. * fast/forms/file/input-file-directory-upload.html: Copied from LayoutTests/fast/forms/input-file-directory-upload.html. * fast/forms/file/input-file-label-expected.txt: Copied from LayoutTests/fast/forms/input-file-label-expected.txt. * fast/forms/file/input-file-label.html: Copied from LayoutTests/fast/forms/input-file-label.html. * fast/forms/file/input-file-not-open-without-gesture-expected.txt: Copied from LayoutTests/fast/forms/input-file-not-open-without-gesture-expected.txt. * fast/forms/file/input-file-not-open-without-gesture.html: Copied from LayoutTests/fast/forms/input-file-not-open-without-gesture.html. * fast/forms/file/input-file-re-render.html: Copied from LayoutTests/fast/forms/input-file-re-render.html. * fast/forms/get-file-upload-expected.txt: Removed. * fast/forms/get-file-upload.html: Removed. * fast/forms/hidden-input-file.html: Removed. * fast/forms/input-file-directory-upload-expected.txt: Removed. * fast/forms/input-file-directory-upload.html: Removed. * fast/forms/input-file-label-expected.txt: Removed. * fast/forms/input-file-label.html: Removed. * fast/forms/input-file-not-open-without-gesture-expected.txt: Removed. * fast/forms/input-file-not-open-without-gesture.html: Removed. * fast/forms/input-file-re-render.html: Removed. * platform/chromium-cg-mac-leopard/fast/forms/file: Added. * platform/chromium-cg-mac-leopard/fast/forms/file-input-direction-expected.png: Removed. * platform/chromium-cg-mac-leopard/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/file-input-direction-expected.png. * platform/chromium-cg-mac-leopard/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/input-file-re-render-expected.png. * platform/chromium-cg-mac-leopard/fast/forms/input-file-re-render-expected.png: Removed. * platform/chromium-cg-mac/fast/forms/file: Added. * platform/chromium-cg-mac/fast/forms/file-input-direction-expected.png: Removed. * platform/chromium-cg-mac/fast/forms/file-input-direction-expected.txt: Removed. * platform/chromium-cg-mac/fast/forms/file-input-disabled-expected.png: Removed. * platform/chromium-cg-mac/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-cg-mac/fast/forms/file-input-direction-expected.png. * platform/chromium-cg-mac/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/chromium-cg-mac/fast/forms/file-input-direction-expected.txt. * platform/chromium-cg-mac/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/chromium-cg-mac/fast/forms/file-input-disabled-expected.png. * platform/chromium-cg-mac/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/chromium-cg-mac/fast/forms/input-file-re-render-expected.png. * platform/chromium-cg-mac/fast/forms/hidden-input-file-expected.txt: Removed. * platform/chromium-cg-mac/fast/forms/input-file-re-render-expected.png: Removed. * platform/chromium-linux/fast/forms/file: Added. * platform/chromium-linux/fast/forms/file-input-direction-expected.png: Removed. * platform/chromium-linux/fast/forms/file-input-direction-expected.txt: Removed. * platform/chromium-linux/fast/forms/file-input-disabled-expected.png: Removed. * platform/chromium-linux/fast/forms/file-input-disabled-expected.txt: Removed. * platform/chromium-linux/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/file-input-direction-expected.png. * platform/chromium-linux/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/file-input-direction-expected.txt. * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/file-input-disabled-expected.png. * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/file-input-disabled-expected.txt. * platform/chromium-linux/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-file-re-render-expected.png. * platform/chromium-linux/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-file-re-render-expected.txt. * platform/chromium-linux/fast/forms/hidden-input-file-expected.png: Removed. * platform/chromium-linux/fast/forms/hidden-input-file-expected.txt: Removed. * platform/chromium-linux/fast/forms/input-file-re-render-expected.png: Removed. * platform/chromium-linux/fast/forms/input-file-re-render-expected.txt: Removed. * platform/chromium-mac/fast/forms/file: Added. * platform/chromium-mac/fast/forms/file-input-direction-expected.png: Removed. * platform/chromium-mac/fast/forms/file-input-direction-expected.txt: Removed. * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/file-input-direction-expected.png. * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/file-input-direction-expected.txt. * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/input-file-re-render-expected.png. * platform/chromium-mac/fast/forms/hidden-input-file-expected.png: Removed. * platform/chromium-mac/fast/forms/hidden-input-file-expected.txt: Removed. * platform/chromium-mac/fast/forms/input-file-re-render-expected.png: Removed. * platform/chromium-win/fast/forms/file: Added. * platform/chromium-win/fast/forms/file-input-direction-expected.png: Removed. * platform/chromium-win/fast/forms/file-input-direction-expected.txt: Removed. * platform/chromium-win/fast/forms/file-input-disabled-expected.png: Removed. * platform/chromium-win/fast/forms/file-input-disabled-expected.txt: Removed. * platform/chromium-win/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/file-input-direction-expected.png. * platform/chromium-win/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/file-input-direction-expected.txt. * platform/chromium-win/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/file-input-disabled-expected.png. * platform/chromium-win/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/file-input-disabled-expected.txt. * platform/chromium-win/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/input-file-re-render-expected.png. * platform/chromium-win/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/input-file-re-render-expected.txt. * platform/chromium-win/fast/forms/hidden-input-file-expected.png: Removed. * platform/chromium-win/fast/forms/hidden-input-file-expected.txt: Removed. * platform/chromium-win/fast/forms/input-file-re-render-expected.png: Removed. * platform/chromium-win/fast/forms/input-file-re-render-expected.txt: Removed. * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/gtk/fast/forms/file: Added. * platform/gtk/fast/forms/file-input-direction-expected.png: Removed. * platform/gtk/fast/forms/file-input-direction-expected.txt: Removed. * platform/gtk/fast/forms/file-input-disabled-expected.png: Removed. * platform/gtk/fast/forms/file-input-disabled-expected.txt: Removed. * platform/gtk/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/file-input-direction-expected.png. * platform/gtk/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/file-input-direction-expected.txt. * platform/gtk/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/file-input-disabled-expected.png. * platform/gtk/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/file-input-disabled-expected.txt. * platform/gtk/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/input-file-re-render-expected.png. * platform/gtk/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/input-file-re-render-expected.txt. * platform/gtk/fast/forms/hidden-input-file-expected.png: Removed. * platform/gtk/fast/forms/hidden-input-file-expected.txt: Removed. * platform/gtk/fast/forms/input-file-re-render-expected.png: Removed. * platform/gtk/fast/forms/input-file-re-render-expected.txt: Removed. * platform/mac-leopard/fast/forms/file: Added. * platform/mac-leopard/fast/forms/file-input-direction-expected.png: Removed. * platform/mac-leopard/fast/forms/file-input-disabled-expected.png: Removed. * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt: Removed. * platform/mac-leopard/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/file-input-direction-expected.png. * platform/mac-leopard/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/file-input-disabled-expected.png. * platform/mac-leopard/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/forms/file-input-disabled-expected.txt. * platform/mac-leopard/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/input-file-re-render-expected.png. * platform/mac-leopard/fast/forms/hidden-input-file-expected.png: Removed. * platform/mac-leopard/fast/forms/input-file-re-render-expected.png: Removed. * platform/mac/Skipped: * platform/mac/fast/forms/file: Added. * platform/mac/fast/forms/file-input-direction-expected.png: Removed. * platform/mac/fast/forms/file-input-direction-expected.txt: Removed. * platform/mac/fast/forms/file-input-disabled-expected.png: Removed. * platform/mac/fast/forms/file-input-disabled-expected.txt: Removed. * platform/mac/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file-input-direction-expected.png. * platform/mac/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file-input-direction-expected.txt. * platform/mac/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file-input-disabled-expected.png. * platform/mac/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file-input-disabled-expected.txt. * platform/mac/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-file-re-render-expected.png. * platform/mac/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-file-re-render-expected.txt. * platform/mac/fast/forms/hidden-input-file-expected.png: Removed. * platform/mac/fast/forms/hidden-input-file-expected.txt: Removed. * platform/mac/fast/forms/input-file-re-render-expected.png: Removed. * platform/mac/fast/forms/input-file-re-render-expected.txt: Removed. * platform/qt/Skipped: * platform/qt/fast/forms/file: Added. * platform/qt/fast/forms/file-input-direction-expected.txt: Removed. * platform/qt/fast/forms/file-input-disabled-expected.txt: Removed. * platform/qt/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/file-input-direction-expected.txt. * platform/qt/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/file-input-disabled-expected.txt. * platform/qt/fast/forms/hidden-input-file-expected.txt: Removed. * platform/win/Skipped: git-svn-id: svn://svn.chromium.org/blink/trunk@96918 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms')
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/file-input-change-event-expected.txt (renamed from third_party/WebKit/LayoutTests/fast/forms/file-input-change-event-expected.txt)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/file-input-change-event.html (renamed from third_party/WebKit/LayoutTests/fast/forms/file-input-change-event.html)4
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/file-input-direction.html (renamed from third_party/WebKit/LayoutTests/fast/forms/file-input-direction.html)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/file-input-disabled.html (renamed from third_party/WebKit/LayoutTests/fast/forms/file-input-disabled.html)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/file-input-hit-test-expected.txt (renamed from third_party/WebKit/LayoutTests/fast/forms/file-input-hit-test-expected.txt)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/file-input-hit-test.html (renamed from third_party/WebKit/LayoutTests/fast/forms/file-input-hit-test.html)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset-expected.html (renamed from third_party/WebKit/LayoutTests/fast/forms/file-input-reset-expected.html)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset.html (renamed from third_party/WebKit/LayoutTests/fast/forms/file-input-reset.html)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/get-file-upload-expected.txt (renamed from third_party/WebKit/LayoutTests/fast/forms/get-file-upload-expected.txt)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/get-file-upload.html (renamed from third_party/WebKit/LayoutTests/fast/forms/get-file-upload.html)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/hidden-input-file-expected.html3
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/hidden-input-file.html3
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/input-file-directory-upload-expected.txt (renamed from third_party/WebKit/LayoutTests/fast/forms/input-file-directory-upload-expected.txt)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/input-file-directory-upload.html (renamed from third_party/WebKit/LayoutTests/fast/forms/input-file-directory-upload.html)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/input-file-label-expected.txt (renamed from third_party/WebKit/LayoutTests/fast/forms/input-file-label-expected.txt)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/input-file-label.html (renamed from third_party/WebKit/LayoutTests/fast/forms/input-file-label.html)4
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/input-file-not-open-without-gesture-expected.txt (renamed from third_party/WebKit/LayoutTests/fast/forms/input-file-not-open-without-gesture-expected.txt)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/input-file-not-open-without-gesture.html (renamed from third_party/WebKit/LayoutTests/fast/forms/input-file-not-open-without-gesture.html)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/file/input-file-re-render.html (renamed from third_party/WebKit/LayoutTests/fast/forms/input-file-re-render.html)0
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/hidden-input-file.html2
20 files changed, 10 insertions, 6 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file-input-change-event-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-change-event-expected.txt
index b6396025..b6396025 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/file-input-change-event-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-change-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file-input-change-event.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-change-event.html
index 2b0e1b9..b9599bb 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/file-input-change-event.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-change-event.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<script src="../js/resources/js-test-pre.js"></script>
+<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
<input type="file" id="singleFile" name="upfile" onchange="singleFileSelected()" />
@@ -105,6 +105,6 @@ function dragFilesOntoInput(input, files) {
var successfullyParsed = true;
</script>
-<script src="../js/resources/js-test-post.js"></script>
+<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file-input-direction.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-direction.html
index 5b6df85..5b6df85 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/file-input-direction.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-direction.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file-input-disabled.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-disabled.html
index 42baaee..42baaee 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/file-input-disabled.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-disabled.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file-input-hit-test-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-hit-test-expected.txt
index 915a226..915a226 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/file-input-hit-test-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-hit-test-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file-input-hit-test.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-hit-test.html
index 5b9ea13..5b9ea13 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/file-input-hit-test.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-hit-test.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file-input-reset-expected.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset-expected.html
index 4eea2bc..4eea2bc 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/file-input-reset-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file-input-reset.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset.html
index a547850..a547850 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/file-input-reset.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-reset.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/get-file-upload-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/file/get-file-upload-expected.txt
index f0ae8b0..f0ae8b0 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/get-file-upload-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/get-file-upload-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/get-file-upload.html b/third_party/WebKit/LayoutTests/fast/forms/file/get-file-upload.html
index 83e59cb..83e59cb 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/get-file-upload.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/get-file-upload.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/hidden-input-file-expected.html b/third_party/WebKit/LayoutTests/fast/forms/file/hidden-input-file-expected.html
new file mode 100644
index 0000000..c50928d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/hidden-input-file-expected.html
@@ -0,0 +1,3 @@
+<div style="line-height: 2em;">This tests that the whole file input control is hidden when visibility is set to hidden.</div>
+
+
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/hidden-input-file.html b/third_party/WebKit/LayoutTests/fast/forms/file/hidden-input-file.html
new file mode 100644
index 0000000..810b971
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/hidden-input-file.html
@@ -0,0 +1,3 @@
+<div style="line-height: 2em;">This tests that the whole file input control is hidden when visibility is set to hidden.
+<input type="file" style="visibility: hidden"></div>
+
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-file-directory-upload-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-directory-upload-expected.txt
index eeb91fa..eeb91fa 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-file-directory-upload-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-directory-upload-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-file-directory-upload.html b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-directory-upload.html
index 683ded3..683ded3 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-file-directory-upload.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-directory-upload.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-file-label-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-label-expected.txt
index cb40a59..cb40a59 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-file-label-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-label-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-file-label.html b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-label.html
index 0ed99fb..381dc84 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-file-label.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-label.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<script src="../js/resources/js-test-pre.js"></script>
+<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
<input id="single_file" name="upfile" type="file" />
@@ -44,6 +44,6 @@ if (window.layoutTestController) {
var successfullyParsed = true;
</script>
-<script src="../js/resources/js-test-post.js"></script>
+<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-file-not-open-without-gesture-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-not-open-without-gesture-expected.txt
index 892e199..892e199 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-file-not-open-without-gesture-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-not-open-without-gesture-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-file-not-open-without-gesture.html b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-not-open-without-gesture.html
index 27cdec2..27cdec2 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-file-not-open-without-gesture.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-not-open-without-gesture.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-file-re-render.html b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-re-render.html
index 24de2b3..24de2b3 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-file-re-render.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-re-render.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/hidden-input-file.html b/third_party/WebKit/LayoutTests/fast/forms/hidden-input-file.html
deleted file mode 100644
index b2a6c07..0000000
--- a/third_party/WebKit/LayoutTests/fast/forms/hidden-input-file.html
+++ /dev/null
@@ -1,2 +0,0 @@
-This tests that the whole file input control is hidden when visibility is set to hidden.
-<input type="file" style="visibility: hidden">