Lines Matching refs:div
11 <div class="foo" xml:id="div1">
12 <div xml:id="div2">
13 <div class="bar" xml:id="div3"/>
14 </div>
15 </div>
26 test($dom->getElementById('div3'), 'div');
29 test($dom->getElementById('div3'), ':not(div)');
31 test($dom->getElementById('div3'), 'root :not(div[class])');
32 test($dom->getElementById('div3'), 'root > :not(div[class])');
36 --- Selector: div ---
42 --- Selector: :not(div) ---
46 --- Selector: root :not(div[class]) ---
48 --- Selector: root > :not(div[class]) ---