Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upassertion failed: FlowRef::get_mut(&mut this).is_some() #18544
Closed
Comments
|
Test case reproducing this bug: <div style="position:fixed"></div>
<script>
document.body.children[0].style["column-count"] = 1
</script> |
|
I cannot reproduce this bug with the suggested test case or with http://citilink.ru. Please, reopen if you can reproduce it again. |
|
We should still land the testcase though. This was probably fixed by #18893, which fixed the "can be fragmented" bit to be propagated properly. |
bors-servo
added a commit
that referenced
this issue
Jan 23, 2018
Test for #18544 - Flow list crash - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #18544 - [X] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19834) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found on http://citilink.ru, reproducible