Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / hover-single-flow-from-none-expected.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4         <style>
5         p, div {
6                 font: 12px/1 monospace;
7         }
8         #region {
9                 width: 300px;
10                 height: 190px;
11                 border: 5px solid green;
12                 border-left: 100px solid green;
13                 border-color: darkred;
14                 background-color: #ddddff;
15         }
16         </style>
17 </head>
18 <body>
19         <p>When hovering the <span style="color:green"><b>region</b></span>, the <span style="color:blue"><b>blue</b></span> box should disappear (the region's <b>flow-from</b> will change to "none")</p>
20         <div id="region"></div>
21 </body>
22 </html>