blob: 7f58978eca57af49031cf6b6b29f37b3d64a7714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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>
|