comparison: layout/base/crashtests/350128-1.xhtml
layout/base/crashtests/350128-1.xhtml
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"> |
|
2 <head> |
|
3 |
|
4 <bindings xmlns="http://www.mozilla.org/xbl"> |
|
5 <binding id="lub4"> |
|
6 <content> |
|
7 <html:span style="color: green;"> |
|
8 <children/> |
|
9 </html:span> |
|
10 </content> |
|
11 </binding> |
|
12 </bindings> |
|
13 |
|
14 |
|
15 </head> |
|
16 |
|
17 <body onload="document.getElementById('gogo');"> |
|
18 <span style="-moz-binding: url('#lub4')"><div/><em id="gogo">I</em></span> |
|
19 </body> |
|
20 |
|
21 </html> |