Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/css-build-system-update
/
.
/
css
/
CSS2
/
generated-content
/
content-081-ref.html
blob: 7da539a72fb5fb4813a13b8561870bfb38a6be66 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
CSS Reference
</title>
<style>
td
{
color
:
green
;
border
:
2px
solid black
;
}
</style>
<body>
<p>
Test passes if the number "10" appears in the box below.
</p>
<table>
<tr>
<td>
10
</td>
</tr>
</table>
</body>