1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/dom/html/test/file_bug1108547-2.html
T

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>