mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
16 lines
407 B
HTML
16 lines
407 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Shadow DOM - The shadow should insert original tree's node if no older shadow tree exists.</title>
|
|
<link rel="author" title="Hiroyuki Hayashi" href="mailto:hyshhryk@gmail.com">
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<p>Younger tree's node</p>
|
|
<p>Older tree's node</p>
|
|
<p>Original tree's node</p>
|
|
</div>
|
|
</body>
|
|
</html>
|