commit | 4d2251967847cf9b710da09525c676a7e733113d | [log] [tgz] |
---|---|---|
author | Andrew Balholm <andybalholm@gmail.com> | Wed Jul 25 12:09:58 2012 +1000 |
committer | Nigel Tao <nigeltao@golang.org> | Wed Jul 25 12:09:58 2012 +1000 |
tree | a5ce5a913ecb0f771747711c3df808605e785f44 | |
parent | 3e980e24c115dba89f53e09d8c597db32a6ffc2e [diff] |
exp/html: allow frameset if body contains whitespace If the body of an HTML document contains text, the <frameset> tag is ignored. But not if the text is only whitespace. Pass 4 additional tests. R=nigeltao CC=golang-dev https://golang.org/cl/6442043