summaryrefslogtreecommitdiff
path: root/test/data/binding/sample.html
blob: a0909789e7ac97ccbf61f9009edaa9ec9a422059 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>This is a title</title>
</head>
<body>
<p>Here is some text with mismatched <b>bold <i>and italic </b>tags</i>. Here's some more text.</p>
</body>
</html>