Pass | expression from XML document, context node in XML document, no namespace resolver | Asserts runPass | assert_array_equals([], [])
at Test.<anonymous> ( /domxpath/expression-different-document.tentative.html:32:3) |
|
Pass | expression from HTML document, context node in HTML document, no namespace resolver | Asserts runPass | assert_array_equals([Element node <html><head></head><body></body></html>], [Element node <html><head></head><body></body></html>])
at Test.<anonymous> ( /domxpath/expression-different-document.tentative.html:37:3) |
|
Pass | expression from XML document, context node in HTML document, no namespace resolver | Asserts runPass | assert_array_equals([Element node <html><head></head><body></body></html>], [Element node <html><head></head><body></body></html>])
at Test.<anonymous> ( /domxpath/expression-different-document.tentative.html:42:3) |
|
Pass | expression from HTML document, context node in XML document, no namespace resolver | Asserts runPass | assert_array_equals([], [])
at Test.<anonymous> ( /domxpath/expression-different-document.tentative.html:47:3) |
|
Pass | expression from XML document, context node in XML document, with namespace resolver | Asserts runPass | assert_array_equals([], [])
at Test.<anonymous> ( /domxpath/expression-different-document.tentative.html:52:3) |
|
Pass | expression from HTML document, context node in HTML document, with namespace resolver | Asserts runPass | assert_array_equals([Element node <html><head></head><body></body></html>], [Element node <html><head></head><body></body></html>])
at Test.<anonymous> ( /domxpath/expression-different-document.tentative.html:57:3) |
|
Pass | expression from XML document, context node in HTML document, with namespace resolver | Asserts runPass | assert_array_equals([Element node <html><head></head><body></body></html>], [Element node <html><head></head><body></body></html>])
at Test.<anonymous> ( /domxpath/expression-different-document.tentative.html:62:3) |
|
Pass | expression from HTML document, context node in XML document, with namespace resolver | Asserts runPass | assert_array_equals([], [])
at Test.<anonymous> ( /domxpath/expression-different-document.tentative.html:67:3) |
|