mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 09:28:51 +00:00
15 lines
331 B
HTML
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>
|