Closed
Bug 1237698
Opened 9 years ago
Closed 9 years ago
Unable to switch to frame that is inside or is itself an anonymous node.
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox46 fixed)
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: yzen, Unassigned)
Details
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
text/x-review-board-request
|
automatedtester
:
review+
|
Details |
If there is an iframe that is inside and anonymous node or is itself anonymous,
switch_to_frame fails with the following error:
error: {"error":"no such frame","message":"Unable to locate frame: undefined","stacktrace":null}
Reporter | ||
Comment 1•9 years ago
|
||
I believe this is a valid test case.
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
---
.../marionette/chrome/test_anonymous_content.xul | 9 +++++++++
.../tests/unit/test_anonymous_content.py | 10 ++++++++++
testing/marionette/driver.js | 23 ++++++++++++++++++++++
3 files changed, 42 insertions(+)
Review commit: https://reviewboard.mozilla.org/r/30203/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/30203/
Reporter | ||
Updated•9 years ago
|
Attachment #8705828 -
Flags: review?(dburns)
Comment 4•9 years ago
|
||
Comment on attachment 8705828 [details]
MozReview Request: Bug 1237698 - adding support for switch to frame inside anonymous content.
https://reviewboard.mozilla.org/r/30203/#review27103
Attachment #8705828 -
Flags: review?(dburns) → review+
Reporter | ||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•