Files
golang.net/html/testdata/webkit/svg.dat
Kunpei Sakai 28c70e62bb html: port html5lib tests from html5lib/html5lib-tests
To reproduce this, execute following steps in order:

1. git clone git@github.com:html5lib/html5lib-tests.git && git checkout 6ddcf58bea5a01e616911050c173622f84297211
2. cp -Rv html5lib-tests/tree-construction/ testdata/webkit

Change-Id: Id32798b1ff881afad82d87c2fef0841e5223c7e6
Reviewed-on: https://go-review.googlesource.com/c/net/+/263397
Trust: Kunpei Sakai <namusyaka@gmail.com>
Trust: Nigel Tao <nigeltao@golang.org>
Run-TryBot: Kunpei Sakai <namusyaka@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2020-10-29 22:17:08 +00:00

82 lines
1004 B
Plaintext

#data
<svg><tr><td><title><tr>
#errors
#document-fragment
td
#document
| <svg svg>
| <svg tr>
| <svg td>
| <svg title>
#data
<svg><tr><td><title><tr>
#errors
#document-fragment
tr
#document
| <svg svg>
| <svg tr>
| <svg td>
| <svg title>
#data
<svg><thead><title><tbody>
#errors
#document-fragment
thead
#document
| <svg svg>
| <svg thead>
| <svg title>
#data
<svg><tfoot><title><tbody>
#errors
#document-fragment
tfoot
#document
| <svg svg>
| <svg tfoot>
| <svg title>
#data
<svg><tbody><title><tfoot>
#errors
#document-fragment
tbody
#document
| <svg svg>
| <svg tbody>
| <svg title>
#data
<svg><tbody><title></table>
#errors
#document-fragment
tbody
#document
| <svg svg>
| <svg tbody>
| <svg title>
#data
<svg><thead><title></table>
#errors
#document-fragment
tbody
#document
| <svg svg>
| <svg thead>
| <svg title>
#data
<svg><tfoot><title></table>
#errors
#document-fragment
tbody
#document
| <svg svg>
| <svg tfoot>
| <svg title>