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