blob: c50971a593b030062092e0f0a8f91fc49b0b8c44 [file] [log] [blame] [edit]
<!-- webkit-test-runner [ BlocksInInlineLayoutEnabled=true ] -->
<style>
.cell { display: table-cell }
</style>
<div class=cell>a</div>
<div id=t class=cell>b</div>
<div class=cell>c</div>
<script>
document.body.offsetLeft;
t.classList.remove("cell");
</script>