Descriptionhtml: properly close <marquee> elements.
Pass tests1.dat, test 80:
<a href=a>aa<marquee>aa<a href=b>bb</marquee>aa
| <html>
| <head>
| <body>
| <a>
| href="a"
| "aa"
| <marquee>
| "aa"
| <a>
| href="b"
| "bb"
| "aa"
Also pass tests through test 82:
<!DOCTYPE html><spacer>foo
Patch Set 1 #Patch Set 2 : diff -r c35eeb1599e9 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r c35eeb1599e9 https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|