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