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