Lines Matching refs:div
12 <template>a<div>foo</div>b</template>
30 echo "Selector should not find div element in shadow DOM: ";
31 var_dump($template->querySelector('div'));
33 echo "XPath should not find div element in shadow DOM:\n";
35 var_dump($xpath->query('//div'));
59 Inner HTML after idempotent modification: string(16) "a<div>foo</div>b"
60 Selector should not find div element in shadow DOM: NULL
61 XPath should not find div element in shadow DOM:
68 <template>a<div>foo</div>b</template>
72 <template>a<div>foo</div>b</template>
77 <template>a<div>foo</div>b</template>
81 <template xmlns="http://www.w3.org/1999/xhtml">a<div>foo</div>b</template>