mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
22
layout/reftests/bugs/403962-1xbl.xml
Normal file
22
layout/reftests/bugs/403962-1xbl.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<bindings xmlns="http://www.mozilla.org/xbl">
|
||||
<binding id="test">
|
||||
<content>
|
||||
<html:div xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
style="color: red; -moz-binding: url(403962-1xbl.xml#test-base)">
|
||||
<children/>
|
||||
</html:div>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="test-base">
|
||||
<content>
|
||||
<html:div xmlns:html="http://www.w3.org/1999/xhtml" style="color: green">
|
||||
<children includes="span"/>
|
||||
</html:div>
|
||||
<html:div xmlns:html="http://www.w3.org/1999/xhtml" style="color: red">
|
||||
<children/>
|
||||
</html:div>
|
||||
|
||||
</content>
|
||||
</binding>
|
||||
</bindings>
|
||||
Loading…
Add table
Add a link
Reference in a new issue