summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/shadow-dom/untriaged/shadow-trees/shadow-root-001-ref.html
blob: 619f337853838f82dcda75018859444ca4607f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>Shadow DOM Test: Basic shadow root (reference)</title>
<link rel="author" title="Hayato Ito" href="mailto:hayato@google.com">
<link rel="author" title="Yuta Kitamura" href="mailto:yutak@google.com">
<style>
p { color: black; }
div { color: green; }
</style>
</head>
<body>
<p>You should see green text saying "PASS" below.</p>
<div>PASS</div>
</body>
</html>