Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / layers / self-painting-outline.html
1 <style>
2     div { padding: 50px; }
3     div div {
4         padding: 0;
5         width: 25px;
6         height: 25px;
7         background-color: rgb(127, 127, 127);
8         outline: 40px solid rgba(0, 0, 0, 0.5);
9      }
10 </style>
11 <div>
12     <div></div>
13 </div>
14 <div>
15     <div style="overflow: hidden;"></div>
16 </div>