Files
palemoon27/testing/web-platform/tests/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003-ref.html
T

16 lines
407 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Shadow DOM - The shadow should insert original tree's node if no older shadow tree exists.</title>
<link rel="author" title="Hiroyuki Hayashi" href="mailto:hyshhryk@gmail.com">
</head>
<body>
<div>
<p>Younger tree's node</p>
<p>Older tree's node</p>
<p>Original tree's node</p>
</div>
</body>
</html>