Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkit-2023.7-embargoed
/
.
/
LayoutTests
/
fast
/
table
/
percent-width-max-content.html
blob: b8a4b59d77c96d0ea589ba50d41819bcd8aa8a03 [
file
] [
edit
]
<!DOCTYPE html>
<table
border
style
=
"
width
:
max-content
;
"
><td
width
=
"100%"
>
abc
<td>
abc
</table>
<table
border
style
=
"
width
:
max-content
;
"
><col
width
=
"100%"
><td>
abc
<td>
abc
</table>