Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 1371130.xhtml
blob68e3e9a51acea11fbad4ed0776f499b09abb9b20
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <bindings xmlns="http://www.mozilla.org/xbl"
4 xmlns:xhtml="http://www.w3.org/1999/xhtml">
5 <binding id="a">
6 <content>
7 <xhtml:p>
8 <children></children>
9 </xhtml:p>
10 <xhtml:span>This should also be green.</xhtml:span>
11 </content>
12 </binding>
13 </bindings>
14 <style>
15 span { color: red; }
16 div.x > span { color: green; }
17 </style>
18 </head>
19 <body onload="document.body.offsetTop; document.querySelector('div').className = 'x'">
20 <div style="-moz-binding: url(#a)">
21 <span>This should be green.</span>
22 </div>
23 </body>
24 </html>