mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
9 lines
250 B
HTML
9 lines
250 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<div id="tmplParent"><template id="tmpl1"><tr><td>Cell 1</td></tr><div id="orphanDiv">Orphan div content</div><tr><td>Cell 2</td></tr></template></div>
|
|
</body>
|
|
</html> |