summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/file_resize_move_windows_2.html
blob: 7b8764fa7e67ce8545ec7b7b4fead18d3fc007ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>