-
Andrew Balholm authored
The WebKit test data shows attributes as though they were child nodes: <a X>0<b>1<a Y>2 dumps as: | <html> | <head> | <body> | <a> | x="" | "0" | <b> | "1" | <b> | <a> | y="" | "2" So we need to do the same when dumping a tree to compare with it. R=nigeltao CC=golang-dev https://golang.org/cl/5322044
2f3f3aa2
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
testdata/webkit | ||
Makefile | ||
const.go | ||
doc.go | ||
entity.go | ||
entity_test.go | ||
escape.go | ||
node.go | ||
parse.go | ||
parse_test.go | ||
render.go | ||
render_test.go | ||
token.go | ||
token_test.go |