Source code

Revision control

Copy as Markdown

Other Tools

<!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>