tenfourfox/dom/html/crashtests/605264.html

9 lines
194 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<script>
var v = document.createElementNS("http://www.w3.org/1999/xhtml", "video");
v.QueryInterface(Components.interfaces.nsIObserver);
v.observe(null, null, null);
</script>