]> Cypherpunks repositories - gostls13.git/commit
html: parse the contents of <iframe> elements as raw text
authorAndrew Balholm <andybalholm@gmail.com>
Wed, 30 Nov 2011 00:44:54 +0000 (11:44 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 30 Nov 2011 00:44:54 +0000 (11:44 +1100)
commite32f4ba77d920411e916cece41b3a40e0db0a074
tree8c861f198f0179ff5bc4dd246887d8fadb388ea8
parent72a2979ef07e309f1168ed5a5e144ceeddb25472
html: parse the contents of <iframe> elements as raw text

Pass tests5.dat, test 4:
<iframe> <!---> </iframe>x

| <html>
|   <head>
|   <body>
|     <iframe>
|       " <!---> "
|     "x"

Also pass tests through test 9:
<style> <!</-- </style>x

R=nigeltao
CC=golang-dev
https://golang.org/cl/5450044
src/pkg/html/parse_test.go
src/pkg/html/render.go
src/pkg/html/token.go