mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
15 lines
396 B
HTML
15 lines
396 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="foo">
|
|
<content>
|
|
<iframe xmlns="http://www.w3.org/1999/xhtml" src="javascript:void 0"><children xmlns="http://www.mozilla.org/xbl"/></iframe>
|
|
</content>
|
|
</binding>
|
|
</bindings>
|
|
</head>
|
|
<body>
|
|
<span style="-moz-binding: url(#foo)"></span>
|
|
</body>
|
|
</html>
|