Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-tables
/
crashtests
/
expression_width_crash.html
blob: 5c636bef6ab8acb68553c1b9b19e9ae744229c30 [
file
] [
log
] [
blame
]
<!doctype html>
<table
>
<col
style
=
"
width
:
min
(
100px
,
30%
)
"
>
<td
style
=
"
width
:
min
(
100px
,
30%
)
"
></td>
</table>