Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / shadow-dom / shadow-trees / hosting-multiple-shadow-trees-002-ref.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <meta charset="utf-8">
5     <title>Shadow DOM - The older tree is inserted into shadow, and the original branch is inserted into content.</title>
6     <link rel="author" title="Hiroyuki Hayashi" href="mailto:hyshhryk@gmail.com">
7   </head>
8   <body>
9     <div>
10       <p>Younger tree's node</p>
11       <p>Older tree's node</p>
12       <p>Original tree's node</p>
13     </div>
14   </body>
15 </html>