Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / region-styling / region-styling-mediaquery-expected.html
1 <!doctype html>
2 <html>
3     <head>
4         <style>
5             h1 {
6                 font-size: 3em;
7                 color: green;
8                 outline: 3px solid green;
9                 margin-top: 0;
10             }
11         </style>
12     </head>
13     <body>
14         <article>
15             <h1>The text color should be green and have a green outline.</h1>
16         </article>
17     </body>
18 </html>