summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/file_resize_move_windows_2.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/mochitest/bugs/file_resize_move_windows_2.html')
-rw-r--r--dom/tests/mochitest/bugs/file_resize_move_windows_2.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/dom/tests/mochitest/bugs/file_resize_move_windows_2.html b/dom/tests/mochitest/bugs/file_resize_move_windows_2.html
new file mode 100644
index 0000000000..7b8764fa7e
--- /dev/null
+++ b/dom/tests/mochitest/bugs/file_resize_move_windows_2.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <title>Helper file for test_resize_move_windows.html</title>
+</head>
+<body>
+<script>
+function check(next) {
+ window.opener.checkChangeIsDisabled(window).then(next);
+}
+</script>
+</body>
+</html>