tenfourfox/js/xpconnect/tests/chrome/file_bug996069.html

12 lines
176 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head></head>
<body>
<script>
if (window.opener && window.opener.finishTest) {
window.opener.finishTest();
}
</script>
</body>
</html>