commit | 820523d09186bd9c7078338803e41c8592158110 | [log] [tgz] |
---|---|---|
author | Andrew Balholm <andybalholm@gmail.com> | Wed Nov 09 19:18:26 2011 +1100 |
committer | Nigel Tao <nigeltao@golang.org> | Wed Nov 09 19:18:26 2011 +1100 |
tree | 88564f4551144e1d5d1640cf15433eb048cf555f | |
parent | 929070ee621603ca0d71ffeae6d2d2893813023f [diff] |
html: correctly parse </html> in <head> element. Pass tests1.dat, test 92: <head></html><meta><p> | <html> | <head> | <body> | <meta> | <p> Also pass tests through test 98: <p><b><div><marquee></p></b></div> R=nigeltao CC=golang-dev https://golang.org/cl/5359054