Summary

Harness status: OK

Found 15 tests

Details

ResultTest NameMessage
PassSelect html element based on attribute
Asserts run
Pass
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)
PassSelect html element based on attribute mixed case
Asserts run
Pass
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)
PassSelect both HTML and SVG elements based on attribute
Asserts run
Pass
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)
PassSelect HTML element with non-ascii attribute 1
Asserts run
Pass
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)
PassSelect HTML element with non-ascii attribute 2
Asserts run
Pass
assert_array_equals([], [])
    at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3)
PassSelect HTML element with non-ascii attribute 3
Asserts run
Pass
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)
PassSelect SVG element based on mixed case attribute
Asserts run
Pass
assert_array_equals([], [])
    at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3)
PassSelect both HTML and SVG elements based on mixed case attribute
Asserts run
Pass
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)
PassSelect SVG elements with refX attribute
Asserts run
Pass
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)
PassSelect SVG elements with refX attribute incorrect case
Asserts run
Pass
assert_array_equals([], [])
    at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3)
PassSelect SVG elements with refX attribute lowercase
Asserts run
Pass
assert_array_equals([], [])
    at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3)
PassSelect SVG element with non-ascii attribute 1
Asserts run
Pass
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)
PassSelect SVG element with non-ascii attribute 2
Asserts run
Pass
assert_array_equals([], [])
    at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3)
Passxmlns attribute
Asserts run
Pass
assert_array_equals([], [])
    at test_xpath_succeeds ( /domxpath/text-html-attributes.html:26:3)
Passsvg element with XLink attribute
Asserts run
Pass
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)