tenfourfox/js/xpconnect/crashtests/545291-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>