tenfourfox/js/xpconnect/crashtests/545291-1.html

13 lines
201 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<html>
<head>
<script>
var textNode = document.createTextNode("x");
textNode.__proto__.__proto__ = Components;
textNode.__lookupSetter__("canCallMethod")();
</script>
</head>
</html>