haikuwebkit/LayoutTests/html5lib/resources/tests25.dat

221 lines
2.6 KiB
Plaintext
Raw Permalink Normal View History

#data
<!DOCTYPE html><body><foo>A
#errors
Update html5lib test data to latest version https://bugs.webkit.org/show_bug.cgi?id=131588 Patch by Koji Ishii <kojishi@gmail.com> on 2014-04-14 Reviewed by Darin Adler. This patch imports the latest version of the "dat" files from https://github.com/html5lib/html5lib-tests Also updated expected files for failures of new tests. * html5lib/generated/run-adoption01-data-expected.txt: Passes now as a bug in the test was fixed. * html5lib/generated/run-adoption01-write-expected.txt: Supressed new failures. * html5lib/generated/run-inbody01-data-expected.txt: Added. * html5lib/generated/run-inbody01-data.html: Added. * html5lib/generated/run-inbody01-write-expected.txt: Added. * html5lib/generated/run-inbody01-write.html: Added. * html5lib/generated/run-main-element-data-expected.txt: Added. * html5lib/generated/run-main-element-data.html: Added. * html5lib/generated/run-main-element-write-expected.txt: Added. * html5lib/generated/run-main-element-write.html: Added. * html5lib/generated/run-template-data-expected.txt: Supressed new failures. * html5lib/generated/run-template-write-expected.txt: Supressed new failures. * html5lib/generated/run-tests21-data-expected.txt: Supressed new failures. * html5lib/generated/run-tests21-write-expected.txt: Supressed new failures. * html5lib/generated/run-tests25-data-expected.txt: Supressed new failures. * html5lib/generated/run-tests25-write-expected.txt: Supressed new failures. * html5lib/resources/adoption01.dat: * html5lib/resources/adoption02.dat: * html5lib/resources/comments01.dat: * html5lib/resources/doctype01.dat: * html5lib/resources/domjs-unsafe.dat: * html5lib/resources/entities01.dat: * html5lib/resources/entities02.dat: * html5lib/resources/html5test-com.dat: * html5lib/resources/inbody01.dat: * html5lib/resources/isindex.dat: * html5lib/resources/main-element.dat: Added. * html5lib/resources/pending-spec-changes-plain-text-unsafe.dat: * html5lib/resources/pending-spec-changes.dat: * html5lib/resources/plain-text-unsafe.dat: * html5lib/resources/scriptdata01.dat: * html5lib/resources/tables01.dat: * html5lib/resources/template.dat: * html5lib/resources/tests1.dat: * html5lib/resources/tests10.dat: * html5lib/resources/tests14.dat: * html5lib/resources/tests15.dat: * html5lib/resources/tests16.dat: * html5lib/resources/tests17.dat: * html5lib/resources/tests18.dat: * html5lib/resources/tests19.dat: * html5lib/resources/tests2.dat: * html5lib/resources/tests20.dat: * html5lib/resources/tests21.dat: * html5lib/resources/tests22.dat: * html5lib/resources/tests23.dat: * html5lib/resources/tests25.dat: * html5lib/resources/tests26.dat: * html5lib/resources/tests3.dat: * html5lib/resources/tests4.dat: * html5lib/resources/tests5.dat: * html5lib/resources/tests6.dat: * html5lib/resources/tests7.dat: * html5lib/resources/tests8.dat: * html5lib/resources/tests9.dat: * html5lib/resources/tests_innerHTML_1.dat: * html5lib/resources/tricky01.dat: * html5lib/resources/webkit01.dat: * html5lib/resources/webkit02.dat: Canonical link: https://commits.webkit.org/149680@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@167213 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2014-04-14 07:19:39 +00:00
(1,27): expected-closing-tag-but-got-eof
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <foo>
| "A"
#data
<!DOCTYPE html><body><area>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <area>
| "A"
#data
<!DOCTYPE html><body><base>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <base>
| "A"
#data
<!DOCTYPE html><body><basefont>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <basefont>
| "A"
#data
<!DOCTYPE html><body><bgsound>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <bgsound>
| "A"
#data
<!DOCTYPE html><body><br>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <br>
| "A"
#data
<!DOCTYPE html><body><col>A
#errors
Update html5lib test data to latest version https://bugs.webkit.org/show_bug.cgi?id=131588 Patch by Koji Ishii <kojishi@gmail.com> on 2014-04-14 Reviewed by Darin Adler. This patch imports the latest version of the "dat" files from https://github.com/html5lib/html5lib-tests Also updated expected files for failures of new tests. * html5lib/generated/run-adoption01-data-expected.txt: Passes now as a bug in the test was fixed. * html5lib/generated/run-adoption01-write-expected.txt: Supressed new failures. * html5lib/generated/run-inbody01-data-expected.txt: Added. * html5lib/generated/run-inbody01-data.html: Added. * html5lib/generated/run-inbody01-write-expected.txt: Added. * html5lib/generated/run-inbody01-write.html: Added. * html5lib/generated/run-main-element-data-expected.txt: Added. * html5lib/generated/run-main-element-data.html: Added. * html5lib/generated/run-main-element-write-expected.txt: Added. * html5lib/generated/run-main-element-write.html: Added. * html5lib/generated/run-template-data-expected.txt: Supressed new failures. * html5lib/generated/run-template-write-expected.txt: Supressed new failures. * html5lib/generated/run-tests21-data-expected.txt: Supressed new failures. * html5lib/generated/run-tests21-write-expected.txt: Supressed new failures. * html5lib/generated/run-tests25-data-expected.txt: Supressed new failures. * html5lib/generated/run-tests25-write-expected.txt: Supressed new failures. * html5lib/resources/adoption01.dat: * html5lib/resources/adoption02.dat: * html5lib/resources/comments01.dat: * html5lib/resources/doctype01.dat: * html5lib/resources/domjs-unsafe.dat: * html5lib/resources/entities01.dat: * html5lib/resources/entities02.dat: * html5lib/resources/html5test-com.dat: * html5lib/resources/inbody01.dat: * html5lib/resources/isindex.dat: * html5lib/resources/main-element.dat: Added. * html5lib/resources/pending-spec-changes-plain-text-unsafe.dat: * html5lib/resources/pending-spec-changes.dat: * html5lib/resources/plain-text-unsafe.dat: * html5lib/resources/scriptdata01.dat: * html5lib/resources/tables01.dat: * html5lib/resources/template.dat: * html5lib/resources/tests1.dat: * html5lib/resources/tests10.dat: * html5lib/resources/tests14.dat: * html5lib/resources/tests15.dat: * html5lib/resources/tests16.dat: * html5lib/resources/tests17.dat: * html5lib/resources/tests18.dat: * html5lib/resources/tests19.dat: * html5lib/resources/tests2.dat: * html5lib/resources/tests20.dat: * html5lib/resources/tests21.dat: * html5lib/resources/tests22.dat: * html5lib/resources/tests23.dat: * html5lib/resources/tests25.dat: * html5lib/resources/tests26.dat: * html5lib/resources/tests3.dat: * html5lib/resources/tests4.dat: * html5lib/resources/tests5.dat: * html5lib/resources/tests6.dat: * html5lib/resources/tests7.dat: * html5lib/resources/tests8.dat: * html5lib/resources/tests9.dat: * html5lib/resources/tests_innerHTML_1.dat: * html5lib/resources/tricky01.dat: * html5lib/resources/webkit01.dat: * html5lib/resources/webkit02.dat: Canonical link: https://commits.webkit.org/149680@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@167213 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2014-04-14 07:19:39 +00:00
(1,26): unexpected-start-tag-ignored
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| "A"
#data
<!DOCTYPE html><body><command>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <command>
Update html5lib test data to latest version https://bugs.webkit.org/show_bug.cgi?id=131588 Patch by Koji Ishii <kojishi@gmail.com> on 2014-04-14 Reviewed by Darin Adler. This patch imports the latest version of the "dat" files from https://github.com/html5lib/html5lib-tests Also updated expected files for failures of new tests. * html5lib/generated/run-adoption01-data-expected.txt: Passes now as a bug in the test was fixed. * html5lib/generated/run-adoption01-write-expected.txt: Supressed new failures. * html5lib/generated/run-inbody01-data-expected.txt: Added. * html5lib/generated/run-inbody01-data.html: Added. * html5lib/generated/run-inbody01-write-expected.txt: Added. * html5lib/generated/run-inbody01-write.html: Added. * html5lib/generated/run-main-element-data-expected.txt: Added. * html5lib/generated/run-main-element-data.html: Added. * html5lib/generated/run-main-element-write-expected.txt: Added. * html5lib/generated/run-main-element-write.html: Added. * html5lib/generated/run-template-data-expected.txt: Supressed new failures. * html5lib/generated/run-template-write-expected.txt: Supressed new failures. * html5lib/generated/run-tests21-data-expected.txt: Supressed new failures. * html5lib/generated/run-tests21-write-expected.txt: Supressed new failures. * html5lib/generated/run-tests25-data-expected.txt: Supressed new failures. * html5lib/generated/run-tests25-write-expected.txt: Supressed new failures. * html5lib/resources/adoption01.dat: * html5lib/resources/adoption02.dat: * html5lib/resources/comments01.dat: * html5lib/resources/doctype01.dat: * html5lib/resources/domjs-unsafe.dat: * html5lib/resources/entities01.dat: * html5lib/resources/entities02.dat: * html5lib/resources/html5test-com.dat: * html5lib/resources/inbody01.dat: * html5lib/resources/isindex.dat: * html5lib/resources/main-element.dat: Added. * html5lib/resources/pending-spec-changes-plain-text-unsafe.dat: * html5lib/resources/pending-spec-changes.dat: * html5lib/resources/plain-text-unsafe.dat: * html5lib/resources/scriptdata01.dat: * html5lib/resources/tables01.dat: * html5lib/resources/template.dat: * html5lib/resources/tests1.dat: * html5lib/resources/tests10.dat: * html5lib/resources/tests14.dat: * html5lib/resources/tests15.dat: * html5lib/resources/tests16.dat: * html5lib/resources/tests17.dat: * html5lib/resources/tests18.dat: * html5lib/resources/tests19.dat: * html5lib/resources/tests2.dat: * html5lib/resources/tests20.dat: * html5lib/resources/tests21.dat: * html5lib/resources/tests22.dat: * html5lib/resources/tests23.dat: * html5lib/resources/tests25.dat: * html5lib/resources/tests26.dat: * html5lib/resources/tests3.dat: * html5lib/resources/tests4.dat: * html5lib/resources/tests5.dat: * html5lib/resources/tests6.dat: * html5lib/resources/tests7.dat: * html5lib/resources/tests8.dat: * html5lib/resources/tests9.dat: * html5lib/resources/tests_innerHTML_1.dat: * html5lib/resources/tricky01.dat: * html5lib/resources/webkit01.dat: * html5lib/resources/webkit02.dat: Canonical link: https://commits.webkit.org/149680@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@167213 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2014-04-14 07:19:39 +00:00
| "A"
#data
<!DOCTYPE html><body><embed>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <embed>
| "A"
#data
<!DOCTYPE html><body><frame>A
#errors
Update html5lib test data to latest version https://bugs.webkit.org/show_bug.cgi?id=131588 Patch by Koji Ishii <kojishi@gmail.com> on 2014-04-14 Reviewed by Darin Adler. This patch imports the latest version of the "dat" files from https://github.com/html5lib/html5lib-tests Also updated expected files for failures of new tests. * html5lib/generated/run-adoption01-data-expected.txt: Passes now as a bug in the test was fixed. * html5lib/generated/run-adoption01-write-expected.txt: Supressed new failures. * html5lib/generated/run-inbody01-data-expected.txt: Added. * html5lib/generated/run-inbody01-data.html: Added. * html5lib/generated/run-inbody01-write-expected.txt: Added. * html5lib/generated/run-inbody01-write.html: Added. * html5lib/generated/run-main-element-data-expected.txt: Added. * html5lib/generated/run-main-element-data.html: Added. * html5lib/generated/run-main-element-write-expected.txt: Added. * html5lib/generated/run-main-element-write.html: Added. * html5lib/generated/run-template-data-expected.txt: Supressed new failures. * html5lib/generated/run-template-write-expected.txt: Supressed new failures. * html5lib/generated/run-tests21-data-expected.txt: Supressed new failures. * html5lib/generated/run-tests21-write-expected.txt: Supressed new failures. * html5lib/generated/run-tests25-data-expected.txt: Supressed new failures. * html5lib/generated/run-tests25-write-expected.txt: Supressed new failures. * html5lib/resources/adoption01.dat: * html5lib/resources/adoption02.dat: * html5lib/resources/comments01.dat: * html5lib/resources/doctype01.dat: * html5lib/resources/domjs-unsafe.dat: * html5lib/resources/entities01.dat: * html5lib/resources/entities02.dat: * html5lib/resources/html5test-com.dat: * html5lib/resources/inbody01.dat: * html5lib/resources/isindex.dat: * html5lib/resources/main-element.dat: Added. * html5lib/resources/pending-spec-changes-plain-text-unsafe.dat: * html5lib/resources/pending-spec-changes.dat: * html5lib/resources/plain-text-unsafe.dat: * html5lib/resources/scriptdata01.dat: * html5lib/resources/tables01.dat: * html5lib/resources/template.dat: * html5lib/resources/tests1.dat: * html5lib/resources/tests10.dat: * html5lib/resources/tests14.dat: * html5lib/resources/tests15.dat: * html5lib/resources/tests16.dat: * html5lib/resources/tests17.dat: * html5lib/resources/tests18.dat: * html5lib/resources/tests19.dat: * html5lib/resources/tests2.dat: * html5lib/resources/tests20.dat: * html5lib/resources/tests21.dat: * html5lib/resources/tests22.dat: * html5lib/resources/tests23.dat: * html5lib/resources/tests25.dat: * html5lib/resources/tests26.dat: * html5lib/resources/tests3.dat: * html5lib/resources/tests4.dat: * html5lib/resources/tests5.dat: * html5lib/resources/tests6.dat: * html5lib/resources/tests7.dat: * html5lib/resources/tests8.dat: * html5lib/resources/tests9.dat: * html5lib/resources/tests_innerHTML_1.dat: * html5lib/resources/tricky01.dat: * html5lib/resources/webkit01.dat: * html5lib/resources/webkit02.dat: Canonical link: https://commits.webkit.org/149680@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@167213 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2014-04-14 07:19:39 +00:00
(1,28): unexpected-start-tag-ignored
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| "A"
#data
<!DOCTYPE html><body><hr>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <hr>
| "A"
#data
<!DOCTYPE html><body><img>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <img>
| "A"
#data
<!DOCTYPE html><body><input>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <input>
| "A"
#data
<!DOCTYPE html><body><keygen>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <keygen>
| "A"
#data
<!DOCTYPE html><body><link>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <link>
| "A"
#data
<!DOCTYPE html><body><meta>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <meta>
| "A"
#data
<!DOCTYPE html><body><param>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <param>
| "A"
#data
<!DOCTYPE html><body><source>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <source>
| "A"
#data
<!DOCTYPE html><body><track>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <track>
| "A"
#data
<!DOCTYPE html><body><wbr>A
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <wbr>
| "A"