blob: 06b98622b90496a34c5a46f0243c76c3b3abe923 [file] [log] [blame]
html5lib Parser Test
PASS html5lib_tests26.html 6232bd8c710002d3b3c375903a712d05163a821d
PASS html5lib_tests26.html 5e4fff339b6d191d80311bfa258a9b62e063c6aa
PASS html5lib_tests26.html 8695403efa4e413a1ad1f99984a8c0ecba379698
PASS html5lib_tests26.html c3aa0a4f4e81fa4a2fd398c7a7a090d2c3f955f4
PASS html5lib_tests26.html 167bc3c289b234ab99fe96eaa0845682345de48c
PASS html5lib_tests26.html 3dacba9a76b8c454b42b9868252bbb6b68327184
PASS html5lib_tests26.html 8f1c4c0f0eee7b8136934ee18bd3beffbc7f2fe0
PASS html5lib_tests26.html 7369c472433b6dd76585b797fd3708e474601ecc
PASS html5lib_tests26.html c085683feffd9da64f8782545042884173a1d1e3
PASS html5lib_tests26.html be84971ac4a451e91099d225d0315dd17a88b830
PASS html5lib_tests26.html 9d63346ca23dc3ee41e29fe7d8403934bce8c610
PASS html5lib_tests26.html 8434eb9c0c3daf656b3158f5955d07e39ddc6444
PASS html5lib_tests26.html 6c95a99290e309b638b958272686a21486fa561e
PASS html5lib_tests26.html 37d360649a2b092ad05e1be1c9ea65bfec83ca6d
PASS html5lib_tests26.html 8919621ebbd1f4df0fdaacee3e53dc959a2d9235
PASS html5lib_tests26.html 3723d028349cbbc1a5c3f014987bb11c8ba804d0
FAIL html5lib_tests26.html e370b3102af9ba28e24f5c41a08443cdd9dd6d25 assert_equals: expected "#document\n| <html>\n| <head>\n| <body>\n| <svg svg>\n| <p>\n| <foo>" but got "#document\n| <html>\n| <head>\n| <body>\n| <svg svg>\n| <p>\n| <svg foo>"
FAIL html5lib_tests26.html d89064b85cdb1cf0d9e01b0d4618f6f5901533e1 assert_equals: expected "#document\n| <html>\n| <head>\n| <body>\n| <svg svg>\n| <br>\n| <foo>" but got "#document\n| <html>\n| <head>\n| <body>\n| <svg svg>\n| <br>\n| <svg foo>"
FAIL html5lib_tests26.html d22b654495ccbf7ca93f5356e93c828ba65b00dd assert_equals: expected "#document\n| <html>\n| <head>\n| <body>\n| <math math>\n| <p>\n| <foo>" but got "#document\n| <html>\n| <head>\n| <body>\n| <math math>\n| <p>\n| <math foo>"
FAIL html5lib_tests26.html ce65a73998345e8be4da9bccfe2cec9fab57c3be assert_equals: expected "#document\n| <html>\n| <head>\n| <body>\n| <math math>\n| <br>\n| <foo>" but got "#document\n| <html>\n| <head>\n| <body>\n| <math math>\n| <br>\n| <math foo>"
e370b3102af9ba28e24f5c41a08443cdd9dd6d25
Input
<svg></p><foo>
Expected
#document
| <html>
| <head>
| <body>
| <svg svg>
| <p>
| <foo>
Actual
#document
| <html>
| <head>
| <body>
| <svg svg>
| <p>
| <svg foo>
d89064b85cdb1cf0d9e01b0d4618f6f5901533e1
Input
<svg></br><foo>
Expected
#document
| <html>
| <head>
| <body>
| <svg svg>
| <br>
| <foo>
Actual
#document
| <html>
| <head>
| <body>
| <svg svg>
| <br>
| <svg foo>
d22b654495ccbf7ca93f5356e93c828ba65b00dd
Input
<math></p><foo>
Expected
#document
| <html>
| <head>
| <body>
| <math math>
| <p>
| <foo>
Actual
#document
| <html>
| <head>
| <body>
| <math math>
| <p>
| <math foo>
ce65a73998345e8be4da9bccfe2cec9fab57c3be
Input
<math></br><foo>
Expected
#document
| <html>
| <head>
| <body>
| <math math>
| <br>
| <foo>
Actual
#document
| <html>
| <head>
| <body>
| <math math>
| <br>
| <math foo>