Closed
Bug 1144507
Opened 10 years ago
Closed 10 years ago
incorrect Promise usage in test_font_loading_api.html
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla39
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file)
4.94 KB,
patch
|
jtd
:
review+
|
Details | Diff | Splinter Review |
There are a few places in test_font_loading_api.html where we call some_promise.then(another_promise) instead of some_promise.then(() => another_promise), and end up not waiting for another_promise to resolve. This might be contributing to the random test failures in here.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Updated•10 years ago
|
Attachment #8579109 -
Flags: review?(jdaggett) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Comment 5•10 years ago
|
||
status-firefox38:
--- → fixed
Flags: in-testsuite+
Comment 6•10 years ago
|
||
status-firefox37:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•