blob: 7b4fbd0369f3921decf3f5bc52eac1598a13a102 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<head>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="b">
<content><xul:hbox><children/></xul:hbox></content>
</binding>
</bindings>
</head>
<body><xul:listboxbody height="168178912813" style="-moz-binding: url(#b);"><xul:iframe/></xul:listboxbody></body>
</html>
|