Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-tables
/
calc-percent-plus-0px-fixed-ref.html
blob: ec862ff1e08e96aff25237f56682dc0df830e39a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
Simple calc expression in table layout
</title>
<table
border
style
=
"
table-layout
:
fixed
;
width
:
200px
"
>
<tr>
<td
style
=
"
width
:
50%
"
>
x
</td>
<td>
y
</td>
<td>
z
</td>
</tr>
</table>