mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
1. git clone git@github.com:html5lib/html5lib-tests.git && git checkout 88b8ee967f9f6f42fcd84c65af774860a70ecf3c 2. cp -Rv html5lib-tests/tree-construction/ into testdata/webkit 3. Drop unpassed following changes: testdata/webkit/foreign-fragment.dat testdata/webkit/isindex.dat testdata/webkit/main-element.dat testdata/webkit/menuitem-element.dat testdata/webkit/tests11.dat testdata/webkit/tests16.dat testdata/webkit/tests19.dat testdata/webkit/tests25.dat testdata/webkit/tests5.dat testdata/webkit/webkit02.dat Change-Id: Ie60b6e24751a1efb83caf326b7e42f0517ec6b96 Reviewed-on: https://go-review.googlesource.com/c/net/+/205617 Run-TryBot: Kunpei Sakai <namusyaka@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Nigel Tao <nigeltao@golang.org>
793 lines
12 KiB
Plaintext
793 lines
12 KiB
Plaintext
#data
|
||
FOO>BAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO>BAR"
|
||
|
||
#data
|
||
FOO>BAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,6): named-entity-without-semicolon
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO>BAR"
|
||
|
||
#data
|
||
FOO> BAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,6): named-entity-without-semicolon
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO> BAR"
|
||
|
||
#data
|
||
FOO>;;BAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO>;;BAR"
|
||
|
||
#data
|
||
I'm ¬it; I tell you
|
||
#errors
|
||
(1,4): expected-doctype-but-got-chars
|
||
(1,9): named-entity-without-semicolon
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "I'm ¬it; I tell you"
|
||
|
||
#data
|
||
I'm ∉ I tell you
|
||
#errors
|
||
(1,4): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "I'm ∉ I tell you"
|
||
|
||
#data
|
||
FOO& BAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO& BAR"
|
||
|
||
#data
|
||
FOO&<BAR>
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,9): expected-closing-tag-but-got-eof
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO&"
|
||
| <bar>
|
||
|
||
#data
|
||
FOO&&&>BAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO&&&>BAR"
|
||
|
||
#data
|
||
FOO)BAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO)BAR"
|
||
|
||
#data
|
||
FOOABAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOABAR"
|
||
|
||
#data
|
||
FOOABAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOABAR"
|
||
|
||
#data
|
||
FOO&#BAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,5): expected-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO&#BAR"
|
||
|
||
#data
|
||
FOO&#ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,5): expected-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO&#ZOO"
|
||
|
||
#data
|
||
FOOºR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,7): expected-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOºR"
|
||
|
||
#data
|
||
FOO&#xZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,6): expected-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO&#xZOO"
|
||
|
||
#data
|
||
FOO&#XZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,6): expected-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO&#XZOO"
|
||
|
||
#data
|
||
FOO)BAR
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,7): numeric-entity-without-semicolon
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO)BAR"
|
||
|
||
#data
|
||
FOO䆺R
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,10): numeric-entity-without-semicolon
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO䆺R"
|
||
|
||
#data
|
||
FOOAZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,8): numeric-entity-without-semicolon
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOAZOO"
|
||
|
||
#data
|
||
FOO�ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>ZOO"
|
||
|
||
#data
|
||
FOOxZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOxZOO"
|
||
|
||
#data
|
||
FOOyZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOyZOO"
|
||
|
||
#data
|
||
FOO€ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO€ZOO"
|
||
|
||
#data
|
||
FOOZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOZOO"
|
||
|
||
#data
|
||
FOO‚ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO‚ZOO"
|
||
|
||
#data
|
||
FOOƒZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOƒZOO"
|
||
|
||
#data
|
||
FOO„ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO„ZOO"
|
||
|
||
#data
|
||
FOO…ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO…ZOO"
|
||
|
||
#data
|
||
FOO†ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO†ZOO"
|
||
|
||
#data
|
||
FOO‡ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO‡ZOO"
|
||
|
||
#data
|
||
FOOˆZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOˆZOO"
|
||
|
||
#data
|
||
FOO‰ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO‰ZOO"
|
||
|
||
#data
|
||
FOOŠZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOŠZOO"
|
||
|
||
#data
|
||
FOO‹ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO‹ZOO"
|
||
|
||
#data
|
||
FOOŒZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOŒZOO"
|
||
|
||
#data
|
||
FOOZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOZOO"
|
||
|
||
#data
|
||
FOOŽZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOŽZOO"
|
||
|
||
#data
|
||
FOOZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOZOO"
|
||
|
||
#data
|
||
FOOZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOZOO"
|
||
|
||
#data
|
||
FOO‘ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO‘ZOO"
|
||
|
||
#data
|
||
FOO’ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO’ZOO"
|
||
|
||
#data
|
||
FOO“ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO“ZOO"
|
||
|
||
#data
|
||
FOO”ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO”ZOO"
|
||
|
||
#data
|
||
FOO•ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO•ZOO"
|
||
|
||
#data
|
||
FOO–ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO–ZOO"
|
||
|
||
#data
|
||
FOO—ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO—ZOO"
|
||
|
||
#data
|
||
FOO˜ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO˜ZOO"
|
||
|
||
#data
|
||
FOO™ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO™ZOO"
|
||
|
||
#data
|
||
FOOšZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOšZOO"
|
||
|
||
#data
|
||
FOO›ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO›ZOO"
|
||
|
||
#data
|
||
FOOœZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOœZOO"
|
||
|
||
#data
|
||
FOOZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOZOO"
|
||
|
||
#data
|
||
FOOžZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOžZOO"
|
||
|
||
#data
|
||
FOOŸZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOŸZOO"
|
||
|
||
#data
|
||
FOO ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO ZOO"
|
||
|
||
#data
|
||
FOO퟿ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOZOO"
|
||
|
||
#data
|
||
FOO�ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>ZOO"
|
||
|
||
#data
|
||
FOO�ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>ZOO"
|
||
|
||
#data
|
||
FOO�ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>ZOO"
|
||
|
||
#data
|
||
FOO�ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,11): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>ZOO"
|
||
|
||
#data
|
||
FOOZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOZOO"
|
||
|
||
#data
|
||
FOOZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,13): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOZOO"
|
||
|
||
#data
|
||
FOO􈟔ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOZOO"
|
||
|
||
#data
|
||
FOOZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,13): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOOZOO"
|
||
|
||
#data
|
||
FOO�ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,13): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>ZOO"
|
||
|
||
#data
|
||
FOO�ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,13): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>ZOO"
|
||
|
||
#data
|
||
FOO�
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,13): illegal-codepoint-for-numeric-entity
|
||
(1,13): eof-in-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>"
|
||
|
||
#data
|
||
FOO�
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,13): illegal-codepoint-for-numeric-entity
|
||
(1,13): eof-in-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>"
|
||
|
||
#data
|
||
FOO�
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,13): illegal-codepoint-for-numeric-entity
|
||
(1,13): eof-in-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>"
|
||
|
||
#data
|
||
FOO�ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,13): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>ZOO"
|
||
|
||
#data
|
||
FOO�ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,13): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>ZOO"
|
||
|
||
#data
|
||
FOO�ZOO
|
||
#errors
|
||
(1,3): expected-doctype-but-got-chars
|
||
(1,13): illegal-codepoint-for-numeric-entity
|
||
#document
|
||
| <html>
|
||
| <head>
|
||
| <body>
|
||
| "FOO<4F>ZOO"
|