tenfourfox/dom/events/test/window_bug493251.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
251 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script>
SimpleTest.waitForExplicitFinish();
SimpleTest.waitForFocus(window.opener.doTest, window);
</script>
</head>
<body>
<input>
</body>
</html>