Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
table
/
table-with-block-in-inline-fast-path.html
blob: 5fefa86ee26901a0dd7e50f94fb1dd113a834a19 [
file
] [
edit
]
<style>
td
{
background-color
:
green
}
</style>
<table>
<td><span><div
id
=
t
>
foo
</div></span></td>
<td>
1
<br>
2
</td>
</table>
<script>
t
.
offsetLeft
;
t
.
innerHTML
=
"bar<br>baz"
;
</script>