Revision 89ba9443f1d80b2bea3a33477b1ac53585fbb16d authored by jimevans on 16 March 2018, 14:46:32 UTC, committed by Andreas Tolfsen on 16 March 2018, 14:46:32 UTC
When the context element is `document.documentElement`, and an attempt is
made to find elements from that context element using an XPath of `..`, a
snapshot is returned containing the `document` object. While this is
apparently the correct behavior for XPath, the WebDriver spec says that if
the object in the snapshot is not an element, we should return an error
with error code "invalid selector." The test_parent_htmldocument test in
both find_element_from_element.py and find_elements_from_element.py expect
a success in this case. This commit changes the tests to correctly expect
an error from the driver.
1 parent 1cbb928
History
File Mode Size
application-cache-dedicated.html -rw-r--r-- 692 bytes
application-cache-dedicated.js -rw-r--r-- 15 bytes
cache.manifest -rw-r--r-- 79 bytes
infinite-nested.html -rw-r--r-- 326 bytes
infinite-nested.js -rw-r--r-- 110 bytes
infinite-sibling-and-nested.html -rw-r--r-- 356 bytes
infinite-sibling-and-nested.js -rw-r--r-- 193 bytes
infinite-sibling.html -rw-r--r-- 334 bytes
infinite-sibling.js -rw-r--r-- 186 bytes
navigator-onLine.html -rw-r--r-- 1.3 KB
post-a-1.js -rw-r--r-- 15 bytes

back to top