Pass | Select html element based on attribute | Asserts runPass | assert_array_equals([Element node <div id="log" nonÄsciiattribute="">Running, 0 complete, 1...], [Element node <div id="log" nonÄsciiattribute="">Running, 0 complete, 1...])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select html element based on attribute mixed case | Asserts runPass | assert_array_equals([Element node <div id="log" nonÄsciiattribute="">Running, 1 complete, 1...], [Element node <div id="log" nonÄsciiattribute="">Running, 1 complete, 1...])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select both HTML and SVG elements based on attribute | Asserts runPass | assert_array_equals([Element node <div id="log" nonÄsciiattribute="">Running, 2 complete, 1..., Element node <path id="a" refX=""></path>, Element node <path id="b" nonÄscii="" xlink:href=""></path>], [Element node <div id="log" nonÄsciiattribute="">Running, 2 complete, 1..., Element node <path id="a" refX=""></path>, Element node <path id="b" nonÄscii="" xlink:href=""></path>])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select HTML element with non-ascii attribute 1 | Asserts runPass | assert_array_equals([Element node <div id="log" nonÄsciiattribute="">Running, 3 complete, 1...], [Element node <div id="log" nonÄsciiattribute="">Running, 3 complete, 1...])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select HTML element with non-ascii attribute 2 | Asserts runPass | assert_array_equals([], [])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select HTML element with non-ascii attribute 3 | Asserts runPass | assert_array_equals([Element node <div id="log" nonÄsciiattribute="">Running, 5 complete, 1...], [Element node <div id="log" nonÄsciiattribute="">Running, 5 complete, 1...])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select SVG element based on mixed case attribute | Asserts runPass | assert_array_equals([], [])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select both HTML and SVG elements based on mixed case attribute | Asserts runPass | assert_array_equals([Element node <div id="log" nonÄsciiattribute="">Running, 7 complete, 1...], [Element node <div id="log" nonÄsciiattribute="">Running, 7 complete, 1...])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select SVG elements with refX attribute | Asserts runPass | assert_array_equals([Element node <path id="a" refX=""></path>], [Element node <path id="a" refX=""></path>])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select SVG elements with refX attribute incorrect case | Asserts runPass | assert_array_equals([], [])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select SVG elements with refX attribute lowercase | Asserts runPass | assert_array_equals([], [])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select SVG element with non-ascii attribute 1 | Asserts runPass | assert_array_equals([Element node <path id="b" nonÄscii="" xlink:href=""></path>], [Element node <path id="b" nonÄscii="" xlink:href=""></path>])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | Select SVG element with non-ascii attribute 2 | Asserts runPass | assert_array_equals([], [])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | xmlns attribute | Asserts runPass | assert_array_equals([], [])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|
Pass | svg element with XLink attribute | Asserts runPass | assert_array_equals([Element node <path id="b" nonÄscii="" xlink:href=""></path>], [Element node <path id="b" nonÄscii="" xlink:href=""></path>])
at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3) |
|