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