2 <html xmlns=
"http://www.w3.org/1999/xhtml" class=
"reftest-wait">
4 <bindings xmlns=
"http://www.mozilla.org/xbl">
7 <html:span xmlns:
html=
"http://www.w3.org/1999/xhtml"
8 id=
"hasBefore"><children/></html:span>
13 #hasBefore::before { content:
"x"; }
17 var l
= document
.getElementById("l");
18 l
.parentNode
.insertBefore(document
.createTextNode("y"), l
);
19 document
.documentElement
.removeAttribute("class");
23 <body onload=
"doTest()">
24 <div style=
"-moz-binding: url(#a)"><span id=
"l"></span></div>