summaryrefslogtreecommitdiffstats
path: root/dom/events/test/window_empty_document.html
blob: bc90e91eab6fbd112e574461e0604d282043bd43 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
<head>
<title>Empty document to test something in new window</title>
</head>
<body onload="opener.doTests(window);"></body>
</html>