gecko-dev/layout/base/tests/window_empty_document.html

8 строки
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>