Closed
Bug 1330825
Opened 8 years ago
Closed 8 years ago
stylo: test_transitions_computed_values.html crashes with "index out of bounds: the len is 1 but the index is 1"
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: xidorn, Assigned: hiro)
References
Details
To reproduce:
./mach mochitest --disable-e10s layout/style/test/test_transitions_computed_values.html
On my Windows machine, it crashes with just:
thread '<unnamed>' panicked at 'index out of bounds: the len is 1 but the index is 1', ../src/libcore\slice.rs:524
and no further stack info...
Reporter | ||
Comment 1•8 years ago
|
||
I suspect this is also animation work related issue, so ni? hiro as well.
Flags: needinfo?(hikezoe)
Assignee | ||
Comment 2•8 years ago
|
||
Interesting, I though I've never touched transition code, but will do. Oh the test file includes CSS animation test. sigh.
Assignee | ||
Comment 3•8 years ago
|
||
I did include a fix for this bug in a patch for bug 1330824.
Flags: needinfo?(hikezoe)
Reporter | ||
Comment 4•8 years ago
|
||
Per comment 3, close this bug as FIXED.
Assignee: nobody → hikezoe
Status: NEW → RESOLVED
Closed: 8 years ago
Depends on: 1330824
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•