Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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