summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_bug1108547-3.html
blob: d99a2d355b609fe6b866ee14f3c4f37caa331a49 (plain)
1
2
3
4
5
<!DOCTYPE html>
<body onload="document.querySelector('a').click();">
<a href="javascript:opener.document.getElementById('result').textContent = document.cookie;" target="_blank">test</a>
<div id="result">not tested yet</div>
</body>