tenfourfox/dom/html/test/file_bug1108547-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

7 lines
242 B
HTML

<!DOCTYPE html>
<body onload="document.querySelector('form').submit();">
<form action="javascript:opener.document.getElementById('result').textContent = document.cookie;" target="_blank">
</form>
<div id="result">not tested yet</div>
</body>