Sign in
webkit
/
WebKit
/
654e35c85b23c0780782ab8172f194dce9d33898
/
.
/
LayoutTests
/
imported
/
w3c
/
html-templates
/
resources
/
template-contents.html
blob: 0b0201b77ddab4b63c0379a88fca502e24349703 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Div tag inside template tag
</title>
<link
rel
=
"author"
title
=
"Aleksei Yu. Semenov"
href
=
"mailto:a.semenov@unipro.ru"
>
</head>
<body>
<template>
<div>
Hello, template
</div>
</template>
</body>
</html>