gecko-dev/layout/base/crashtests/1381323.html
Emilio Cobos Álvarez 57d0d30a91 Bug 1381323: Account for text frames in ExpectedOwnerForFrame. r=heycam
MozReview-Commit-ID: 62MXX5kf3jj

--HG--
extra : rebase_source : 2a99b8fa54e96f36df80cad208fe96ca5f16b034
2017-07-16 15:42:22 +02:00

11 lines
203 B
HTML

<!doctype html>
<table>
<tr>
<td><div style="display: contents">foo</div></td>
</tr>
</table>
<script>
document.body.offsetTop;
document.querySelector('div').style.color = "green";
</script>