Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/css-build-system-update
/
.
/
css
/
CSS2
/
generated-content
/
content-026-ref.html
blob: c884052e448a65c3ae97c6823336be8535aa5f7e [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
CSS Reference
</title>
<style>
div
{
border
:
2px
solid black
;
}
</style>
<body>
<p>
Test passes if there are numbers "00" and "00.00" in the box below.
</p>
<div>
00
<br>
00.00
</div>
</body>