1strongstrongFOOfoo
2
3HTML //*[@id="sometext"]//strong
4PASS res.snapshotLength is 2
5HTML //*[@id="sometext"]//Strong
6PASS res.snapshotLength is 2
7HTML //*[@id="Sometext"]//strong
8PASS res.snapshotLength is 0
9HTML //*[@id="sometext"]//foo
10PASS res.snapshotLength is 2
11HTML //*[@id="sometext"]//FOO
12PASS res.snapshotLength is 2
13XML //*[@id="sometext"]//x:strong
14PASS res.snapshotLength is 1
15XML //*[@id="sometext"]//x:Strong
16PASS res.snapshotLength is 0
17XML //*[@id="Sometext"]//x:strong
18PASS res.snapshotLength is 0
19XML //*[@id="sometext"]//foo
20PASS res.snapshotLength is 1
21XML //*[@id="sometext"]//FOO
22PASS res.snapshotLength is 1
23PASS successfullyParsed is true
24
25TEST COMPLETE
26
27