Closed Bug 1432804 Opened 6 years ago Closed 6 years ago

test_select in element_clear.py uses <select disabled>, triggering wrong code path

Categories

(Remote Protocol :: Marionette, enhancement)

Version 3
enhancement
Not set
normal

Tracking

(firefox60 fixed)

RESOLVED FIXED
mozilla60
Tracking Status
firefox60 --- fixed

People

(Reporter: ato, Assigned: ato)

Details

Attachments

(1 file)

<select> is not a mutable form control element and it should not
be possible to call the WebDriver:ElementClear command on it.
We test this in test_select as part of element_clear.py in WPT,
but the test uses a <select disabled> element which triggers the
wrong code path in Marionette.
Assignee: nobody → ato
Comment on attachment 8945101 [details]
Bug 1432804 - Remove disabled attribute from Element Clear test.

https://reviewboard.mozilla.org/r/215326/#review221046
Attachment #8945101 - Flags: review?(dburns) → review+
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/485d1b8f1948
Remove disabled attribute from Element Clear test. r=automatedtester
https://hg.mozilla.org/mozilla-central/rev/485d1b8f1948
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: