Closed
Bug 1443184
Opened 5 years ago
Closed 5 years ago
browser_markup_accessibility_semantics.js fails when converted to async/await instead of Task
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(firefox61 fixed)
RESOLVED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: ochameau, Assigned: yulia)
References
Details
Attachments
(1 file)
$ ./mach mochitest devtools/client/inspector/markup/test/browser_markup_accessibility_semantics.js fails with this error: TEST-PASS | devtools/client/inspector/markup/test/browser_markup_accessibility_semantics.js | Non expandable tree items should not have aria-expanded attribute - TEST-PASS | devtools/client/inspector/markup/test/browser_markup_accessibility_semantics.js | Closed tree item should have aria-expanded unset - Selecting and expanding list container Selecting the node for 'ul' TEST-PASS | devtools/client/inspector/markup/test/browser_markup_accessibility_semantics.js | Active descendant should not be set to list container tagLine - TEST-UNEXPECTED-FAIL | devtools/client/inspector/markup/test/browser_markup_accessibility_semantics.js | Open tree item should have aria-expanded set - Got false, expected true Stack trace: chrome://mochikit/content/browser-test.js:test_is:1271 chrome://mochitests/content/browser/devtools/client/inspector/markup/test/browser_markup_accessibility_semantics.js:null:82 Note that may be related to bug 1441531 as this test also uses waitForMultipleChildrenUpdates.
No longer blocks: 1440321
Blocks: 1365607
Updated•5 years ago
|
Priority: -- → P3
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•5 years ago
|
||
I made this change against the most recent central -- it seems to be passing after building. I am running the tests on try to confirm.
Assignee | ||
Comment 3•5 years ago
|
||
Tests look good! https://treeherder.mozilla.org/#/jobs?repo=try&revision=e42de2b69fe093406c2b3f90d7c1c1dce1270024
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → ystartsev
Reporter | ||
Comment 4•5 years ago
|
||
mozreview-review |
Comment on attachment 8965245 [details] Bug 1443184 - update browser_markup_accessibility_semantics.js to use async/await. https://reviewboard.mozilla.org/r/233960/#review239722 Thanks Yulia!
Attachment #8965245 -
Flags: review?(poirot.alex) → review+
Pushed by ystartsev@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8a9f8278bf31 update browser_markup_accessibility_semantics.js to use async/await. r=ochameau
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8a9f8278bf31
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•