blob: d1a9caf4b643d88b33fdc682181d1be0309ea6cf [file] [log] [blame]
<html>
<head>
<meta charset="utf8">
<title>Test Shadow DOM</title>
</head>
<body>
<p id="h1">
Foo
<span>Bar</span>
</p>
<div id="h2">
<span>Bar</span>
</div>
<template shadowmode="foo" shadowdelegatesfocus="bar">
To be removed
</template>
</body>
</html>