Closed
Bug 1504485
Opened 7 years ago
Closed 7 years ago
Reduce CSS style parameters in element_click/interactability.py
Categories
(Remote Protocol :: Marionette, enhancement, P1)
Remote Protocol
Marionette
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: ato, Assigned: ato)
Details
Attachments
(1 file)
The WPT test
testing/web-platform/tests/webdriver/tests/element_click/interactability.py
uses a lot of CSS style parameters to test interactability, but
most of them aren’t needed.
In the interest of keeping tests small and to-the-point, we should
remove unnecessary styles.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 1•7 years ago
|
||
The amount of CSS styling in this test is too damn high.
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/534388d7e52d
webdriver: reduce amount of styling in element click interactability test; r=whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/13968 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Upstream PR merged
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•