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
support
frame-ancestors-nested-cross-in-cross-none-block.html -rw-r--r-- 470 bytes
frame-ancestors-nested-cross-in-cross-self-block.html -rw-r--r-- 479 bytes
frame-ancestors-nested-cross-in-cross-star-allow.html -rw-r--r-- 452 bytes
frame-ancestors-nested-cross-in-cross-url-allow.html -rw-r--r-- 526 bytes
frame-ancestors-nested-cross-in-cross-url-block.html -rw-r--r-- 501 bytes
frame-ancestors-nested-cross-in-same-none-block.html -rw-r--r-- 470 bytes
frame-ancestors-nested-cross-in-same-self-block.html -rw-r--r-- 478 bytes
frame-ancestors-nested-cross-in-same-star-allow.html -rw-r--r-- 645 bytes
frame-ancestors-nested-cross-in-same-url-allow.html -rw-r--r-- 719 bytes
frame-ancestors-nested-cross-in-same-url-block.html -rw-r--r-- 500 bytes
frame-ancestors-nested-cross-in-sandboxed-cross-url-block.html -rw-r--r-- 643 bytes
frame-ancestors-nested-same-in-cross-none-block.html -rw-r--r-- 469 bytes
frame-ancestors-nested-same-in-cross-self-block.html -rw-r--r-- 478 bytes
frame-ancestors-nested-same-in-cross-star-allow.html -rw-r--r-- 451 bytes
frame-ancestors-nested-same-in-cross-url-allow.html -rw-r--r-- 525 bytes
frame-ancestors-nested-same-in-cross-url-block.html -rw-r--r-- 499 bytes
frame-ancestors-nested-same-in-same-none-block.html -rw-r--r-- 468 bytes
frame-ancestors-nested-same-in-same-self-allow.html -rw-r--r-- 476 bytes
frame-ancestors-nested-same-in-same-star-allow.html -rw-r--r-- 450 bytes
frame-ancestors-nested-same-in-same-url-allow.html -rw-r--r-- 497 bytes
frame-ancestors-nested-same-in-same-url-block.html -rw-r--r-- 499 bytes
frame-ancestors-none-block.html -rw-r--r-- 426 bytes
frame-ancestors-overrides-xfo.html -rw-r--r-- 1.3 KB
frame-ancestors-self-allow.html -rw-r--r-- 426 bytes
frame-ancestors-self-block.html -rw-r--r-- 426 bytes
frame-ancestors-star-allow-crossorigin.html -rw-r--r-- 603 bytes
frame-ancestors-star-allow-sameorigin.html -rw-r--r-- 409 bytes
frame-ancestors-url-allow.sub.html -rw-r--r-- 472 bytes
frame-ancestors-url-block.html -rw-r--r-- 457 bytes

back to top