Sign in
webkit
/
WebKit
/
9be710ffe67eb7fe627244cbeb3d21e8246cf915
/
.
/
LayoutTests
/
fast
/
regions
/
region-styling-mediaquery-expected.html
blob: 320358bb0af9fb4566d5521c0bf9a957c5123085 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<style>
h1
{
font-size
:
3em
;
color
:
green
;
outline
:
3px
solid green
;
margin-top
:
0
;
}
</style>
</head>
<body>
<article>
<h1>
The text color should be green and have a green outline.
</h1>
</article>
</body>
</html>