Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>