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

15 lines
331 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Shadow DOM - Older shadow tree is not used</title>
<link rel="author" title="Hiroyuki Hayashi" href="mailto:hyshhryk@gmail.com">
</head>
<body>
<div>
<p>2nd shadow tree's node</p>
<p>Original tree's node</p>
</div>
</body>
</html>