Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / region-styling / region-style-not-supported-properties-expected.html
1 <!doctype html>
2 <html>
3     <head>
4         <style>
5             #greenBox { width: 50px; height: 50px; background-color: green; position: absolute; top: 100px; left: 100px; }
6         </style>
7     </head>
8     <body>
9         <p>Only a few css properties are supposed to be enabled through region styling.</p>
10         <p>On success you should see a green rectangle below.</p>
11         <div id="greenBox"></div>
12     </body>
13 </html>