Closed
Bug 1328507
Opened 8 years ago
Closed 8 years ago
stylo: tests timeout because of waiting for font loading
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
Attachments
(1 file)
But stylo doesn't support @font-face rule currently, so FontFaceSet.ready would never be resolved, and tests rely on that can be blocked forever.
Assignee | ||
Comment 1•8 years ago
|
||
layout/style/test/test_unicode_range_loading.html
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Comment 2•8 years ago
|
||
layout/style/test/test_font_loading_api.html
Updated•8 years ago
|
Priority: -- → P3
Assignee | ||
Comment 3•8 years ago
|
||
We probably should retry these tests since @font-face rule has been supported since long ago.
Flags: needinfo?(xidorn+moz)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8870274 [details]
Bug 1328507 - Enable mochitests disabled because of this bug.
https://reviewboard.mozilla.org/r/141734/#review145336
Attachment #8870274 -
Flags: review+
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(xidorn+moz)
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/15c96c8b05cc
Enable mochitests disabled because of this bug. r=xidorn
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Do we need this fix on beta (54)?
Assignee | ||
Comment 9•7 years ago
|
||
No. Stylo-specific changes don't need to be uplifted before 57.
Flags: needinfo?(xidorn+moz)
Updated•7 years ago
|
Updated•6 years ago
|
Assignee: nobody → xidorn+moz
You need to log in
before you can comment on or make changes to this bug.
Description
•