mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
6 lines
233 B
HTML
6 lines
233 B
HTML
<!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>
|