Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
table
/
fixed-table-with-percent-inside-percent-table.html
blob: 4e387bf9109b6a883b9eccb65d703dc40d432e4d [
file
] [
log
] [
blame
]
<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>