mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +09:00
12 lines
295 B
HTML
12 lines
295 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<!-- This test should not leak. -->
|
|
<iframe src="data:text/html,
|
|
<script>
|
|
var elem = document.createElement('span');
|
|
document.mozSetImageElement('foo', elem);
|
|
elem.foo = document;
|
|
</script>"></iframe>
|
|
</body>
|
|
</html>
|