Closed
Bug 1366422
Opened 8 years ago
Closed 8 years ago
stylo: test_transitions_and_reframes.html has some failures with ::before/::after and transitions
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: heycam, Assigned: emilio)
References
Details
Attachments
(1 file)
572 bytes,
text/html
|
Details |
These failures I marked as expected fails in bug 1364845, but need to be investigated.
TEST-UNEXPECTED-FAIL | layout/style/test/test_transitions_and_reframes.html | margin of child of element b2 (classes: t m o) ::before pseudo-element - got "100px", expected "25px"
TEST-UNEXPECTED-FAIL | layout/style/test/test_transitions_and_reframes.html | margin of child of element a2 (classes: t m o) ::after pseudo-element - got "100px", expected "25px"
TEST-UNEXPECTED-FAIL | layout/style/test/test_transitions_and_reframes.html | margin of child of element b2 (classes: m o t) ::before pseudo-element - got "100px", expected "25px"
TEST-UNEXPECTED-FAIL | layout/style/test/test_transitions_and_reframes.html | margin of child of element a2 (classes: m o t) ::after pseudo-element - got "100px", expected "25px"
Updated•8 years ago
|
Priority: -- → P2
Updated•8 years ago
|
Blocks: stylo-css-transitions
Comment 1•8 years ago
|
||
Initially I thought the transition in this test case does not start on Gecko either. I was trying to make the transition work on Gecko for a half of day because I thought I make some mistakes in the test case. Finally I noticed *the Gecko* is not Gecko, it's a stylo build. In these days I use a stylo build for daily use!
Comment 2•8 years ago
|
||
As per a try in bug 1368240 comment 11, this will be fixed by bug 1368240.
I believed Emilio fix this bug too. :)
Depends on: 1368240
Assignee | ||
Comment 3•8 years ago
|
||
Right, so from that test case it means that the descendant restyle hints weren't accounting for the pseudo-element combinator depth, so we never restyled them proper. This is fixed by bug 1368240 then.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•8 years ago
|
||
Err, sorry, bugzilla apparently leaves the form state across refreshes.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•8 years ago
|
||
Now bug 1368240 is closed! Thank you Emilio!
Assignee: nobody → emilio+bugs
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•