]> Cypherpunks repositories - gostls13.git/commit
html: parse <frameset> inside body
authorAndrew Balholm <andybalholm@gmail.com>
Tue, 3 Jan 2012 22:51:15 +0000 (09:51 +1100)
committerNigel Tao <nigeltao@golang.org>
Tue, 3 Jan 2012 22:51:15 +0000 (09:51 +1100)
commit99fed2be279934f0e4d806833f810a3ac78f0e60
treed0cc1a28d4249b039f533e75e991889d0e5cc3ba
parent7ccd505dc47842c94898f5aed72509c54af22576
html: parse <frameset> inside body

Pass tests6.dat, test 47:
<param><frameset></frameset>

| <html>
|   <head>
|   <frameset>

Also pass remaining tests in tests6.dat.

R=nigeltao
CC=golang-dev
https://golang.org/cl/5489136
src/pkg/html/parse.go
src/pkg/html/parse_test.go