Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
table
/
fixed-table-with-percent-inside-percent-table.html
blob: 4e387bf9109b6a883b9eccb65d703dc40d432e4d [
file
] [
edit
]
<html>
<table
style
=
"
width
:
100%
;
background-color
:
red
"
><tr><td>
<tr><td>
<table
style
=
"
width
:
100%
;
background-color
:
green
;
table-layout
:
fixed
"
><tr><td>
Content
</td></tr></table>
</td></tr>
</td></tr></table>
</html>