gecko-dev/dom/html/crashtests/605264.html

9 строки
175 B
HTML

<!DOCTYPE html>
<script>
var v = document.createElementNS("http://www.w3.org/1999/xhtml", "video");
v.QueryInterface(Ci.nsIObserver);
v.observe(null, null, null);
</script>