fune/toolkit/components/antitracking/test/browser/3rdPartyOpenUI.html

15 lines
180 B
HTML

<html>
<head>
<title>A popup!</title>
</head>
<body>
<h1>hi!</h1>
<script>
SpecialPowers.wrap(document).userInteractionForTesting();
window.close();
</script>
</body>
</html>