trisquel-icecat/icecat/dom/events/test/window_empty_document.html

7 lines
155 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Empty document to test something in new window</title>
</head>
<body onload="opener.doTests(window);"></body>
</html>