Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/css-build-system-update
/
.
/
css
/
CSS2
/
generated-content
/
content-011-ref.html
blob: 8bc5f313b3f4a04401000b655465f5ff2c5fffa9 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
CSS Reference
</title>
<style>
div
{
border
:
2px
solid black
;
height
:
30px
;
}
</style>
<body>
<p>
Test passes if there is a letter "i" in the box below.
</p>
<div>
i
</div>
</body>