Mypal/js/xpconnect/crashtests/545291-1.html
2019-03-11 13:26:37 +03:00

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>