Fix <br> support

This commit is contained in:
Matt Brubeck 2014-08-26 16:58:04 -07:00
parent f5ebd19c01
commit 024ce539fd
5 changed files with 26 additions and 2 deletions

11
src/test/ref/br-ref.html Normal file
View file

@ -0,0 +1,11 @@
<!doctype HTML>
<html>
<head>
<meta charset="UTF-8">
<title>br reference</title>
</head>
<body>
<div>A</div>
<div>B</div>
</body>
</html>