Issue #199 - Add failing test case for html5's template tag

This commit is contained in:
Arnaud Lacombe 2015-04-10 15:42:44 -07:00 committed by Arnaud Lacombe
parent e4880ad6b4
commit ff03476ca1

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
HTML5 template tag
</title>
</head>
<body>
<template>
<h1>WWF</h1>
<p>The World Wide Fund for Nature (WWF) is an international organization working on issues regarding the conservation, research and restoration of the environment, formerly named the World Wildlife Fund. WWF was founded in 1961.</p>
</template>
</body>
</html>