Sign in
nest-open-source
/
manifest_repos
/
chromium_src
/
ce182f4f4cdacd008274200f23abd3db3c4cbfb7
/
.
/
third_party
/
blink
/
web_tests
/
compositing
/
flex-composited-animated-table-row-background-expected.html
blob: c7a64a97223a58b71ff69b50999b27b9494f98ca [
file
]
<!DOCTYPE html>
<style>
.
flex-item
{
flex
:
1
1
;
}
</style>
<div
style
=
"
display
:
flex
"
>
<div
class
=
"flex-item"
>
y
</div>
<div
class
=
"flex-item"
>
<table>
<tr
style
=
"
background-color
:
red
"
>
<td>
x
</td>
</tr>
</table>
</div>
</div>