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

15 lines
342 B
HTML

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