mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
5 lines
335 B
HTML
5 lines
335 B
HTML
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||
|
<script>window.addEventListener("load", function() { document.getElementById("v").style.MozBinding = "url(#foo)"; }, false);</script>
|
||
|
<bindings xmlns="http://www.mozilla.org/xbl"><binding id="foo"><content></content></binding></bindings>
|
||
|
</head>X<span><div id="v"></div></span></html>
|