mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-15 09:30:20 +00:00
13 lines
201 B
HTML
13 lines
201 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
|
|
var textNode = document.createTextNode("x");
|
|
textNode.__proto__.__proto__ = Components;
|
|
textNode.__lookupSetter__("canCallMethod")();
|
|
|
|
</script>
|
|
</head>
|
|
</html>
|