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