[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / inline / continuation-outlines-with-layers.html
1 <html>
2 <head>
3 <style>
4 span { outline: 10px auto purple; position:relative }
5 div { margin: 1em 0; }
6 </style>
7 </head>
8 <body>
9 <div>Outline ring painting test.</div>
10
11 <div><span>Content before.
12 <h3>Bold with margin.</h3>
13 Content after</span></div>
14
15 <div><span><h3>No content before.</h3>Content after.</span></div>
16
17 <div><span>Content before<h3>But No Content After</h3></span></div>
18
19 <div><span><h3>No content before or after.</h3></span></div>
20