Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<!doctype html>
<div id="wrapper" style="display: flex">
Some anon flex item.
<div id="item">
Foo bar.
<span> Baz</span>
</div>
</div>
<script>
document.body.offsetTop;
item.style.color = "red";
wrapper.firstChild.textContent = "";
</script>