Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
CSS2
/
selectors
/
lang-selector-004-ref.html
blob: 6f57dfc3917c92cea0c2c7e6ce517d191d18c869 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<title>
CSS Reftest Reference
</title>
<style>
div
{
color
:
green
;
}
</style>
<body>
<p>
Test passes if the "Filler Text" below is green.
</p>
<div>
Filler Text
<p>
Filler Text
</p>
</div>
</body>
</html>