Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
LayoutTests
/
fast
/
media
/
mq-monochrome-forced-value-expected.html
blob: 2824ac9fd19cfd3bd0406be73aa9fc450197ea5f [
file
] [
log
] [
blame
]
<html>
<head>
<title>
CSS4 media query test: monochrome.
</title>
<style
type
=
"text/css"
>
p
{
color
:
#888
;
}
</style>
</head>
<body>
<p
id
=
"a"
>
This text should be mid grey #888.
</p>
<p
id
=
"b"
>
This text should be mid grey #888.
</p>
</body>
</html>