Changeset 62237 in webkit


Ignore:
Timestamp:
Jul 1, 2010 1:20:01 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-07-01 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

Make html5lib/runner dump failure details by default
https://bugs.webkit.org/show_bug.cgi?id=41436

This makes it much easier to see our result changes
in patch reviews. Especially when we change behavior
but don't necessarily fix entire subtests.

This patch was previously rolled out due to a bogus comment
in tests1.dat causing a EOF (null) to be emitted in the
results, causing diff to treat the file as binary (and thus
make it impossible to see differences).

The EOF/NULL bug was resolved by bug 41439, so relanding.

  • html5lib/runner-expected-html5.txt:
  • html5lib/runner-expected.txt:
  • html5lib/runner.html:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r62233 r62237  
     12010-07-01  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Make html5lib/runner dump failure details by default
     6        https://bugs.webkit.org/show_bug.cgi?id=41436
     7
     8        This makes it much easier to see our result changes
     9        in patch reviews.  Especially when we change behavior
     10        but don't necessarily fix entire subtests.
     11
     12        This patch was previously rolled out due to a bogus comment
     13        in tests1.dat causing a EOF (null) to be emitted in the
     14        results, causing diff to treat the file as binary (and thus
     15        make it impossible to see differences).
     16
     17        The EOF/NULL bug was resolved by bug 41439, so relanding.
     18
     19        * html5lib/runner-expected-html5.txt:
     20        * html5lib/runner-expected.txt:
     21        * html5lib/runner.html:
     22
    1232010-07-01  Adam Barth  <abarth@webkit.org>
    224
  • trunk/LayoutTests/html5lib/runner-expected-html5.txt

    r62232 r62237  
    191933
    202034
    21 41
    222150
    232251
     
    6968112
    7069
     70Test 2 of 113 in resources/tests1.dat failed. Input:
     71<p>One<p>Two
     72Got:
     73| <html>
     74|   <head>
     75|   <body>
     76|     <p>
     77|       "One"
     78|       <p>
     79|         "Two"
     80Expected:
     81| <html>
     82|   <head>
     83|   <body>
     84|     <p>
     85|       "One"
     86|     <p>
     87|       "Two"
     88
     89Test 20 of 113 in resources/tests1.dat failed. Input:
     90<b><table><td><i></table>
     91Got:
     92| <html>
     93|   <head>
     94|   <body>
     95|     <b>
     96|       <table>
     97Expected:
     98| <html>
     99|   <head>
     100|   <body>
     101|     <b>
     102|       <table>
     103|         <tbody>
     104|           <tr>
     105|             <td>
     106|               <i>
     107
     108Test 21 of 113 in resources/tests1.dat failed. Input:
     109<b><table><td></b><i></table>X
     110Got:
     111| <html>
     112|   <head>
     113|   <body>
     114|     <b>
     115|       <table>
     116Expected:
     117| <html>
     118|   <head>
     119|   <body>
     120|     <b>
     121|       <table>
     122|         <tbody>
     123|           <tr>
     124|             <td>
     125|               <i>
     126|       "X"
     127
     128Test 22 of 113 in resources/tests1.dat failed. Input:
     129<h1>Hello<h2>World
     130Got:
     131| <html>
     132|   <head>
     133|   <body>
     134|     <h1>
     135|       "Hello"
     136|       <h2>
     137|         "World"
     138Expected:
     139| <html>
     140|   <head>
     141|   <body>
     142|     <h1>
     143|       "Hello"
     144|     <h2>
     145|       "World"
     146
     147Test 23 of 113 in resources/tests1.dat failed. Input:
     148<a><p>X<a>Y</a>Z</p></a>
     149Got:
     150| <html>
     151|   <head>
     152|   <body>
     153|     <a>
     154|       <p>
     155|         "X"
     156|         <a>
     157|           <a>
     158|             "Y"
     159|             "Z"
     160Expected:
     161| <html>
     162|   <head>
     163|   <body>
     164|     <a>
     165|     <p>
     166|       <a>
     167|         "X"
     168|       <a>
     169|         "Y"
     170|       "Z"
     171
     172Test 24 of 113 in resources/tests1.dat failed. Input:
     173<b><button></b></button></b>
     174Got:
     175| <html>
     176|   <head>
     177|   <body>
     178|     <b>
     179|       <b>
     180|         <button>
     181Expected:
     182| <html>
     183|   <head>
     184|   <body>
     185|     <b>
     186|       <button>
     187
     188Test 25 of 113 in resources/tests1.dat failed. Input:
     189<p><b><div><marquee></p></b></div>X
     190Got:
     191| <html>
     192|   <head>
     193|   <body>
     194|     <p>
     195|       <b>
     196|         <div>
     197|           <b>
     198|             <marquee>
     199|               "X"
     200Expected:
     201| <html>
     202|   <head>
     203|   <body>
     204|     <p>
     205|       <b>
     206|     <div>
     207|       <b>
     208|         <marquee>
     209|           <p>
     210|           "X"
     211
     212Test 26 of 113 in resources/tests1.dat failed. Input:
     213<script><div></script></div><title><p></title><p><p>
     214Got:
     215| <html>
     216|   <head>
     217|     <script>
     218|       "<div>"
     219|     <title>
     220|       "<p>"
     221|   <body>
     222|     <p>
     223|       <p>
     224Expected:
     225| <html>
     226|   <head>
     227|     <script>
     228|       "<div>"
     229|     <title>
     230|       "<p>"
     231|   <body>
     232|     <p>
     233|     <p>
     234
     235Test 28 of 113 in resources/tests1.dat failed. Input:
     236<p><hr></p>
     237Got:
     238| <html>
     239|   <head>
     240|   <body>
     241|     <p>
     242|       <hr>
     243Expected:
     244| <html>
     245|   <head>
     246|   <body>
     247|     <p>
     248|     <hr>
     249|     <p>
     250
     251Test 29 of 113 in resources/tests1.dat failed. Input:
     252<select><b><option><select><option></b></select>X
     253Got:
     254| <html>
     255|   <head>
     256|   <body>
     257|     <select>
     258Expected:
     259| <html>
     260|   <head>
     261|   <body>
     262|     <select>
     263|       <option>
     264|     <option>
     265|       "X"
     266
     267Test 30 of 113 in resources/tests1.dat failed. Input:
     268<a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y
     269Got:
     270| <html>
     271|   <head>
     272|   <body>
     273|     <a>
     274|       <table>
     275Expected:
     276| <html>
     277|   <head>
     278|   <body>
     279|     <a>
     280|       <a>
     281|       <table>
     282|         <tbody>
     283|           <tr>
     284|             <td>
     285|               <a>
     286|                 <table>
     287|               <a>
     288|     <a>
     289|       <b>
     290|         "X"
     291|       "C"
     292|     <a>
     293|       "Y"
     294
     295Test 31 of 113 in resources/tests1.dat failed. Input:
     296<a X>0<b>1<a Y>2
     297Got:
     298| <html>
     299|   <head>
     300|   <body>
     301|     <a>
     302|       x=""
     303|       "0"
     304|       <a>
     305|         <b>
     306|           "1"
     307|           <b>
     308|             <a>
     309|               y=""
     310|               "2"
     311Expected:
     312| <html>
     313|   <head>
     314|   <body>
     315|     <a>
     316|       x=""
     317|       "0"
     318|       <b>
     319|         "1"
     320|     <b>
     321|       <a>
     322|         y=""
     323|         "2"
     324
     325Test 32 of 113 in resources/tests1.dat failed. Input:
     326<!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->
     327Got:
     328| <!-- -- -->
     329| <html>
     330|   <head>
     331|   <body>
     332|     <font>
     333|       <div>
     334|         "hello"
     335|         <table>
     336|           <!-- X -->
     337Expected:
     338| <!-- - -->
     339| <html>
     340|   <head>
     341|   <body>
     342|     <font>
     343|       <div>
     344|         "helloexcite!"
     345|         <b>
     346|           "me!"
     347|         <table>
     348|           <tbody>
     349|             <tr>
     350|               <th>
     351|                 <i>
     352|                   "please!"
     353|             <!-- X -->
     354
     355Test 33 of 113 in resources/tests1.dat failed. Input:
     356<!DOCTYPE html><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->
     357Got:
     358| <!DOCTYPE html>
     359| <html>
     360|   <head>
     361|   <body>
     362|     <li>
     363|       "hello"
     364|       <li>
     365|         "world"
     366|         <ul>
     367|           "how"
     368|           <li>
     369|             "do"
     370|         "you"
     371|         <!-- do -->
     372Expected:
     373| <!DOCTYPE html>
     374| <html>
     375|   <head>
     376|   <body>
     377|     <li>
     378|       "hello"
     379|     <li>
     380|       "world"
     381|       <ul>
     382|         "how"
     383|         <li>
     384|           "do"
     385|       "you"
     386|   <!-- do -->
     387
     388Test 34 of 113 in resources/tests1.dat failed. Input:
     389<!DOCTYPE html>A<option>B<optgroup>C<select>D</option>E
     390Got:
     391| <!DOCTYPE html>
     392| <html>
     393|   <head>
     394|   <body>
     395|     "A"
     396|     <option>
     397|       "B"
     398|       <optgroup>
     399|         "C"
     400|         <select>
     401Expected:
     402| <!DOCTYPE html>
     403| <html>
     404|   <head>
     405|   <body>
     406|     "A"
     407|     <option>
     408|       "B"
     409|     <optgroup>
     410|       "C"
     411|       <select>
     412|         "DE"
     413
     414Test 50 of 113 in resources/tests1.dat failed. Input:
     415<!DOCTYPE html><script> <!-- </script> --> </script> EOF
     416Got:
     417| <!DOCTYPE html>
     418| <html>
     419|   <head>
     420|     <script>
     421|       " <!-- "
     422|   <body>
     423|     " --> "
     424|     " EOF"
     425Expected:
     426| <!DOCTYPE html>
     427| <html>
     428|   <head>
     429|     <script>
     430|       " <!-- "
     431|     " "
     432|   <body>
     433|     "-->  EOF"
     434
     435Test 51 of 113 in resources/tests1.dat failed. Input:
     436<b><p></b>TEST
     437Got:
     438| <html>
     439|   <head>
     440|   <body>
     441|     <b>
     442|       <p>
     443|         "TEST"
     444Expected:
     445| <html>
     446|   <head>
     447|   <body>
     448|     <b>
     449|     <p>
     450|       <b>
     451|       "TEST"
     452
     453Test 52 of 113 in resources/tests1.dat failed. Input:
     454<p id=a><b><p id=b></b>TEST
     455Got:
     456| <html>
     457|   <head>
     458|   <body>
     459|     <p>
     460|       id="a"
     461|       <b>
     462|         <p>
     463|           id="b"
     464|           "TEST"
     465Expected:
     466| <html>
     467|   <head>
     468|   <body>
     469|     <p>
     470|       id="a"
     471|       <b>
     472|     <p>
     473|       id="b"
     474|       "TEST"
     475
     476Test 53 of 113 in resources/tests1.dat failed. Input:
     477<b id=a><p><b id=b></p></b>TEST
     478Got:
     479| <html>
     480|   <head>
     481|   <body>
     482|     <b>
     483|       id="a"
     484|       <p>
     485|         <b>
     486|           <b>
     487|             id="b"
     488|       "TEST"
     489Expected:
     490| <html>
     491|   <head>
     492|   <body>
     493|     <b>
     494|       id="a"
     495|       <p>
     496|         <b>
     497|           id="b"
     498|       "TEST"
     499
     500Test 56 of 113 in resources/tests1.dat failed. Input:
     501<font><p>hello<b>cruel</font>world
     502Got:
     503| <html>
     504|   <head>
     505|   <body>
     506|     <font>
     507|       <p>
     508|         "hello"
     509|         <font>
     510|           <b>
     511|             "cruel"
     512|             "world"
     513Expected:
     514| <html>
     515|   <head>
     516|   <body>
     517|     <font>
     518|     <p>
     519|       <font>
     520|         "hello"
     521|         <b>
     522|           "cruel"
     523|       <b>
     524|         "world"
     525
     526Test 57 of 113 in resources/tests1.dat failed. Input:
     527<b>Test</i>Test
     528Got:
     529| <html>
     530|   <head>
     531|   <body>
     532|     <b>
     533|       "Test"
     534|       "Test"
     535Expected:
     536| <html>
     537|   <head>
     538|   <body>
     539|     <b>
     540|       "TestTest"
     541
     542Test 58 of 113 in resources/tests1.dat failed. Input:
     543<b>A<cite>B<div>C
     544Got:
     545| <html>
     546|   <head>
     547|   <body>
     548|     <b>
     549|       "A"
     550|       <b>
     551|         <cite>
     552|           "B"
     553|           <div>
     554|             "C"
     555Expected:
     556| <html>
     557|   <head>
     558|   <body>
     559|     <b>
     560|       "A"
     561|       <cite>
     562|         "B"
     563|         <div>
     564|           "C"
     565
     566Test 59 of 113 in resources/tests1.dat failed. Input:
     567<b>A<cite>B<div>C</cite>D
     568Got:
     569| <html>
     570|   <head>
     571|   <body>
     572|     <b>
     573|       "A"
     574|       <b>
     575|         <cite>
     576|           "B"
     577|           <div>
     578|             "C"
     579|         "D"
     580Expected:
     581| <html>
     582|   <head>
     583|   <body>
     584|     <b>
     585|       "A"
     586|       <cite>
     587|         "B"
     588|         <div>
     589|           "CD"
     590
     591Test 60 of 113 in resources/tests1.dat failed. Input:
     592<b>A<cite>B<div>C</b>D
     593Got:
     594| <html>
     595|   <head>
     596|   <body>
     597|     <b>
     598|       "A"
     599|       <b>
     600|         <cite>
     601|           "B"
     602|           <div>
     603|             "C"
     604|             "D"
     605Expected:
     606| <html>
     607|   <head>
     608|   <body>
     609|     <b>
     610|       "A"
     611|       <cite>
     612|         "B"
     613|     <div>
     614|       <b>
     615|         "C"
     616|       "D"
     617
     618Test 61 of 113 in resources/tests1.dat failed. Input:
     619<cite><b><cite><i><cite><i><cite><i><div>X</b>TEST
     620Got:
     621| <html>
     622|   <head>
     623|   <body>
     624|     <cite>
     625|       <b>
     626|         <b>
     627|           <cite>
     628|             <b>
     629|               <i>
     630|                 <i>
     631|                   <cite>
     632|                     <i>
     633|                       <i>
     634|                         <i>
     635|                           <cite>
     636|                             <i>
     637|                               <i>
     638|                                 <div>
     639|                                   "X"
     640|                                   "TEST"
     641Expected:
     642| <html>
     643|   <head>
     644|   <body>
     645|     <cite>
     646|       <b>
     647|         <cite>
     648|           <i>
     649|             <cite>
     650|               <i>
     651|                 <cite>
     652|                   <i>
     653|       <i>
     654|         <i>
     655|           <i>
     656|             <div>
     657|               <b>
     658|                 "X"
     659|               "TEST"
     660
     661Test 67 of 113 in resources/tests1.dat failed. Input:
     662<DIV> abc <B> def <I>
     663Got:
     664| <html>
     665|   <head>
     666|   <body>
     667|     <div>
     668|       " abc "
     669|       <b>
     670|         " def "
     671|         <b>
     672|           <i>
     673Expected:
     674| <html>
     675|   <head>
     676|   <body>
     677|     <div>
     678|       " abc "
     679|       <b>
     680|         " def "
     681|         <i>
     682
     683Test 68 of 113 in resources/tests1.dat failed. Input:
     684<DIV> abc <B> def <I> ghi
     685Got:
     686| <html>
     687|   <head>
     688|   <body>
     689|     <div>
     690|       " abc "
     691|       <b>
     692|         " def "
     693|         <b>
     694|           <i>
     695|             " ghi"
     696Expected:
     697| <html>
     698|   <head>
     699|   <body>
     700|     <div>
     701|       " abc "
     702|       <b>
     703|         " def "
     704|         <i>
     705|           " ghi"
     706
     707Test 69 of 113 in resources/tests1.dat failed. Input:
     708<DIV> abc <B> def <I> ghi <P>
     709Got:
     710| <html>
     711|   <head>
     712|   <body>
     713|     <div>
     714|       " abc "
     715|       <b>
     716|         " def "
     717|         <b>
     718|           <i>
     719|             " ghi "
     720|             <p>
     721Expected:
     722| <html>
     723|   <head>
     724|   <body>
     725|     <div>
     726|       " abc "
     727|       <b>
     728|         " def "
     729|         <i>
     730|           " ghi "
     731|           <p>
     732
     733Test 70 of 113 in resources/tests1.dat failed. Input:
     734<DIV> abc <B> def <I> ghi <P> jkl
     735Got:
     736| <html>
     737|   <head>
     738|   <body>
     739|     <div>
     740|       " abc "
     741|       <b>
     742|         " def "
     743|         <b>
     744|           <i>
     745|             " ghi "
     746|             <p>
     747|               " jkl"
     748Expected:
     749| <html>
     750|   <head>
     751|   <body>
     752|     <div>
     753|       " abc "
     754|       <b>
     755|         " def "
     756|         <i>
     757|           " ghi "
     758|           <p>
     759|             " jkl"
     760
     761Test 71 of 113 in resources/tests1.dat failed. Input:
     762<DIV> abc <B> def <I> ghi <P> jkl </B>
     763Got:
     764| <html>
     765|   <head>
     766|   <body>
     767|     <div>
     768|       " abc "
     769|       <b>
     770|         " def "
     771|         <b>
     772|           <i>
     773|             " ghi "
     774|             <p>
     775|               " jkl "
     776Expected:
     777| <html>
     778|   <head>
     779|   <body>
     780|     <div>
     781|       " abc "
     782|       <b>
     783|         " def "
     784|         <i>
     785|           " ghi "
     786|       <i>
     787|         <p>
     788|           <b>
     789|             " jkl "
     790
     791Test 72 of 113 in resources/tests1.dat failed. Input:
     792<DIV> abc <B> def <I> ghi <P> jkl </B> mno
     793Got:
     794| <html>
     795|   <head>
     796|   <body>
     797|     <div>
     798|       " abc "
     799|       <b>
     800|         " def "
     801|         <b>
     802|           <i>
     803|             " ghi "
     804|             <p>
     805|               " jkl "
     806|               " mno"
     807Expected:
     808| <html>
     809|   <head>
     810|   <body>
     811|     <div>
     812|       " abc "
     813|       <b>
     814|         " def "
     815|         <i>
     816|           " ghi "
     817|       <i>
     818|         <p>
     819|           <b>
     820|             " jkl "
     821|           " mno"
     822
     823Test 73 of 113 in resources/tests1.dat failed. Input:
     824<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I>
     825Got:
     826| <html>
     827|   <head>
     828|   <body>
     829|     <div>
     830|       " abc "
     831|       <b>
     832|         " def "
     833|         <b>
     834|           <i>
     835|             " ghi "
     836|             <p>
     837|               " jkl "
     838|               " mno "
     839Expected:
     840| <html>
     841|   <head>
     842|   <body>
     843|     <div>
     844|       " abc "
     845|       <b>
     846|         " def "
     847|         <i>
     848|           " ghi "
     849|       <i>
     850|       <p>
     851|         <i>
     852|           <b>
     853|             " jkl "
     854|           " mno "
     855
     856Test 74 of 113 in resources/tests1.dat failed. Input:
     857<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr
     858Got:
     859| <html>
     860|   <head>
     861|   <body>
     862|     <div>
     863|       " abc "
     864|       <b>
     865|         " def "
     866|         <b>
     867|           <i>
     868|             " ghi "
     869|             <p>
     870|               " jkl "
     871|               " mno "
     872|               " pqr"
     873Expected:
     874| <html>
     875|   <head>
     876|   <body>
     877|     <div>
     878|       " abc "
     879|       <b>
     880|         " def "
     881|         <i>
     882|           " ghi "
     883|       <i>
     884|       <p>
     885|         <i>
     886|           <b>
     887|             " jkl "
     888|           " mno "
     889|         " pqr"
     890
     891Test 75 of 113 in resources/tests1.dat failed. Input:
     892<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P>
     893Got:
     894| <html>
     895|   <head>
     896|   <body>
     897|     <div>
     898|       " abc "
     899|       <b>
     900|         " def "
     901|         <b>
     902|           <i>
     903|             " ghi "
     904|             <p>
     905|               " jkl "
     906|               " mno "
     907|               " pqr "
     908Expected:
     909| <html>
     910|   <head>
     911|   <body>
     912|     <div>
     913|       " abc "
     914|       <b>
     915|         " def "
     916|         <i>
     917|           " ghi "
     918|       <i>
     919|       <p>
     920|         <i>
     921|           <b>
     922|             " jkl "
     923|           " mno "
     924|         " pqr "
     925
     926Test 76 of 113 in resources/tests1.dat failed. Input:
     927<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P> stu
     928Got:
     929| <html>
     930|   <head>
     931|   <body>
     932|     <div>
     933|       " abc "
     934|       <b>
     935|         " def "
     936|         <b>
     937|           <i>
     938|             " ghi "
     939|             <p>
     940|               " jkl "
     941|               " mno "
     942|               " pqr "
     943|             " stu"
     944Expected:
     945| <html>
     946|   <head>
     947|   <body>
     948|     <div>
     949|       " abc "
     950|       <b>
     951|         " def "
     952|         <i>
     953|           " ghi "
     954|       <i>
     955|       <p>
     956|         <i>
     957|           <b>
     958|             " jkl "
     959|           " mno "
     960|         " pqr "
     961|       " stu"
     962
     963Test 78 of 113 in resources/tests1.dat failed. Input:
     964<a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe
     965Got:
     966| <html>
     967|   <head>
     968|   <body>
     969|     <a>
     970|       href="blah"
     971|       "aba"
     972|       <table>
     973Expected:
     974| <html>
     975|   <head>
     976|   <body>
     977|     <a>
     978|       href="blah"
     979|       "aba"
     980|       <a>
     981|         href="foo"
     982|         "br"
     983|       <a>
     984|         href="foo"
     985|         "x"
     986|       <table>
     987|         <tbody>
     988|           <tr>
     989|             <td>
     990|     <a>
     991|       href="foo"
     992|       "aoe"
     993
     994Test 79 of 113 in resources/tests1.dat failed. Input:
     995<a href="blah">aba<table><tr><td><a href="foo">br</td></tr>x</table>aoe
     996Got:
     997| <html>
     998|   <head>
     999|   <body>
     1000|     <a>
     1001|       href="blah"
     1002|       "aba"
     1003|       <table>
     1004Expected:
     1005| <html>
     1006|   <head>
     1007|   <body>
     1008|     <a>
     1009|       href="blah"
     1010|       "abax"
     1011|       <table>
     1012|         <tbody>
     1013|           <tr>
     1014|             <td>
     1015|               <a>
     1016|                 href="foo"
     1017|                 "br"
     1018|       "aoe"
     1019
     1020Test 80 of 113 in resources/tests1.dat failed. Input:
     1021<table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe
     1022Got:
     1023| <html>
     1024|   <head>
     1025|   <body>
     1026|     <table>
     1027Expected:
     1028| <html>
     1029|   <head>
     1030|   <body>
     1031|     <a>
     1032|       href="blah"
     1033|       "aba"
     1034|     <a>
     1035|       href="blah"
     1036|       "x"
     1037|     <table>
     1038|       <tbody>
     1039|         <tr>
     1040|           <td>
     1041|             <a>
     1042|               href="foo"
     1043|               "br"
     1044|     <a>
     1045|       href="blah"
     1046|       "aoe"
     1047
     1048Test 81 of 113 in resources/tests1.dat failed. Input:
     1049<a href=a>aa<marquee>aa<a href=b>bb</marquee>aa
     1050Got:
     1051| <html>
     1052|   <head>
     1053|   <body>
     1054|     <a>
     1055|       href="a"
     1056|       "aa"
     1057|       <a>
     1058|         <marquee>
     1059|           "aa"
     1060|           <a>
     1061|             <a>
     1062|               href="b"
     1063|               "bb"
     1064|         "aa"
     1065Expected:
     1066| <html>
     1067|   <head>
     1068|   <body>
     1069|     <a>
     1070|       href="a"
     1071|       "aa"
     1072|       <marquee>
     1073|         "aa"
     1074|         <a>
     1075|           href="b"
     1076|           "bb"
     1077|       "aa"
     1078
     1079Test 82 of 113 in resources/tests1.dat failed. Input:
     1080<wbr><strike><code></strike><code><strike></code>
     1081Got:
     1082| <html>
     1083|   <head>
     1084|   <body>
     1085|     <wbr>
     1086|     <strike>
     1087|       <strike>
     1088|         <code>
     1089|           <code>
     1090|             <code>
     1091|               <code>
     1092|                 <strike>
     1093Expected:
     1094| <html>
     1095|   <head>
     1096|   <body>
     1097|     <wbr>
     1098|     <strike>
     1099|       <code>
     1100|     <code>
     1101|       <code>
     1102|         <strike>
     1103
     1104Test 85 of 113 in resources/tests1.dat failed. Input:
     1105<head><meta></head><link>
     1106Got:
     1107| <html>
     1108|   <head>
     1109|     <meta>
     1110|   <body>
     1111Expected:
     1112| <html>
     1113|   <head>
     1114|     <meta>
     1115|     <link>
     1116|   <body>
     1117
     1118Test 86 of 113 in resources/tests1.dat failed. Input:
     1119<table><tr><tr><td><td><span><th><span>X</table>
     1120Got:
     1121| <html>
     1122|   <head>
     1123|   <body>
     1124|     <table>
     1125Expected:
     1126| <html>
     1127|   <head>
     1128|   <body>
     1129|     <table>
     1130|       <tbody>
     1131|         <tr>
     1132|         <tr>
     1133|           <td>
     1134|           <td>
     1135|             <span>
     1136|           <th>
     1137|             <span>
     1138|               "X"
     1139
     1140Test 89 of 113 in resources/tests1.dat failed. Input:
     1141<p><image></p>
     1142Got:
     1143| <html>
     1144|   <head>
     1145|   <body>
     1146|     <p>
     1147Expected:
     1148| <html>
     1149|   <head>
     1150|   <body>
     1151|     <p>
     1152|       <img>
     1153
     1154Test 90 of 113 in resources/tests1.dat failed. Input:
     1155<a><table><a></table><p><a><div><a>
     1156Got:
     1157| <html>
     1158|   <head>
     1159|   <body>
     1160|     <a>
     1161|       <table>
     1162Expected:
     1163| <html>
     1164|   <head>
     1165|   <body>
     1166|     <a>
     1167|       <a>
     1168|       <table>
     1169|     <p>
     1170|       <a>
     1171|     <div>
     1172|       <a>
     1173
     1174Test 92 of 113 in resources/tests1.dat failed. Input:
     1175<head></html><meta><p>
     1176Got:
     1177| <html>
     1178|   <head>
     1179|   <body>
     1180Expected:
     1181| <html>
     1182|   <head>
     1183|   <body>
     1184|     <meta>
     1185|     <p>
     1186
     1187Test 93 of 113 in resources/tests1.dat failed. Input:
     1188<b><table><td><i></table>
     1189Got:
     1190| <html>
     1191|   <head>
     1192|   <body>
     1193|     <b>
     1194|       <table>
     1195Expected:
     1196| <html>
     1197|   <head>
     1198|   <body>
     1199|     <b>
     1200|       <table>
     1201|         <tbody>
     1202|           <tr>
     1203|             <td>
     1204|               <i>
     1205
     1206Test 94 of 113 in resources/tests1.dat failed. Input:
     1207<b><table><td></b><i></table>
     1208Got:
     1209| <html>
     1210|   <head>
     1211|   <body>
     1212|     <b>
     1213|       <table>
     1214Expected:
     1215| <html>
     1216|   <head>
     1217|   <body>
     1218|     <b>
     1219|       <table>
     1220|         <tbody>
     1221|           <tr>
     1222|             <td>
     1223|               <i>
     1224
     1225Test 95 of 113 in resources/tests1.dat failed. Input:
     1226<h1><h2>
     1227Got:
     1228| <html>
     1229|   <head>
     1230|   <body>
     1231|     <h1>
     1232|       <h2>
     1233Expected:
     1234| <html>
     1235|   <head>
     1236|   <body>
     1237|     <h1>
     1238|     <h2>
     1239
     1240Test 96 of 113 in resources/tests1.dat failed. Input:
     1241<a><p><a></a></p></a>
     1242Got:
     1243| <html>
     1244|   <head>
     1245|   <body>
     1246|     <a>
     1247|       <p>
     1248|         <a>
     1249|           <a>
     1250Expected:
     1251| <html>
     1252|   <head>
     1253|   <body>
     1254|     <a>
     1255|     <p>
     1256|       <a>
     1257|       <a>
     1258
     1259Test 97 of 113 in resources/tests1.dat failed. Input:
     1260<b><button></b></button></b>
     1261Got:
     1262| <html>
     1263|   <head>
     1264|   <body>
     1265|     <b>
     1266|       <b>
     1267|         <button>
     1268Expected:
     1269| <html>
     1270|   <head>
     1271|   <body>
     1272|     <b>
     1273|       <button>
     1274
     1275Test 98 of 113 in resources/tests1.dat failed. Input:
     1276<p><b><div><marquee></p></b></div>
     1277Got:
     1278| <html>
     1279|   <head>
     1280|   <body>
     1281|     <p>
     1282|       <b>
     1283|         <div>
     1284|           <b>
     1285|             <marquee>
     1286Expected:
     1287| <html>
     1288|   <head>
     1289|   <body>
     1290|     <p>
     1291|       <b>
     1292|     <div>
     1293|       <b>
     1294|         <marquee>
     1295|           <p>
     1296
     1297Test 99 of 113 in resources/tests1.dat failed. Input:
     1298<script></script></div><title></title><p><p>
     1299Got:
     1300| <html>
     1301|   <head>
     1302|     <script>
     1303|     <title>
     1304|   <body>
     1305|     <p>
     1306|       <p>
     1307Expected:
     1308| <html>
     1309|   <head>
     1310|     <script>
     1311|     <title>
     1312|   <body>
     1313|     <p>
     1314|     <p>
     1315
     1316Test 100 of 113 in resources/tests1.dat failed. Input:
     1317<p><hr></p>
     1318Got:
     1319| <html>
     1320|   <head>
     1321|   <body>
     1322|     <p>
     1323|       <hr>
     1324Expected:
     1325| <html>
     1326|   <head>
     1327|   <body>
     1328|     <p>
     1329|     <hr>
     1330|     <p>
     1331
     1332Test 101 of 113 in resources/tests1.dat failed. Input:
     1333<select><b><option><select><option></b></select>
     1334Got:
     1335| <html>
     1336|   <head>
     1337|   <body>
     1338|     <select>
     1339Expected:
     1340| <html>
     1341|   <head>
     1342|   <body>
     1343|     <select>
     1344|       <option>
     1345|     <option>
     1346
     1347Test 103 of 113 in resources/tests1.dat failed. Input:
     1348<a><table><td><a><table></table><a></tr><a></table><a>
     1349Got:
     1350| <html>
     1351|   <head>
     1352|   <body>
     1353|     <a>
     1354|       <table>
     1355Expected:
     1356| <html>
     1357|   <head>
     1358|   <body>
     1359|     <a>
     1360|       <a>
     1361|       <table>
     1362|         <tbody>
     1363|           <tr>
     1364|             <td>
     1365|               <a>
     1366|                 <table>
     1367|               <a>
     1368|     <a>
     1369
     1370Test 104 of 113 in resources/tests1.dat failed. Input:
     1371<ul><li></li><div><li></div><li><li><div><li><address><li><b><em></b><li></ul>
     1372Got:
     1373| <html>
     1374|   <head>
     1375|   <body>
     1376|     <ul>
     1377|       <li>
     1378|       <div>
     1379|         <li>
     1380|       <li>
     1381|         <li>
     1382|           <div>
     1383|             <li>
     1384|               <address>
     1385|                 <li>
     1386|                   <b>
     1387|                     <b>
     1388|                       <em>
     1389|                         <li>
     1390Expected:
     1391| <html>
     1392|   <head>
     1393|   <body>
     1394|     <ul>
     1395|       <li>
     1396|       <div>
     1397|         <li>
     1398|       <li>
     1399|       <li>
     1400|         <div>
     1401|       <li>
     1402|         <address>
     1403|       <li>
     1404|         <b>
     1405|           <em>
     1406|       <li>
     1407
     1408Test 106 of 113 in resources/tests1.dat failed. Input:
     1409<frameset><frame><frameset><frame></frameset><noframes></noframes></frameset>
     1410Got:
     1411| <html>
     1412|   <head>
     1413|   <frameset>
     1414Expected:
     1415| <html>
     1416|   <head>
     1417|   <frameset>
     1418|     <frame>
     1419|     <frameset>
     1420|       <frame>
     1421|     <noframes>
     1422
     1423Test 107 of 113 in resources/tests1.dat failed. Input:
     1424<h1><table><td><h3></table><h3></h1>
     1425Got:
     1426| <html>
     1427|   <head>
     1428|   <body>
     1429|     <h1>
     1430|       <table>
     1431Expected:
     1432| <html>
     1433|   <head>
     1434|   <body>
     1435|     <h1>
     1436|       <table>
     1437|         <tbody>
     1438|           <tr>
     1439|             <td>
     1440|               <h3>
     1441|     <h3>
     1442
     1443Test 108 of 113 in resources/tests1.dat failed. Input:
     1444<table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table>
     1445Got:
     1446| <html>
     1447|   <head>
     1448|   <body>
     1449|     <table>
     1450Expected:
     1451| <html>
     1452|   <head>
     1453|   <body>
     1454|     <table>
     1455|       <colgroup>
     1456|         <col>
     1457|       <colgroup>
     1458|         <col>
     1459|         <col>
     1460|         <col>
     1461|       <colgroup>
     1462|         <col>
     1463|         <col>
     1464|       <thead>
     1465|         <tr>
     1466|           <td>
     1467
     1468Test 109 of 113 in resources/tests1.dat failed. Input:
     1469<table><col><tbody><col><tr><col><td><col></table><col>
     1470Got:
     1471| <html>
     1472|   <head>
     1473|   <body>
     1474|     <table>
     1475Expected:
     1476| <html>
     1477|   <head>
     1478|   <body>
     1479|     <table>
     1480|       <colgroup>
     1481|         <col>
     1482|       <tbody>
     1483|       <colgroup>
     1484|         <col>
     1485|       <tbody>
     1486|         <tr>
     1487|       <colgroup>
     1488|         <col>
     1489|       <tbody>
     1490|         <tr>
     1491|           <td>
     1492|       <colgroup>
     1493|         <col>
     1494
     1495Test 110 of 113 in resources/tests1.dat failed. Input:
     1496<table><colgroup><tbody><colgroup><tr><colgroup><td><colgroup></table><colgroup>
     1497Got:
     1498| <html>
     1499|   <head>
     1500|   <body>
     1501|     <table>
     1502Expected:
     1503| <html>
     1504|   <head>
     1505|   <body>
     1506|     <table>
     1507|       <colgroup>
     1508|       <tbody>
     1509|       <colgroup>
     1510|       <tbody>
     1511|         <tr>
     1512|       <colgroup>
     1513|       <tbody>
     1514|         <tr>
     1515|           <td>
     1516|       <colgroup>
     1517
     1518Test 111 of 113 in resources/tests1.dat failed. Input:
     1519</strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>
     1520Got:
     1521| <html>
     1522|   <head>
     1523|   <body>
     1524Expected:
     1525| <html>
     1526|   <head>
     1527|   <body>
     1528|     <br>
     1529|     <p>
     1530
     1531Test 112 of 113 in resources/tests1.dat failed. Input:
     1532<table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>
     1533Got:
     1534| <html>
     1535|   <head>
     1536|   <body>
     1537|     <table>
     1538Expected:
     1539| <html>
     1540|   <head>
     1541|   <body>
     1542|     <br>
     1543|     <table>
     1544|       <tbody>
     1545|         <tr>
     1546|     <p>
    711547resources/tests2.dat:
    7215483
     
    97157358
    981574
     1575Test 3 of 59 in resources/tests2.dat failed. Input:
     1576<table><td>
     1577Got:
     1578| <html>
     1579|   <head>
     1580|   <body>
     1581|     <table>
     1582Expected:
     1583| <html>
     1584|   <head>
     1585|   <body>
     1586|     <table>
     1587|       <tbody>
     1588|         <tr>
     1589|           <td>
     1590
     1591Test 4 of 59 in resources/tests2.dat failed. Input:
     1592<table><td>test</tbody></table>
     1593Got:
     1594| <html>
     1595|   <head>
     1596|   <body>
     1597|     <table>
     1598Expected:
     1599| <html>
     1600|   <head>
     1601|   <body>
     1602|     <table>
     1603|       <tbody>
     1604|         <tr>
     1605|           <td>
     1606|             "test"
     1607
     1608Test 8 of 59 in resources/tests2.dat failed. Input:
     1609<!DOCTYPE html><font><p><b>test</font>
     1610Got:
     1611| <!DOCTYPE html>
     1612| <html>
     1613|   <head>
     1614|   <body>
     1615|     <font>
     1616|       <p>
     1617|         <font>
     1618|           <b>
     1619|             "test"
     1620Expected:
     1621| <!DOCTYPE html>
     1622| <html>
     1623|   <head>
     1624|   <body>
     1625|     <font>
     1626|     <p>
     1627|       <font>
     1628|         <b>
     1629|           "test"
     1630
     1631Test 9 of 59 in resources/tests2.dat failed. Input:
     1632<!DOCTYPE html><dt><div><dd>
     1633Got:
     1634| <!DOCTYPE html>
     1635| <html>
     1636|   <head>
     1637|   <body>
     1638|     <dt>
     1639|       <div>
     1640|         <dd>
     1641Expected:
     1642| <!DOCTYPE html>
     1643| <html>
     1644|   <head>
     1645|   <body>
     1646|     <dt>
     1647|       <div>
     1648|     <dd>
     1649
     1650Test 11 of 59 in resources/tests2.dat failed. Input:
     1651<table><plaintext><td>
     1652Got:
     1653| <html>
     1654|   <head>
     1655|   <body>
     1656|     <table>
     1657Expected:
     1658| <html>
     1659|   <head>
     1660|   <body>
     1661|     <plaintext>
     1662|       "<td>"
     1663|     <table>
     1664
     1665Test 13 of 59 in resources/tests2.dat failed. Input:
     1666<!DOCTYPE html><table><tr>TEST
     1667Got:
     1668| <!DOCTYPE html>
     1669| <html>
     1670|   <head>
     1671|   <body>
     1672|     <table>
     1673Expected:
     1674| <!DOCTYPE html>
     1675| <html>
     1676|   <head>
     1677|   <body>
     1678|     "TEST"
     1679|     <table>
     1680|       <tbody>
     1681|         <tr>
     1682
     1683Test 24 of 59 in resources/tests2.dat failed. Input:
     1684<!doctypehtml><p><li>
     1685Got:
     1686| <!DOCTYPE html>
     1687| <html>
     1688|   <head>
     1689|   <body>
     1690|     <p>
     1691|       <li>
     1692Expected:
     1693| <!DOCTYPE html>
     1694| <html>
     1695|   <head>
     1696|   <body>
     1697|     <p>
     1698|     <li>
     1699
     1700Test 25 of 59 in resources/tests2.dat failed. Input:
     1701<!doctypehtml><p><dt>
     1702Got:
     1703| <!DOCTYPE html>
     1704| <html>
     1705|   <head>
     1706|   <body>
     1707|     <p>
     1708|       <dt>
     1709Expected:
     1710| <!DOCTYPE html>
     1711| <html>
     1712|   <head>
     1713|   <body>
     1714|     <p>
     1715|     <dt>
     1716
     1717Test 26 of 59 in resources/tests2.dat failed. Input:
     1718<!doctypehtml><p><dd>
     1719Got:
     1720| <!DOCTYPE html>
     1721| <html>
     1722|   <head>
     1723|   <body>
     1724|     <p>
     1725|       <dd>
     1726Expected:
     1727| <!DOCTYPE html>
     1728| <html>
     1729|   <head>
     1730|   <body>
     1731|     <p>
     1732|     <dd>
     1733
     1734Test 27 of 59 in resources/tests2.dat failed. Input:
     1735<!doctypehtml><p><form>
     1736Got:
     1737| <!DOCTYPE html>
     1738| <html>
     1739|   <head>
     1740|   <body>
     1741|     <p>
     1742|       <form>
     1743Expected:
     1744| <!DOCTYPE html>
     1745| <html>
     1746|   <head>
     1747|   <body>
     1748|     <p>
     1749|     <form>
     1750
     1751Test 32 of 59 in resources/tests2.dat failed. Input:
     1752<!DOCTYPE html>X</body>X
     1753Got:
     1754| <!DOCTYPE html>
     1755| <html>
     1756|   <head>
     1757|   <body>
     1758|     "X"
     1759Expected:
     1760| <!DOCTYPE html>
     1761| <html>
     1762|   <head>
     1763|   <body>
     1764|     "XX"
     1765
     1766Test 34 of 59 in resources/tests2.dat failed. Input:
     1767<!DOCTYPE html><table><caption>test TEST</caption><td>test
     1768Got:
     1769| <!DOCTYPE html>
     1770| <html>
     1771|   <head>
     1772|   <body>
     1773|     <table>
     1774Expected:
     1775| <!DOCTYPE html>
     1776| <html>
     1777|   <head>
     1778|   <body>
     1779|     <table>
     1780|       <caption>
     1781|         "test TEST"
     1782|       <tbody>
     1783|         <tr>
     1784|           <td>
     1785|             "test"
     1786
     1787Test 35 of 59 in resources/tests2.dat failed. Input:
     1788<!DOCTYPE html><select><option><optgroup>
     1789Got:
     1790| <!DOCTYPE html>
     1791| <html>
     1792|   <head>
     1793|   <body>
     1794|     <select>
     1795Expected:
     1796| <!DOCTYPE html>
     1797| <html>
     1798|   <head>
     1799|   <body>
     1800|     <select>
     1801|       <option>
     1802|       <optgroup>
     1803
     1804Test 36 of 59 in resources/tests2.dat failed. Input:
     1805<!DOCTYPE html><select><optgroup><option></optgroup><option><select><option>
     1806Got:
     1807| <!DOCTYPE html>
     1808| <html>
     1809|   <head>
     1810|   <body>
     1811|     <select>
     1812Expected:
     1813| <!DOCTYPE html>
     1814| <html>
     1815|   <head>
     1816|   <body>
     1817|     <select>
     1818|       <optgroup>
     1819|         <option>
     1820|       <option>
     1821|     <option>
     1822
     1823Test 37 of 59 in resources/tests2.dat failed. Input:
     1824<!DOCTYPE html><select><optgroup><option><optgroup>
     1825Got:
     1826| <!DOCTYPE html>
     1827| <html>
     1828|   <head>
     1829|   <body>
     1830|     <select>
     1831Expected:
     1832| <!DOCTYPE html>
     1833| <html>
     1834|   <head>
     1835|   <body>
     1836|     <select>
     1837|       <optgroup>
     1838|         <option>
     1839|       <optgroup>
     1840
     1841Test 38 of 59 in resources/tests2.dat failed. Input:
     1842<!DOCTYPE html><font><input><input></font>
     1843Got:
     1844| <!DOCTYPE html>
     1845| <html>
     1846|   <head>
     1847|   <body>
     1848|     <font>
     1849|       <font>
     1850|         <input>
     1851|         <font>
     1852|           <input>
     1853Expected:
     1854| <!DOCTYPE html>
     1855| <html>
     1856|   <head>
     1857|   <body>
     1858|     <font>
     1859|       <input>
     1860|       <input>
     1861
     1862Test 42 of 59 in resources/tests2.dat failed. Input:
     1863<isindex test=x name=x>
     1864Got:
     1865| <html>
     1866|   <head>
     1867|   <body>
     1868Expected:
     1869| <html>
     1870|   <head>
     1871|   <body>
     1872|     <form>
     1873|       <hr>
     1874|       <label>
     1875|         "This is a searchable index. Insert your search keywords here: "
     1876|         <input>
     1877|           name="isindex"
     1878|           test="x"
     1879|       <hr>
     1880
     1881Test 46 of 59 in resources/tests2.dat failed. Input:
     1882<!DOCTYPE html><select><optgroup></optgroup></select>
     1883Got:
     1884| <!DOCTYPE html>
     1885| <html>
     1886|   <head>
     1887|   <body>
     1888|     <select>
     1889Expected:
     1890| <!DOCTYPE html>
     1891| <html>
     1892|   <head>
     1893|   <body>
     1894|     <select>
     1895|       <optgroup>
     1896
     1897Test 47 of 59 in resources/tests2.dat failed. Input:
     1898 
     1899 
     1900Got:
     1901| <html>
     1902|   <head>
     1903|   <body>
     1904|     "
     1905 "
     1906Expected:
     1907| <html>
     1908|   <head>
     1909|   <body>
     1910
     1911Test 48 of 59 in resources/tests2.dat failed. Input:
     1912<!DOCTYPE html>  <html>
     1913Got:
     1914| <!DOCTYPE html>
     1915| <html>
     1916|   <head>
     1917|   <body>
     1918|     "  "
     1919Expected:
     1920| <!DOCTYPE html>
     1921| <html>
     1922|   <head>
     1923|   <body>
     1924
     1925Test 49 of 59 in resources/tests2.dat failed. Input:
     1926<!DOCTYPE html><script>
     1927</script>  <title>x</title>  </head>
     1928Got:
     1929| <!DOCTYPE html>
     1930| <html>
     1931|   <head>
     1932|     <script>
     1933|       "
     1934"
     1935|   <body>
     1936|     "  "
     1937|     <title>
     1938|       "x"
     1939|     "  "
     1940Expected:
     1941| <!DOCTYPE html>
     1942| <html>
     1943|   <head>
     1944|     <script>
     1945|       "
     1946"
     1947|     "  "
     1948|     <title>
     1949|       "x"
     1950|     "  "
     1951|   <body>
     1952
     1953Test 51 of 59 in resources/tests2.dat failed. Input:
     1954<!DOCTYPE html>X</body><html id="x">
     1955Got:
     1956| <!DOCTYPE html>
     1957| <html>
     1958|   <head>
     1959|   <body>
     1960|     "X"
     1961Expected:
     1962| <!DOCTYPE html>
     1963| <html>
     1964|   id="x"
     1965|   <head>
     1966|   <body>
     1967|     "X"
     1968
     1969Test 53 of 59 in resources/tests2.dat failed. Input:
     1970<!DOCTYPE html>X</html>X
     1971Got:
     1972| <!DOCTYPE html>
     1973| <html>
     1974|   <head>
     1975|   <body>
     1976|     "X"
     1977Expected:
     1978| <!DOCTYPE html>
     1979| <html>
     1980|   <head>
     1981|   <body>
     1982|     "XX"
     1983
     1984Test 54 of 59 in resources/tests2.dat failed. Input:
     1985<!DOCTYPE html>X</html>
     1986Got:
     1987| <!DOCTYPE html>
     1988| <html>
     1989|   <head>
     1990|   <body>
     1991|     "X"
     1992Expected:
     1993| <!DOCTYPE html>
     1994| <html>
     1995|   <head>
     1996|   <body>
     1997|     "X "
     1998
     1999Test 55 of 59 in resources/tests2.dat failed. Input:
     2000<!DOCTYPE html>X</html><p>X
     2001Got:
     2002| <!DOCTYPE html>
     2003| <html>
     2004|   <head>
     2005|   <body>
     2006|     "X"
     2007Expected:
     2008| <!DOCTYPE html>
     2009| <html>
     2010|   <head>
     2011|   <body>
     2012|     "X"
     2013|     <p>
     2014|       "X"
     2015
     2016Test 58 of 59 in resources/tests2.dat failed. Input:
     2017<!DOCTYPE html><table><tr><td></p></table>
     2018Got:
     2019| <!DOCTYPE html>
     2020| <html>
     2021|   <head>
     2022|   <body>
     2023|     <table>
     2024Expected:
     2025| <!DOCTYPE html>
     2026| <html>
     2027|   <head>
     2028|   <body>
     2029|     <table>
     2030|       <tbody>
     2031|         <tr>
     2032|           <td>
     2033|             <p>
    992034resources/tests3.dat:
    10020351
     
    109204422
    1102045
     2046Test 1 of 23 in resources/tests3.dat failed. Input:
     2047<head></head><style></style>
     2048Got:
     2049| <html>
     2050|   <head>
     2051|   <body>
     2052Expected:
     2053| <html>
     2054|   <head>
     2055|     <style>
     2056|   <body>
     2057
     2058Test 2 of 23 in resources/tests3.dat failed. Input:
     2059<head></head><script></script>
     2060Got:
     2061| <html>
     2062|   <head>
     2063|   <body>
     2064Expected:
     2065| <html>
     2066|   <head>
     2067|     <script>
     2068|   <body>
     2069
     2070Test 3 of 23 in resources/tests3.dat failed. Input:
     2071<head></head><!-- --><style></style><!-- --><script></script>
     2072Got:
     2073| <html>
     2074|   <head>
     2075|   <!--   -->
     2076|   <!--   -->
     2077|   <body>
     2078Expected:
     2079| <html>
     2080|   <head>
     2081|     <style>
     2082|     <script>
     2083|   <!--   -->
     2084|   <!--   -->
     2085|   <body>
     2086
     2087Test 16 of 23 in resources/tests3.dat failed. Input:
     2088<!DOCTYPE html><textarea>
     2089</textarea>
     2090Got:
     2091| <!DOCTYPE html>
     2092| <html>
     2093|   <head>
     2094|   <body>
     2095|     <textarea>
     2096|       "
     2097"
     2098Expected:
     2099| <!DOCTYPE html>
     2100| <html>
     2101|   <head>
     2102|   <body>
     2103|     <textarea>
     2104
     2105Test 17 of 23 in resources/tests3.dat failed. Input:
     2106<!DOCTYPE html><textarea>
     2107foo</textarea>
     2108Got:
     2109| <!DOCTYPE html>
     2110| <html>
     2111|   <head>
     2112|   <body>
     2113|     <textarea>
     2114|       "
     2115foo"
     2116Expected:
     2117| <!DOCTYPE html>
     2118| <html>
     2119|   <head>
     2120|   <body>
     2121|     <textarea>
     2122|       "foo"
     2123
     2124Test 18 of 23 in resources/tests3.dat failed. Input:
     2125<!DOCTYPE html><textarea>
     2126
     2127foo</textarea>
     2128Got:
     2129| <!DOCTYPE html>
     2130| <html>
     2131|   <head>
     2132|   <body>
     2133|     <textarea>
     2134|       "
     2135
     2136foo"
     2137Expected:
     2138| <!DOCTYPE html>
     2139| <html>
     2140|   <head>
     2141|   <body>
     2142|     <textarea>
     2143|       "
     2144foo"
     2145
     2146Test 19 of 23 in resources/tests3.dat failed. Input:
     2147<!DOCTYPE html><html><head></head><body><ul><li><div><p><li></ul></body></html>
     2148Got:
     2149| <!DOCTYPE html>
     2150| <html>
     2151|   <head>
     2152|   <body>
     2153|     <ul>
     2154|       <li>
     2155|         <div>
     2156|           <p>
     2157|             <li>
     2158Expected:
     2159| <!DOCTYPE html>
     2160| <html>
     2161|   <head>
     2162|   <body>
     2163|     <ul>
     2164|       <li>
     2165|         <div>
     2166|           <p>
     2167|       <li>
     2168
     2169Test 20 of 23 in resources/tests3.dat failed. Input:
     2170<!doctype html><nobr><nobr><nobr>
     2171Got:
     2172| <!DOCTYPE html>
     2173| <html>
     2174|   <head>
     2175|   <body>
     2176|     <nobr>
     2177|       <nobr>
     2178|         <nobr>
     2179|           <nobr>
     2180|             <nobr>
     2181Expected:
     2182| <!DOCTYPE html>
     2183| <html>
     2184|   <head>
     2185|   <body>
     2186|     <nobr>
     2187|     <nobr>
     2188|     <nobr>
     2189
     2190Test 21 of 23 in resources/tests3.dat failed. Input:
     2191<!doctype html><nobr><nobr></nobr><nobr>
     2192Got:
     2193| <!DOCTYPE html>
     2194| <html>
     2195|   <head>
     2196|   <body>
     2197|     <nobr>
     2198|       <nobr>
     2199|         <nobr>
     2200|           <nobr>
     2201|             <nobr>
     2202Expected:
     2203| <!DOCTYPE html>
     2204| <html>
     2205|   <head>
     2206|   <body>
     2207|     <nobr>
     2208|     <nobr>
     2209|     <nobr>
     2210
     2211Test 22 of 23 in resources/tests3.dat failed. Input:
     2212<!doctype html><html><body><p><table></table></body></html>
     2213Got:
     2214| <!DOCTYPE html>
     2215| <html>
     2216|   <head>
     2217|   <body>
     2218|     <p>
     2219|       <table>
     2220Expected:
     2221| <!DOCTYPE html>
     2222| <html>
     2223|   <head>
     2224|   <body>
     2225|     <p>
     2226|     <table>
    1112227resources/tests4.dat:
    11222283
     
    11522317
    1162232
     2233Test 3 of 7 in resources/tests4.dat failed. Input:
     2234textarea content with <em>pseudo</em> <foo>markup
     2235Got:
     2236| "textarea content with "
     2237| <em>
     2238|   "pseudo"
     2239| " "
     2240| <foo>
     2241|   "markup"
     2242Expected:
     2243| "textarea content with <em>pseudo</em> <foo>markup"
     2244
     2245Test 5 of 7 in resources/tests4.dat failed. Input:
     2246</plaintext>
     2247Got:
     2248|
     2249Expected:
     2250| "</plaintext>"
     2251
     2252Test 6 of 7 in resources/tests4.dat failed. Input:
     2253setting html's innerHTML
     2254Got:
     2255| "setting html's innerHTML"
     2256Expected:
     2257| <head>
     2258| <body>
     2259|   "setting html's innerHTML"
     2260
     2261Test 7 of 7 in resources/tests4.dat failed. Input:
     2262<title>setting head's innerHTML</title>
     2263Got:
     2264|
     2265Expected:
     2266| <title>
     2267|   "setting head's innerHTML"
    1172268resources/tests5.dat:
    11822692
     
    123227411
    1242275
     2276Test 2 of 16 in resources/tests5.dat failed. Input:
     2277<style> <!-- </style> --> </style>x
     2278Got:
     2279| <html>
     2280|   <head>
     2281|     <style>
     2282|       " <!-- "
     2283|   <body>
     2284|     " --> "
     2285|     "x"
     2286Expected:
     2287| <html>
     2288|   <head>
     2289|     <style>
     2290|       " <!-- "
     2291|     " "
     2292|   <body>
     2293|     "--> x"
     2294
     2295Test 6 of 16 in resources/tests5.dat failed. Input:
     2296<iframe> <!--- </iframe>->x</iframe> --> </iframe>x
     2297Got:
     2298| <html>
     2299|   <head>
     2300|   <body>
     2301|     <iframe>
     2302|       " <!--- "
     2303|     "->x"
     2304|     " --> "
     2305|     "x"
     2306Expected:
     2307| <html>
     2308|   <head>
     2309|   <body>
     2310|     <iframe>
     2311|       " <!--- "
     2312|     "->x --> x"
     2313
     2314Test 7 of 16 in resources/tests5.dat failed. Input:
     2315<script> <!-- </script> --> </script>x
     2316Got:
     2317| <html>
     2318|   <head>
     2319|     <script>
     2320|       " <!-- "
     2321|   <body>
     2322|     " --> "
     2323|     "x"
     2324Expected:
     2325| <html>
     2326|   <head>
     2327|     <script>
     2328|       " <!-- "
     2329|     " "
     2330|   <body>
     2331|     "--> x"
     2332
     2333Test 8 of 16 in resources/tests5.dat failed. Input:
     2334<title> <!-- </title> --> </title>x
     2335Got:
     2336| <html>
     2337|   <head>
     2338|     <title>
     2339|       " <!-- "
     2340|   <body>
     2341|     " --> "
     2342|     "x"
     2343Expected:
     2344| <html>
     2345|   <head>
     2346|     <title>
     2347|       " <!-- "
     2348|     " "
     2349|   <body>
     2350|     "--> x"
     2351
     2352Test 9 of 16 in resources/tests5.dat failed. Input:
     2353<textarea> <!--- </textarea>->x</textarea> --> </textarea>x
     2354Got:
     2355| <html>
     2356|   <head>
     2357|   <body>
     2358|     <textarea>
     2359|       " <!--- "
     2360|     "->x"
     2361|     " --> "
     2362|     "x"
     2363Expected:
     2364| <html>
     2365|   <head>
     2366|   <body>
     2367|     <textarea>
     2368|       " <!--- "
     2369|     "->x --> x"
     2370
     2371Test 11 of 16 in resources/tests5.dat failed. Input:
     2372<p><xmp></xmp>
     2373Got:
     2374| <html>
     2375|   <head>
     2376|   <body>
     2377|     <p>
     2378|       <xmp>
     2379Expected:
     2380| <html>
     2381|   <head>
     2382|   <body>
     2383|     <p>
     2384|     <xmp>
    1252385resources/tests6.dat:
    12623861
     
    159241951
    1602420
     2421Test 1 of 51 in resources/tests6.dat failed. Input:
     2422<!doctype html></head> <head>
     2423Got:
     2424| <!DOCTYPE html>
     2425| <html>
     2426|   <head>
     2427|   <body>
     2428|     " "
     2429Expected:
     2430| <!DOCTYPE html>
     2431| <html>
     2432|   <head>
     2433|   " "
     2434|   <body>
     2435
     2436Test 8 of 51 in resources/tests6.dat failed. Input:
     2437<frameset></frameset>
     2438foo
     2439Got:
     2440| <html>
     2441|   <head>
     2442|   <frameset>
     2443Expected:
     2444| <html>
     2445|   <head>
     2446|   <frameset>
     2447|   "
     2448"
     2449
     2450Test 9 of 51 in resources/tests6.dat failed. Input:
     2451<frameset></frameset>
     2452<noframes>
     2453Got:
     2454| <html>
     2455|   <head>
     2456|   <frameset>
     2457Expected:
     2458| <html>
     2459|   <head>
     2460|   <frameset>
     2461|   "
     2462"
     2463|   <noframes>
     2464
     2465Test 10 of 51 in resources/tests6.dat failed. Input:
     2466<frameset></frameset>
     2467<div>
     2468Got:
     2469| <html>
     2470|   <head>
     2471|   <frameset>
     2472Expected:
     2473| <html>
     2474|   <head>
     2475|   <frameset>
     2476|   "
     2477"
     2478
     2479Test 11 of 51 in resources/tests6.dat failed. Input:
     2480<frameset></frameset>
     2481</html>
     2482Got:
     2483| <html>
     2484|   <head>
     2485|   <frameset>
     2486Expected:
     2487| <html>
     2488|   <head>
     2489|   <frameset>
     2490|   "
     2491"
     2492
     2493Test 12 of 51 in resources/tests6.dat failed. Input:
     2494<frameset></frameset>
     2495</div>
     2496Got:
     2497| <html>
     2498|   <head>
     2499|   <frameset>
     2500Expected:
     2501| <html>
     2502|   <head>
     2503|   <frameset>
     2504|   "
     2505"
     2506
     2507Test 13 of 51 in resources/tests6.dat failed. Input:
     2508<form><form>
     2509Got:
     2510| <html>
     2511|   <head>
     2512|   <body>
     2513|     <form>
     2514|       <form>
     2515Expected:
     2516| <html>
     2517|   <head>
     2518|   <body>
     2519|     <form>
     2520
     2521Test 14 of 51 in resources/tests6.dat failed. Input:
     2522<button><button>
     2523Got:
     2524| <html>
     2525|   <head>
     2526|   <body>
     2527|     <button>
     2528|       <button>
     2529Expected:
     2530| <html>
     2531|   <head>
     2532|   <body>
     2533|     <button>
     2534|     <button>
     2535
     2536Test 15 of 51 in resources/tests6.dat failed. Input:
     2537<table><tr><td></th>
     2538Got:
     2539| <html>
     2540|   <head>
     2541|   <body>
     2542|     <table>
     2543Expected:
     2544| <html>
     2545|   <head>
     2546|   <body>
     2547|     <table>
     2548|       <tbody>
     2549|         <tr>
     2550|           <td>
     2551
     2552Test 16 of 51 in resources/tests6.dat failed. Input:
     2553<table><caption><td>
     2554Got:
     2555| <html>
     2556|   <head>
     2557|   <body>
     2558|     <table>
     2559Expected:
     2560| <html>
     2561|   <head>
     2562|   <body>
     2563|     <table>
     2564|       <caption>
     2565|       <tbody>
     2566|         <tr>
     2567|           <td>
     2568
     2569Test 17 of 51 in resources/tests6.dat failed. Input:
     2570<table><caption><div>
     2571Got:
     2572| <html>
     2573|   <head>
     2574|   <body>
     2575|     <table>
     2576Expected:
     2577| <html>
     2578|   <head>
     2579|   <body>
     2580|     <table>
     2581|       <caption>
     2582|         <div>
     2583
     2584Test 19 of 51 in resources/tests6.dat failed. Input:
     2585<table><caption><div></caption>
     2586Got:
     2587| <html>
     2588|   <head>
     2589|   <body>
     2590|     <table>
     2591Expected:
     2592| <html>
     2593|   <head>
     2594|   <body>
     2595|     <table>
     2596|       <caption>
     2597|         <div>
     2598
     2599Test 20 of 51 in resources/tests6.dat failed. Input:
     2600<table><caption></table>
     2601Got:
     2602| <html>
     2603|   <head>
     2604|   <body>
     2605|     <table>
     2606Expected:
     2607| <html>
     2608|   <head>
     2609|   <body>
     2610|     <table>
     2611|       <caption>
     2612
     2613Test 22 of 51 in resources/tests6.dat failed. Input:
     2614<table><caption></body></col></colgroup></html></tbody></td></tfoot></th></thead></tr>
     2615Got:
     2616| <html>
     2617|   <head>
     2618|   <body>
     2619|     <table>
     2620Expected:
     2621| <html>
     2622|   <head>
     2623|   <body>
     2624|     <table>
     2625|       <caption>
     2626
     2627Test 23 of 51 in resources/tests6.dat failed. Input:
     2628<table><caption><div></div>
     2629Got:
     2630| <html>
     2631|   <head>
     2632|   <body>
     2633|     <table>
     2634Expected:
     2635| <html>
     2636|   <head>
     2637|   <body>
     2638|     <table>
     2639|       <caption>
     2640|         <div>
     2641
     2642Test 24 of 51 in resources/tests6.dat failed. Input:
     2643<table><tr><td></body></caption></col></colgroup></html>
     2644Got:
     2645| <html>
     2646|   <head>
     2647|   <body>
     2648|     <table>
     2649Expected:
     2650| <html>
     2651|   <head>
     2652|   <body>
     2653|     <table>
     2654|       <tbody>
     2655|         <tr>
     2656|           <td>
     2657
     2658Test 26 of 51 in resources/tests6.dat failed. Input:
     2659<table><colgroup>foo
     2660Got:
     2661| <html>
     2662|   <head>
     2663|   <body>
     2664|     <table>
     2665Expected:
     2666| <html>
     2667|   <head>
     2668|   <body>
     2669|     "foo"
     2670|     <table>
     2671|       <colgroup>
     2672
     2673Test 27 of 51 in resources/tests6.dat failed. Input:
     2674foo<col>
     2675Got:
     2676|
     2677Expected:
     2678| <col>
     2679
     2680Test 28 of 51 in resources/tests6.dat failed. Input:
     2681<table><colgroup></col>
     2682Got:
     2683| <html>
     2684|   <head>
     2685|   <body>
     2686|     <table>
     2687Expected:
     2688| <html>
     2689|   <head>
     2690|   <body>
     2691|     <table>
     2692|       <colgroup>
     2693
     2694Test 30 of 51 in resources/tests6.dat failed. Input:
     2695</frameset><frame>
     2696Got:
     2697|
     2698Expected:
     2699| <frame>
     2700
     2701Test 33 of 51 in resources/tests6.dat failed. Input:
     2702<table><tr><div>
     2703Got:
     2704| <html>
     2705|   <head>
     2706|   <body>
     2707|     <table>
     2708Expected:
     2709| <html>
     2710|   <head>
     2711|   <body>
     2712|     <div>
     2713|     <table>
     2714|       <tbody>
     2715|         <tr>
     2716
     2717Test 36 of 51 in resources/tests6.dat failed. Input:
     2718<table><tr><div><td>
     2719Got:
     2720| <html>
     2721|   <head>
     2722|   <body>
     2723|     <table>
     2724Expected:
     2725| <html>
     2726|   <head>
     2727|   <body>
     2728|     <div>
     2729|     <table>
     2730|       <tbody>
     2731|         <tr>
     2732|           <td>
     2733
     2734Test 37 of 51 in resources/tests6.dat failed. Input:
     2735<caption><col><colgroup><tbody><tfoot><thead><tr>
     2736Got:
     2737| <caption>
     2738| <colgroup>
     2739| <tbody>
     2740| <tfoot>
     2741| <thead>
     2742|   <tr>
     2743Expected:
     2744| <tr>
     2745
     2746Test 38 of 51 in resources/tests6.dat failed. Input:
     2747<table><tbody></thead>
     2748Got:
     2749| <html>
     2750|   <head>
     2751|   <body>
     2752|     <table>
     2753Expected:
     2754| <html>
     2755|   <head>
     2756|   <body>
     2757|     <table>
     2758|       <tbody>
     2759
     2760Test 40 of 51 in resources/tests6.dat failed. Input:
     2761<table><tbody></body></caption></col></colgroup></html></td></th></tr>
     2762Got:
     2763| <html>
     2764|   <head>
     2765|   <body>
     2766|     <table>
     2767Expected:
     2768| <html>
     2769|   <head>
     2770|   <body>
     2771|     <table>
     2772|       <tbody>
     2773
     2774Test 41 of 51 in resources/tests6.dat failed. Input:
     2775<table><tbody></div>
     2776Got:
     2777| <html>
     2778|   <head>
     2779|   <body>
     2780|     <table>
     2781Expected:
     2782| <html>
     2783|   <head>
     2784|   <body>
     2785|     <table>
     2786|       <tbody>
     2787
     2788Test 42 of 51 in resources/tests6.dat failed. Input:
     2789<table><table>
     2790Got:
     2791| <html>
     2792|   <head>
     2793|   <body>
     2794|     <table>
     2795Expected:
     2796| <html>
     2797|   <head>
     2798|   <body>
     2799|     <table>
     2800|     <table>
     2801
     2802Test 44 of 51 in resources/tests6.dat failed. Input:
     2803</table><tr>
     2804Got:
     2805| <tr>
     2806Expected:
     2807| <tbody>
     2808|   <tr>
     2809
     2810Test 45 of 51 in resources/tests6.dat failed. Input:
     2811<body></body></html>
     2812Got:
     2813|
     2814Expected:
     2815| <head>
     2816| <body>
     2817
     2818Test 46 of 51 in resources/tests6.dat failed. Input:
     2819<html><frameset></frameset></html>
     2820Got:
     2821| <html>
     2822|   <head>
     2823|   <frameset>
     2824Expected:
     2825| <html>
     2826|   <head>
     2827|   <frameset>
     2828|   " "
     2829
     2830Test 47 of 51 in resources/tests6.dat failed. Input:
     2831<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html></html>
     2832Got:
     2833| <!DOCTYPE html>
     2834| <html>
     2835|   <head>
     2836|   <body>
     2837Expected:
     2838| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "">
     2839| <html>
     2840|   <head>
     2841|   <body>
     2842
     2843Test 48 of 51 in resources/tests6.dat failed. Input:
     2844<param><frameset></frameset>
     2845Got:
     2846| <html>
     2847|   <head>
     2848|   <body>
     2849|     <param>
     2850Expected:
     2851| <html>
     2852|   <head>
     2853|   <frameset>
     2854
     2855Test 49 of 51 in resources/tests6.dat failed. Input:
     2856<source><frameset></frameset>
     2857Got:
     2858| <html>
     2859|   <head>
     2860|   <body>
     2861|     <source>
     2862Expected:
     2863| <html>
     2864|   <head>
     2865|   <frameset>
     2866
     2867Test 51 of 51 in resources/tests6.dat failed. Input:
     2868</body><frameset></frameset>
     2869Got:
     2870| <html>
     2871|   <head>
     2872|   <body>
     2873Expected:
     2874| <html>
     2875|   <head>
     2876|   <frameset>
    1612877resources/tests7.dat:
    16228782
     
    186290230
    1872903
     2904Test 2 of 30 in resources/tests7.dat failed. Input:
     2905<!doctype html><table><title>X</title></table>
     2906Got:
     2907| <!DOCTYPE html>
     2908| <html>
     2909|   <head>
     2910|   <body>
     2911|     <table>
     2912Expected:
     2913| <!DOCTYPE html>
     2914| <html>
     2915|   <head>
     2916|   <body>
     2917|     <title>
     2918|       "X"
     2919|     <table>
     2920
     2921Test 3 of 30 in resources/tests7.dat failed. Input:
     2922<!doctype html><head></head><title>X</title>
     2923Got:
     2924| <!DOCTYPE html>
     2925| <html>
     2926|   <head>
     2927|   <body>
     2928|     "X"
     2929Expected:
     2930| <!DOCTYPE html>
     2931| <html>
     2932|   <head>
     2933|     <title>
     2934|       "X"
     2935|   <body>
     2936
     2937Test 4 of 30 in resources/tests7.dat failed. Input:
     2938<!doctype html></head><title>X</title>
     2939Got:
     2940| <!DOCTYPE html>
     2941| <html>
     2942|   <head>
     2943|   <body>
     2944|     "X"
     2945Expected:
     2946| <!DOCTYPE html>
     2947| <html>
     2948|   <head>
     2949|     <title>
     2950|       "X"
     2951|   <body>
     2952
     2953Test 5 of 30 in resources/tests7.dat failed. Input:
     2954<!doctype html><table><meta></table>
     2955Got:
     2956| <!DOCTYPE html>
     2957| <html>
     2958|   <head>
     2959|   <body>
     2960|     <table>
     2961Expected:
     2962| <!DOCTYPE html>
     2963| <html>
     2964|   <head>
     2965|   <body>
     2966|     <meta>
     2967|     <table>
     2968
     2969Test 6 of 30 in resources/tests7.dat failed. Input:
     2970<!doctype html><table>X<tr><td><table> <meta></table></table>
     2971Got:
     2972| <!DOCTYPE html>
     2973| <html>
     2974|   <head>
     2975|   <body>
     2976|     <table>
     2977Expected:
     2978| <!DOCTYPE html>
     2979| <html>
     2980|   <head>
     2981|   <body>
     2982|     "X"
     2983|     <table>
     2984|       <tbody>
     2985|         <tr>
     2986|           <td>
     2987|             <meta>
     2988|             <table>
     2989|               " "
     2990
     2991Test 7 of 30 in resources/tests7.dat failed. Input:
     2992<!doctype html><html> <head>
     2993Got:
     2994| <!DOCTYPE html>
     2995| <html>
     2996|   <head>
     2997|   <body>
     2998|     " "
     2999Expected:
     3000| <!DOCTYPE html>
     3001| <html>
     3002|   <head>
     3003|   <body>
     3004
     3005Test 8 of 30 in resources/tests7.dat failed. Input:
     3006<!doctype html> <head>
     3007Got:
     3008| <!DOCTYPE html>
     3009| <html>
     3010|   <head>
     3011|   <body>
     3012|     " "
     3013Expected:
     3014| <!DOCTYPE html>
     3015| <html>
     3016|   <head>
     3017|   <body>
     3018
     3019Test 9 of 30 in resources/tests7.dat failed. Input:
     3020<!doctype html><table><style> <tr>x </style> </table>
     3021Got:
     3022| <!DOCTYPE html>
     3023| <html>
     3024|   <head>
     3025|   <body>
     3026|     <table>
     3027Expected:
     3028| <!DOCTYPE html>
     3029| <html>
     3030|   <head>
     3031|   <body>
     3032|     <table>
     3033|       <style>
     3034|         " <tr>x "
     3035|       " "
     3036
     3037Test 10 of 30 in resources/tests7.dat failed. Input:
     3038<!doctype html><table><TBODY><script> <tr>x </script> </table>
     3039Got:
     3040| <!DOCTYPE html>
     3041| <html>
     3042|   <head>
     3043|   <body>
     3044|     <table>
     3045Expected:
     3046| <!DOCTYPE html>
     3047| <html>
     3048|   <head>
     3049|   <body>
     3050|     <table>
     3051|       <tbody>
     3052|         <script>
     3053|           " <tr>x "
     3054|         " "
     3055
     3056Test 13 of 30 in resources/tests7.dat failed. Input:
     3057<!doctype html><select><input>X
     3058Got:
     3059| <!DOCTYPE html>
     3060| <html>
     3061|   <head>
     3062|   <body>
     3063|     <select>
     3064Expected:
     3065| <!DOCTYPE html>
     3066| <html>
     3067|   <head>
     3068|   <body>
     3069|     <select>
     3070|     <input>
     3071|     "X"
     3072
     3073Test 14 of 30 in resources/tests7.dat failed. Input:
     3074<!doctype html><select><select>X
     3075Got:
     3076| <!DOCTYPE html>
     3077| <html>
     3078|   <head>
     3079|   <body>
     3080|     <select>
     3081Expected:
     3082| <!DOCTYPE html>
     3083| <html>
     3084|   <head>
     3085|   <body>
     3086|     <select>
     3087|     "X"
     3088
     3089Test 15 of 30 in resources/tests7.dat failed. Input:
     3090<!doctype html><table><input type=hidDEN></table>
     3091Got:
     3092| <!DOCTYPE html>
     3093| <html>
     3094|   <head>
     3095|   <body>
     3096|     <table>
     3097Expected:
     3098| <!DOCTYPE html>
     3099| <html>
     3100|   <head>
     3101|   <body>
     3102|     <table>
     3103|       <input>
     3104|         type="hidDEN"
     3105
     3106Test 16 of 30 in resources/tests7.dat failed. Input:
     3107<!doctype html><table>X<input type=hidDEN></table>
     3108Got:
     3109| <!DOCTYPE html>
     3110| <html>
     3111|   <head>
     3112|   <body>
     3113|     <table>
     3114Expected:
     3115| <!DOCTYPE html>
     3116| <html>
     3117|   <head>
     3118|   <body>
     3119|     "X"
     3120|     <table>
     3121|       <input>
     3122|         type="hidDEN"
     3123
     3124Test 17 of 30 in resources/tests7.dat failed. Input:
     3125<!doctype html><table>  <input type=hidDEN></table>
     3126Got:
     3127| <!DOCTYPE html>
     3128| <html>
     3129|   <head>
     3130|   <body>
     3131|     <table>
     3132Expected:
     3133| <!DOCTYPE html>
     3134| <html>
     3135|   <head>
     3136|   <body>
     3137|     <table>
     3138|       "  "
     3139|       <input>
     3140|         type="hidDEN"
     3141
     3142Test 18 of 30 in resources/tests7.dat failed. Input:
     3143<!doctype html><table>  <input type='hidDEN'></table>
     3144Got:
     3145| <!DOCTYPE html>
     3146| <html>
     3147|   <head>
     3148|   <body>
     3149|     <table>
     3150Expected:
     3151| <!DOCTYPE html>
     3152| <html>
     3153|   <head>
     3154|   <body>
     3155|     <table>
     3156|       "  "
     3157|       <input>
     3158|         type="hidDEN"
     3159
     3160Test 19 of 30 in resources/tests7.dat failed. Input:
     3161<!doctype html><table><input type=" hidden"><input type=hidDEN></table>
     3162Got:
     3163| <!DOCTYPE html>
     3164| <html>
     3165|   <head>
     3166|   <body>
     3167|     <table>
     3168Expected:
     3169| <!DOCTYPE html>
     3170| <html>
     3171|   <head>
     3172|   <body>
     3173|     <input>
     3174|       type=" hidden"
     3175|     <table>
     3176|       <input>
     3177|         type="hidDEN"
     3178
     3179Test 20 of 30 in resources/tests7.dat failed. Input:
     3180<!doctype html><table><select>X<tr>
     3181Got:
     3182| <!DOCTYPE html>
     3183| <html>
     3184|   <head>
     3185|   <body>
     3186|     <table>
     3187Expected:
     3188| <!DOCTYPE html>
     3189| <html>
     3190|   <head>
     3191|   <body>
     3192|     <select>
     3193|       "X"
     3194|     <table>
     3195|       <tbody>
     3196|         <tr>
     3197
     3198Test 21 of 30 in resources/tests7.dat failed. Input:
     3199<!doctype html><select>X</select>
     3200Got:
     3201| <!DOCTYPE html>
     3202| <html>
     3203|   <head>
     3204|   <body>
     3205|     <select>
     3206Expected:
     3207| <!DOCTYPE html>
     3208| <html>
     3209|   <head>
     3210|   <body>
     3211|     <select>
     3212|       "X"
     3213
     3214Test 24 of 30 in resources/tests7.dat failed. Input:
     3215<body>X</body></body>
     3216Got:
     3217| "X"
     3218Expected:
     3219| <head>
     3220| <body>
     3221|   "X"
     3222
     3223Test 25 of 30 in resources/tests7.dat failed. Input:
     3224<div><p>a</x> b
     3225Got:
     3226| <html>
     3227|   <head>
     3228|   <body>
     3229|     <div>
     3230|       <p>
     3231|         "a"
     3232|         " b"
     3233Expected:
     3234| <html>
     3235|   <head>
     3236|   <body>
     3237|     <div>
     3238|       <p>
     3239|         "a b"
     3240
     3241Test 26 of 30 in resources/tests7.dat failed. Input:
     3242<table><tr><td><code></code> </table>
     3243Got:
     3244| <html>
     3245|   <head>
     3246|   <body>
     3247|     <table>
     3248Expected:
     3249| <html>
     3250|   <head>
     3251|   <body>
     3252|     <table>
     3253|       <tbody>
     3254|         <tr>
     3255|           <td>
     3256|             <code>
     3257|             " "
     3258
     3259Test 27 of 30 in resources/tests7.dat failed. Input:
     3260<table><b><tr><td>aaa</td></tr>bbb</table>ccc
     3261Got:
     3262| <html>
     3263|   <head>
     3264|   <body>
     3265|     <table>
     3266Expected:
     3267| <html>
     3268|   <head>
     3269|   <body>
     3270|     <b>
     3271|     <b>
     3272|       "bbb"
     3273|     <table>
     3274|       <tbody>
     3275|         <tr>
     3276|           <td>
     3277|             "aaa"
     3278|     <b>
     3279|       "ccc"
     3280
     3281Test 28 of 30 in resources/tests7.dat failed. Input:
     3282A<table><tr> B</tr> B</table>
     3283Got:
     3284| <html>
     3285|   <head>
     3286|   <body>
     3287|     "A"
     3288|     <table>
     3289Expected:
     3290| <html>
     3291|   <head>
     3292|   <body>
     3293|     "A B B"
     3294|     <table>
     3295|       <tbody>
     3296|         <tr>
     3297
     3298Test 29 of 30 in resources/tests7.dat failed. Input:
     3299A<table><tr> B</tr> </em>C</table>
     3300Got:
     3301| <html>
     3302|   <head>
     3303|   <body>
     3304|     "A"
     3305|     <table>
     3306Expected:
     3307| <html>
     3308|   <head>
     3309|   <body>
     3310|     "A BC"
     3311|     <table>
     3312|       <tbody>
     3313|         <tr>
     3314|         " "
     3315
     3316Test 30 of 30 in resources/tests7.dat failed. Input:
     3317<select><keygen>
     3318Got:
     3319| <html>
     3320|   <head>
     3321|   <body>
     3322|     <select>
     3323Expected:
     3324| <html>
     3325|   <head>
     3326|   <body>
     3327|     <select>
     3328|     <keygen>
    1883329resources/tests8.dat:
    18933301
     
    19733389
    1983339
     3340Test 1 of 9 in resources/tests8.dat failed. Input:
     3341<div>
     3342<div></div>
     3343</span>x
     3344Got:
     3345| <html>
     3346|   <head>
     3347|   <body>
     3348|     <div>
     3349|       "
     3350"
     3351|       <div>
     3352|     "
     3353"
     3354|     "x"
     3355Expected:
     3356| <html>
     3357|   <head>
     3358|   <body>
     3359|     <div>
     3360|       "
     3361"
     3362|       <div>
     3363|       "
     3364x"
     3365
     3366Test 2 of 9 in resources/tests8.dat failed. Input:
     3367<div>x<div></div>
     3368</span>x
     3369Got:
     3370| <html>
     3371|   <head>
     3372|   <body>
     3373|     <div>
     3374|       "x"
     3375|       <div>
     3376|     "
     3377"
     3378|     "x"
     3379Expected:
     3380| <html>
     3381|   <head>
     3382|   <body>
     3383|     <div>
     3384|       "x"
     3385|       <div>
     3386|       "
     3387x"
     3388
     3389Test 3 of 9 in resources/tests8.dat failed. Input:
     3390<div>x<div></div>x</span>x
     3391Got:
     3392| <html>
     3393|   <head>
     3394|   <body>
     3395|     <div>
     3396|       "x"
     3397|       <div>
     3398|     "x"
     3399|     "x"
     3400Expected:
     3401| <html>
     3402|   <head>
     3403|   <body>
     3404|     <div>
     3405|       "x"
     3406|       <div>
     3407|       "xx"
     3408
     3409Test 4 of 9 in resources/tests8.dat failed. Input:
     3410<div>x<div></div>y</span>z
     3411Got:
     3412| <html>
     3413|   <head>
     3414|   <body>
     3415|     <div>
     3416|       "x"
     3417|       <div>
     3418|     "y"
     3419|     "z"
     3420Expected:
     3421| <html>
     3422|   <head>
     3423|   <body>
     3424|     <div>
     3425|       "x"
     3426|       <div>
     3427|       "yz"
     3428
     3429Test 5 of 9 in resources/tests8.dat failed. Input:
     3430<table><div>x<div></div>x</span>x
     3431Got:
     3432| <html>
     3433|   <head>
     3434|   <body>
     3435|     <table>
     3436Expected:
     3437| <html>
     3438|   <head>
     3439|   <body>
     3440|     <div>
     3441|       "x"
     3442|       <div>
     3443|       "xx"
     3444|     <table>
     3445
     3446Test 6 of 9 in resources/tests8.dat failed. Input:
     3447x<table>x
     3448Got:
     3449| <html>
     3450|   <head>
     3451|   <body>
     3452|     "x"
     3453|     <table>
     3454Expected:
     3455| <html>
     3456|   <head>
     3457|   <body>
     3458|     "xx"
     3459|     <table>
     3460
     3461Test 7 of 9 in resources/tests8.dat failed. Input:
     3462x<table><table>x
     3463Got:
     3464| <html>
     3465|   <head>
     3466|   <body>
     3467|     "x"
     3468|     <table>
     3469Expected:
     3470| <html>
     3471|   <head>
     3472|   <body>
     3473|     "x"
     3474|     <table>
     3475|     "x"
     3476|     <table>
     3477
     3478Test 8 of 9 in resources/tests8.dat failed. Input:
     3479<b>a<div></div><div></b>y
     3480Got:
     3481| <html>
     3482|   <head>
     3483|   <body>
     3484|     <b>
     3485|       "a"
     3486|       <div>
     3487|       <div>
     3488|         "y"
     3489Expected:
     3490| <html>
     3491|   <head>
     3492|   <body>
     3493|     <b>
     3494|       "a"
     3495|       <div>
     3496|     <div>
     3497|       <b>
     3498|       "y"
     3499
     3500Test 9 of 9 in resources/tests8.dat failed. Input:
     3501<a><div><p></a>
     3502Got:
     3503| <html>
     3504|   <head>
     3505|   <body>
     3506|     <a>
     3507|       <div>
     3508|         <p>
     3509Expected:
     3510| <html>
     3511|   <head>
     3512|   <body>
     3513|     <a>
     3514|     <div>
     3515|       <a>
     3516|       <p>
     3517|         <a>
    1993518resources/tests9.dat:
    20035191
     
    221354025
    2223541
     3542Test 1 of 25 in resources/tests9.dat failed. Input:
     3543<!DOCTYPE html><math></math>
     3544Got:
     3545| <!DOCTYPE html>
     3546| <html>
     3547|   <head>
     3548|   <body>
     3549|     <math>
     3550Expected:
     3551| <!DOCTYPE html>
     3552| <html>
     3553|   <head>
     3554|   <body>
     3555|     <math math>
     3556
     3557Test 2 of 25 in resources/tests9.dat failed. Input:
     3558<!DOCTYPE html><body><math></math>
     3559Got:
     3560| <!DOCTYPE html>
     3561| <html>
     3562|   <head>
     3563|   <body>
     3564|     <math>
     3565Expected:
     3566| <!DOCTYPE html>
     3567| <html>
     3568|   <head>
     3569|   <body>
     3570|     <math math>
     3571
     3572Test 4 of 25 in resources/tests9.dat failed. Input:
     3573<!DOCTYPE html><body><select><option><math></math></option></select>
     3574Got:
     3575| <!DOCTYPE html>
     3576| <html>
     3577|   <head>
     3578|   <body>
     3579|     <select>
     3580Expected:
     3581| <!DOCTYPE html>
     3582| <html>
     3583|   <head>
     3584|   <body>
     3585|     <select>
     3586|       <option>
     3587
     3588Test 5 of 25 in resources/tests9.dat failed. Input:
     3589<!DOCTYPE html><body><table><math></math></table>
     3590Got:
     3591| <!DOCTYPE html>
     3592| <html>
     3593|   <head>
     3594|   <body>
     3595|     <table>
     3596Expected:
     3597| <!DOCTYPE html>
     3598| <html>
     3599|   <head>
     3600|   <body>
     3601|     <math math>
     3602|     <table>
     3603
     3604Test 6 of 25 in resources/tests9.dat failed. Input:
     3605<!DOCTYPE html><body><table><math><mi>foo</mi></math></table>
     3606Got:
     3607| <!DOCTYPE html>
     3608| <html>
     3609|   <head>
     3610|   <body>
     3611|     <table>
     3612Expected:
     3613| <!DOCTYPE html>
     3614| <html>
     3615|   <head>
     3616|   <body>
     3617|     <math math>
     3618|       <math mi>
     3619|         "foo"
     3620|     <table>
     3621
     3622Test 7 of 25 in resources/tests9.dat failed. Input:
     3623<!DOCTYPE html><body><table><math><mi>foo</mi><mi>bar</mi></math></table>
     3624Got:
     3625| <!DOCTYPE html>
     3626| <html>
     3627|   <head>
     3628|   <body>
     3629|     <table>
     3630Expected:
     3631| <!DOCTYPE html>
     3632| <html>
     3633|   <head>
     3634|   <body>
     3635|     <math math>
     3636|       <math mi>
     3637|         "foo"
     3638|       <math mi>
     3639|         "bar"
     3640|     <table>
     3641
     3642Test 8 of 25 in resources/tests9.dat failed. Input:
     3643<!DOCTYPE html><body><table><tbody><math><mi>foo</mi><mi>bar</mi></math></tbody></table>
     3644Got:
     3645| <!DOCTYPE html>
     3646| <html>
     3647|   <head>
     3648|   <body>
     3649|     <table>
     3650Expected:
     3651| <!DOCTYPE html>
     3652| <html>
     3653|   <head>
     3654|   <body>
     3655|     <math math>
     3656|       <math mi>
     3657|         "foo"
     3658|       <math mi>
     3659|         "bar"
     3660|     <table>
     3661|       <tbody>
     3662
     3663Test 9 of 25 in resources/tests9.dat failed. Input:
     3664<!DOCTYPE html><body><table><tbody><tr><math><mi>foo</mi><mi>bar</mi></math></tr></tbody></table>
     3665Got:
     3666| <!DOCTYPE html>
     3667| <html>
     3668|   <head>
     3669|   <body>
     3670|     <table>
     3671Expected:
     3672| <!DOCTYPE html>
     3673| <html>
     3674|   <head>
     3675|   <body>
     3676|     <math math>
     3677|       <math mi>
     3678|         "foo"
     3679|       <math mi>
     3680|         "bar"
     3681|     <table>
     3682|       <tbody>
     3683|         <tr>
     3684
     3685Test 10 of 25 in resources/tests9.dat failed. Input:
     3686<!DOCTYPE html><body><table><tbody><tr><td><math><mi>foo</mi><mi>bar</mi></math></td></tr></tbody></table>
     3687Got:
     3688| <!DOCTYPE html>
     3689| <html>
     3690|   <head>
     3691|   <body>
     3692|     <table>
     3693Expected:
     3694| <!DOCTYPE html>
     3695| <html>
     3696|   <head>
     3697|   <body>
     3698|     <table>
     3699|       <tbody>
     3700|         <tr>
     3701|           <td>
     3702|             <math math>
     3703|               <math mi>
     3704|                 "foo"
     3705|               <math mi>
     3706|                 "bar"
     3707
     3708Test 11 of 25 in resources/tests9.dat failed. Input:
     3709<!DOCTYPE html><body><table><tbody><tr><td><math><mi>foo</mi><mi>bar</mi></math><p>baz</td></tr></tbody></table>
     3710Got:
     3711| <!DOCTYPE html>
     3712| <html>
     3713|   <head>
     3714|   <body>
     3715|     <table>
     3716Expected:
     3717| <!DOCTYPE html>
     3718| <html>
     3719|   <head>
     3720|   <body>
     3721|     <table>
     3722|       <tbody>
     3723|         <tr>
     3724|           <td>
     3725|             <math math>
     3726|               <math mi>
     3727|                 "foo"
     3728|               <math mi>
     3729|                 "bar"
     3730|             <p>
     3731|               "baz"
     3732
     3733Test 12 of 25 in resources/tests9.dat failed. Input:
     3734<!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi></math><p>baz</caption></table>
     3735Got:
     3736| <!DOCTYPE html>
     3737| <html>
     3738|   <head>
     3739|   <body>
     3740|     <table>
     3741Expected:
     3742| <!DOCTYPE html>
     3743| <html>
     3744|   <head>
     3745|   <body>
     3746|     <table>
     3747|       <caption>
     3748|         <math math>
     3749|           <math mi>
     3750|             "foo"
     3751|           <math mi>
     3752|             "bar"
     3753|         <p>
     3754|           "baz"
     3755
     3756Test 13 of 25 in resources/tests9.dat failed. Input:
     3757<!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
     3758Got:
     3759| <!DOCTYPE html>
     3760| <html>
     3761|   <head>
     3762|   <body>
     3763|     <table>
     3764Expected:
     3765| <!DOCTYPE html>
     3766| <html>
     3767|   <head>
     3768|   <body>
     3769|     <table>
     3770|       <caption>
     3771|         <math math>
     3772|           <math mi>
     3773|             "foo"
     3774|           <math mi>
     3775|             "bar"
     3776|         <p>
     3777|           "baz"
     3778|     <p>
     3779|       "quux"
     3780
     3781Test 14 of 25 in resources/tests9.dat failed. Input:
     3782<!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi>baz</table><p>quux
     3783Got:
     3784| <!DOCTYPE html>
     3785| <html>
     3786|   <head>
     3787|   <body>
     3788|     <table>
     3789Expected:
     3790| <!DOCTYPE html>
     3791| <html>
     3792|   <head>
     3793|   <body>
     3794|     <table>
     3795|       <caption>
     3796|         <math math>
     3797|           <math mi>
     3798|             "foo"
     3799|           <math mi>
     3800|             "bar"
     3801|           "baz"
     3802|     <p>
     3803|       "quux"
     3804
     3805Test 15 of 25 in resources/tests9.dat failed. Input:
     3806<!DOCTYPE html><body><table><colgroup><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
     3807Got:
     3808| <!DOCTYPE html>
     3809| <html>
     3810|   <head>
     3811|   <body>
     3812|     <table>
     3813Expected:
     3814| <!DOCTYPE html>
     3815| <html>
     3816|   <head>
     3817|   <body>
     3818|     <math math>
     3819|       <math mi>
     3820|         "foo"
     3821|       <math mi>
     3822|         "bar"
     3823|     <p>
     3824|       "baz"
     3825|     <table>
     3826|       <colgroup>
     3827|     <p>
     3828|       "quux"
     3829
     3830Test 16 of 25 in resources/tests9.dat failed. Input:
     3831<!DOCTYPE html><body><table><tr><td><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
     3832Got:
     3833| <!DOCTYPE html>
     3834| <html>
     3835|   <head>
     3836|   <body>
     3837|     <table>
     3838Expected:
     3839| <!DOCTYPE html>
     3840| <html>
     3841|   <head>
     3842|   <body>
     3843|     <table>
     3844|       <tbody>
     3845|         <tr>
     3846|           <td>
     3847|             <select>
     3848|               "foobarbaz"
     3849|     <p>
     3850|       "quux"
     3851
     3852Test 17 of 25 in resources/tests9.dat failed. Input:
     3853<!DOCTYPE html><body><table><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
     3854Got:
     3855| <!DOCTYPE html>
     3856| <html>
     3857|   <head>
     3858|   <body>
     3859|     <table>
     3860Expected:
     3861| <!DOCTYPE html>
     3862| <html>
     3863|   <head>
     3864|   <body>
     3865|     <select>
     3866|       "foobarbaz"
     3867|     <table>
     3868|     <p>
     3869|       "quux"
     3870
     3871Test 18 of 25 in resources/tests9.dat failed. Input:
     3872<!DOCTYPE html><body></body></html><math><mi>foo</mi><mi>bar</mi><p>baz
     3873Got:
     3874| <!DOCTYPE html>
     3875| <html>
     3876|   <head>
     3877|   <body>
     3878Expected:
     3879| <!DOCTYPE html>
     3880| <html>
     3881|   <head>
     3882|   <body>
     3883|     <math math>
     3884|       <math mi>
     3885|         "foo"
     3886|       <math mi>
     3887|         "bar"
     3888|     <p>
     3889|       "baz"
     3890
     3891Test 19 of 25 in resources/tests9.dat failed. Input:
     3892<!DOCTYPE html><body></body><math><mi>foo</mi><mi>bar</mi><p>baz
     3893Got:
     3894| <!DOCTYPE html>
     3895| <html>
     3896|   <head>
     3897|   <body>
     3898Expected:
     3899| <!DOCTYPE html>
     3900| <html>
     3901|   <head>
     3902|   <body>
     3903|     <math math>
     3904|       <math mi>
     3905|         "foo"
     3906|       <math mi>
     3907|         "bar"
     3908|     <p>
     3909|       "baz"
     3910
     3911Test 22 of 25 in resources/tests9.dat failed. Input:
     3912<!DOCTYPE html><body xlink:href=foo><math xlink:href=foo></math>
     3913Got:
     3914| <!DOCTYPE html>
     3915| <html>
     3916|   <head>
     3917|   <body>
     3918|     xlink:href="foo"
     3919|     <math>
     3920|       xlink:href="foo"
     3921Expected:
     3922| <!DOCTYPE html>
     3923| <html>
     3924|   <head>
     3925|   <body>
     3926|     xlink:href="foo"
     3927|     <math math>
     3928|       xlink href="foo"
     3929
     3930Test 23 of 25 in resources/tests9.dat failed. Input:
     3931<!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo></mi></math>
     3932Got:
     3933| <!DOCTYPE html>
     3934| <html>
     3935|   <head>
     3936|   <body>
     3937|     xlink:href="foo"
     3938|     xml:lang="en"
     3939|     <math>
     3940|       <mi>
     3941|         xlink:href="foo"
     3942|         xml:lang="en"
     3943Expected:
     3944| <!DOCTYPE html>
     3945| <html>
     3946|   <head>
     3947|   <body>
     3948|     xlink:href="foo"
     3949|     xml:lang="en"
     3950|     <math math>
     3951|       <math mi>
     3952|         xlink href="foo"
     3953|         xml lang="en"
     3954
     3955Test 24 of 25 in resources/tests9.dat failed. Input:
     3956<!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo /></math>
     3957Got:
     3958| <!DOCTYPE html>
     3959| <html>
     3960|   <head>
     3961|   <body>
     3962|     xlink:href="foo"
     3963|     xml:lang="en"
     3964|     <math>
     3965|       <mi>
     3966|         xlink:href="foo"
     3967|         xml:lang="en"
     3968Expected:
     3969| <!DOCTYPE html>
     3970| <html>
     3971|   <head>
     3972|   <body>
     3973|     xlink:href="foo"
     3974|     xml:lang="en"
     3975|     <math math>
     3976|       <math mi>
     3977|         xlink href="foo"
     3978|         xml lang="en"
     3979
     3980Test 25 of 25 in resources/tests9.dat failed. Input:
     3981<!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo />bar</math>
     3982Got:
     3983| <!DOCTYPE html>
     3984| <html>
     3985|   <head>
     3986|   <body>
     3987|     xlink:href="foo"
     3988|     xml:lang="en"
     3989|     <math>
     3990|       <mi>
     3991|         xlink:href="foo"
     3992|         xml:lang="en"
     3993|         "bar"
     3994Expected:
     3995| <!DOCTYPE html>
     3996| <html>
     3997|   <head>
     3998|   <body>
     3999|     xlink:href="foo"
     4000|     xml:lang="en"
     4001|     <math math>
     4002|       <math mi>
     4003|         xlink href="foo"
     4004|         xml lang="en"
     4005|       "bar"
    2234006resources/tests10.dat:
    22440071
     
    245402825
    2464029
     4030Test 1 of 25 in resources/tests10.dat failed. Input:
     4031<!DOCTYPE html><svg></svg>
     4032Got:
     4033| <!DOCTYPE html>
     4034| <html>
     4035|   <head>
     4036|   <body>
     4037|     <svg>
     4038Expected:
     4039| <!DOCTYPE html>
     4040| <html>
     4041|   <head>
     4042|   <body>
     4043|     <svg svg>
     4044
     4045Test 2 of 25 in resources/tests10.dat failed. Input:
     4046<!DOCTYPE html><body><svg></svg>
     4047Got:
     4048| <!DOCTYPE html>
     4049| <html>
     4050|   <head>
     4051|   <body>
     4052|     <svg>
     4053Expected:
     4054| <!DOCTYPE html>
     4055| <html>
     4056|   <head>
     4057|   <body>
     4058|     <svg svg>
     4059
     4060Test 4 of 25 in resources/tests10.dat failed. Input:
     4061<!DOCTYPE html><body><select><option><svg></svg></option></select>
     4062Got:
     4063| <!DOCTYPE html>
     4064| <html>
     4065|   <head>
     4066|   <body>
     4067|     <select>
     4068Expected:
     4069| <!DOCTYPE html>
     4070| <html>
     4071|   <head>
     4072|   <body>
     4073|     <select>
     4074|       <option>
     4075
     4076Test 5 of 25 in resources/tests10.dat failed. Input:
     4077<!DOCTYPE html><body><table><svg></svg></table>
     4078Got:
     4079| <!DOCTYPE html>
     4080| <html>
     4081|   <head>
     4082|   <body>
     4083|     <table>
     4084Expected:
     4085| <!DOCTYPE html>
     4086| <html>
     4087|   <head>
     4088|   <body>
     4089|     <svg svg>
     4090|     <table>
     4091
     4092Test 6 of 25 in resources/tests10.dat failed. Input:
     4093<!DOCTYPE html><body><table><svg><g>foo</g></svg></table>
     4094Got:
     4095| <!DOCTYPE html>
     4096| <html>
     4097|   <head>
     4098|   <body>
     4099|     <table>
     4100Expected:
     4101| <!DOCTYPE html>
     4102| <html>
     4103|   <head>
     4104|   <body>
     4105|     <svg svg>
     4106|       <svg g>
     4107|         "foo"
     4108|     <table>
     4109
     4110Test 7 of 25 in resources/tests10.dat failed. Input:
     4111<!DOCTYPE html><body><table><svg><g>foo</g><g>bar</g></svg></table>
     4112Got:
     4113| <!DOCTYPE html>
     4114| <html>
     4115|   <head>
     4116|   <body>
     4117|     <table>
     4118Expected:
     4119| <!DOCTYPE html>
     4120| <html>
     4121|   <head>
     4122|   <body>
     4123|     <svg svg>
     4124|       <svg g>
     4125|         "foo"
     4126|       <svg g>
     4127|         "bar"
     4128|     <table>
     4129
     4130Test 8 of 25 in resources/tests10.dat failed. Input:
     4131<!DOCTYPE html><body><table><tbody><svg><g>foo</g><g>bar</g></svg></tbody></table>
     4132Got:
     4133| <!DOCTYPE html>
     4134| <html>
     4135|   <head>
     4136|   <body>
     4137|     <table>
     4138Expected:
     4139| <!DOCTYPE html>
     4140| <html>
     4141|   <head>
     4142|   <body>
     4143|     <svg svg>
     4144|       <svg g>
     4145|         "foo"
     4146|       <svg g>
     4147|         "bar"
     4148|     <table>
     4149|       <tbody>
     4150
     4151Test 9 of 25 in resources/tests10.dat failed. Input:
     4152<!DOCTYPE html><body><table><tbody><tr><svg><g>foo</g><g>bar</g></svg></tr></tbody></table>
     4153Got:
     4154| <!DOCTYPE html>
     4155| <html>
     4156|   <head>
     4157|   <body>
     4158|     <table>
     4159Expected:
     4160| <!DOCTYPE html>
     4161| <html>
     4162|   <head>
     4163|   <body>
     4164|     <svg svg>
     4165|       <svg g>
     4166|         "foo"
     4167|       <svg g>
     4168|         "bar"
     4169|     <table>
     4170|       <tbody>
     4171|         <tr>
     4172
     4173Test 10 of 25 in resources/tests10.dat failed. Input:
     4174<!DOCTYPE html><body><table><tbody><tr><td><svg><g>foo</g><g>bar</g></svg></td></tr></tbody></table>
     4175Got:
     4176| <!DOCTYPE html>
     4177| <html>
     4178|   <head>
     4179|   <body>
     4180|     <table>
     4181Expected:
     4182| <!DOCTYPE html>
     4183| <html>
     4184|   <head>
     4185|   <body>
     4186|     <table>
     4187|       <tbody>
     4188|         <tr>
     4189|           <td>
     4190|             <svg svg>
     4191|               <svg g>
     4192|                 "foo"
     4193|               <svg g>
     4194|                 "bar"
     4195
     4196Test 11 of 25 in resources/tests10.dat failed. Input:
     4197<!DOCTYPE html><body><table><tbody><tr><td><svg><g>foo</g><g>bar</g></svg><p>baz</td></tr></tbody></table>
     4198Got:
     4199| <!DOCTYPE html>
     4200| <html>
     4201|   <head>
     4202|   <body>
     4203|     <table>
     4204Expected:
     4205| <!DOCTYPE html>
     4206| <html>
     4207|   <head>
     4208|   <body>
     4209|     <table>
     4210|       <tbody>
     4211|         <tr>
     4212|           <td>
     4213|             <svg svg>
     4214|               <svg g>
     4215|                 "foo"
     4216|               <svg g>
     4217|                 "bar"
     4218|             <p>
     4219|               "baz"
     4220
     4221Test 12 of 25 in resources/tests10.dat failed. Input:
     4222<!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g></svg><p>baz</caption></table>
     4223Got:
     4224| <!DOCTYPE html>
     4225| <html>
     4226|   <head>
     4227|   <body>
     4228|     <table>
     4229Expected:
     4230| <!DOCTYPE html>
     4231| <html>
     4232|   <head>
     4233|   <body>
     4234|     <table>
     4235|       <caption>
     4236|         <svg svg>
     4237|           <svg g>
     4238|             "foo"
     4239|           <svg g>
     4240|             "bar"
     4241|         <p>
     4242|           "baz"
     4243
     4244Test 13 of 25 in resources/tests10.dat failed. Input:
     4245<!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
     4246Got:
     4247| <!DOCTYPE html>
     4248| <html>
     4249|   <head>
     4250|   <body>
     4251|     <table>
     4252Expected:
     4253| <!DOCTYPE html>
     4254| <html>
     4255|   <head>
     4256|   <body>
     4257|     <table>
     4258|       <caption>
     4259|         <svg svg>
     4260|           <svg g>
     4261|             "foo"
     4262|           <svg g>
     4263|             "bar"
     4264|         <p>
     4265|           "baz"
     4266|     <p>
     4267|       "quux"
     4268
     4269Test 14 of 25 in resources/tests10.dat failed. Input:
     4270<!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g>baz</table><p>quux
     4271Got:
     4272| <!DOCTYPE html>
     4273| <html>
     4274|   <head>
     4275|   <body>
     4276|     <table>
     4277Expected:
     4278| <!DOCTYPE html>
     4279| <html>
     4280|   <head>
     4281|   <body>
     4282|     <table>
     4283|       <caption>
     4284|         <svg svg>
     4285|           <svg g>
     4286|             "foo"
     4287|           <svg g>
     4288|             "bar"
     4289|           "baz"
     4290|     <p>
     4291|       "quux"
     4292
     4293Test 15 of 25 in resources/tests10.dat failed. Input:
     4294<!DOCTYPE html><body><table><colgroup><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
     4295Got:
     4296| <!DOCTYPE html>
     4297| <html>
     4298|   <head>
     4299|   <body>
     4300|     <table>
     4301Expected:
     4302| <!DOCTYPE html>
     4303| <html>
     4304|   <head>
     4305|   <body>
     4306|     <svg svg>
     4307|       <svg g>
     4308|         "foo"
     4309|       <svg g>
     4310|         "bar"
     4311|     <p>
     4312|       "baz"
     4313|     <table>
     4314|       <colgroup>
     4315|     <p>
     4316|       "quux"
     4317
     4318Test 16 of 25 in resources/tests10.dat failed. Input:
     4319<!DOCTYPE html><body><table><tr><td><select><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
     4320Got:
     4321| <!DOCTYPE html>
     4322| <html>
     4323|   <head>
     4324|   <body>
     4325|     <table>
     4326Expected:
     4327| <!DOCTYPE html>
     4328| <html>
     4329|   <head>
     4330|   <body>
     4331|     <table>
     4332|       <tbody>
     4333|         <tr>
     4334|           <td>
     4335|             <select>
     4336|               "foobarbaz"
     4337|     <p>
     4338|       "quux"
     4339
     4340Test 17 of 25 in resources/tests10.dat failed. Input:
     4341<!DOCTYPE html><body><table><select><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
     4342Got:
     4343| <!DOCTYPE html>
     4344| <html>
     4345|   <head>
     4346|   <body>
     4347|     <table>
     4348Expected:
     4349| <!DOCTYPE html>
     4350| <html>
     4351|   <head>
     4352|   <body>
     4353|     <select>
     4354|       "foobarbaz"
     4355|     <table>
     4356|     <p>
     4357|       "quux"
     4358
     4359Test 18 of 25 in resources/tests10.dat failed. Input:
     4360<!DOCTYPE html><body></body></html><svg><g>foo</g><g>bar</g><p>baz
     4361Got:
     4362| <!DOCTYPE html>
     4363| <html>
     4364|   <head>
     4365|   <body>
     4366Expected:
     4367| <!DOCTYPE html>
     4368| <html>
     4369|   <head>
     4370|   <body>
     4371|     <svg svg>
     4372|       <svg g>
     4373|         "foo"
     4374|       <svg g>
     4375|         "bar"
     4376|     <p>
     4377|       "baz"
     4378
     4379Test 19 of 25 in resources/tests10.dat failed. Input:
     4380<!DOCTYPE html><body></body><svg><g>foo</g><g>bar</g><p>baz
     4381Got:
     4382| <!DOCTYPE html>
     4383| <html>
     4384|   <head>
     4385|   <body>
     4386Expected:
     4387| <!DOCTYPE html>
     4388| <html>
     4389|   <head>
     4390|   <body>
     4391|     <svg svg>
     4392|       <svg g>
     4393|         "foo"
     4394|       <svg g>
     4395|         "bar"
     4396|     <p>
     4397|       "baz"
     4398
     4399Test 22 of 25 in resources/tests10.dat failed. Input:
     4400<!DOCTYPE html><body xlink:href=foo><svg xlink:href=foo></svg>
     4401Got:
     4402| <!DOCTYPE html>
     4403| <html>
     4404|   <head>
     4405|   <body>
     4406|     xlink:href="foo"
     4407|     <svg>
     4408|       xlink:href="foo"
     4409Expected:
     4410| <!DOCTYPE html>
     4411| <html>
     4412|   <head>
     4413|   <body>
     4414|     xlink:href="foo"
     4415|     <svg svg>
     4416|       xlink href="foo"
     4417
     4418Test 23 of 25 in resources/tests10.dat failed. Input:
     4419<!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo></g></svg>
     4420Got:
     4421| <!DOCTYPE html>
     4422| <html>
     4423|   <head>
     4424|   <body>
     4425|     xlink:href="foo"
     4426|     xml:lang="en"
     4427|     <svg>
     4428|       <g>
     4429|         xlink:href="foo"
     4430|         xml:lang="en"
     4431Expected:
     4432| <!DOCTYPE html>
     4433| <html>
     4434|   <head>
     4435|   <body>
     4436|     xlink:href="foo"
     4437|     xml:lang="en"
     4438|     <svg svg>
     4439|       <svg g>
     4440|         xlink href="foo"
     4441|         xml lang="en"
     4442
     4443Test 24 of 25 in resources/tests10.dat failed. Input:
     4444<!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo /></svg>
     4445Got:
     4446| <!DOCTYPE html>
     4447| <html>
     4448|   <head>
     4449|   <body>
     4450|     xlink:href="foo"
     4451|     xml:lang="en"
     4452|     <svg>
     4453|       <g>
     4454|         xlink:href="foo"
     4455|         xml:lang="en"
     4456Expected:
     4457| <!DOCTYPE html>
     4458| <html>
     4459|   <head>
     4460|   <body>
     4461|     xlink:href="foo"
     4462|     xml:lang="en"
     4463|     <svg svg>
     4464|       <svg g>
     4465|         xlink href="foo"
     4466|         xml lang="en"
     4467
     4468Test 25 of 25 in resources/tests10.dat failed. Input:
     4469<!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo />bar</svg>
     4470Got:
     4471| <!DOCTYPE html>
     4472| <html>
     4473|   <head>
     4474|   <body>
     4475|     xlink:href="foo"
     4476|     xml:lang="en"
     4477|     <svg>
     4478|       <g>
     4479|         xlink:href="foo"
     4480|         xml:lang="en"
     4481|         "bar"
     4482Expected:
     4483| <!DOCTYPE html>
     4484| <html>
     4485|   <head>
     4486|   <body>
     4487|     xlink:href="foo"
     4488|     xml:lang="en"
     4489|     <svg svg>
     4490|       <svg g>
     4491|         xlink href="foo"
     4492|         xml lang="en"
     4493|       "bar"
    2474494resources/tests11.dat:
    24844951
     
    25645039
    2574504
     4505Test 1 of 9 in resources/tests11.dat failed. Input:
     4506<!DOCTYPE html><body><svg attributeName='' attributeType='' baseFrequency='' baseProfile='' calcMode='' clipPathUnits='' contentScriptType='' contentStyleType='' diffuseConstant='' edgeMode='' externalResourcesRequired='' filterRes='' filterUnits='' glyphRef='' gradientTransform='' gradientUnits='' kernelMatrix='' kernelUnitLength='' keyPoints='' keySplines='' keyTimes='' lengthAdjust='' limitingConeAngle='' markerHeight='' markerUnits='' markerWidth='' maskContentUnits='' maskUnits='' numOctaves='' pathLength='' patternContentUnits='' patternTransform='' patternUnits='' pointsAtX='' pointsAtY='' pointsAtZ='' preserveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur='' requiredExtensions='' requiredFeatures='' specularConstant='' specularExponent='' spreadMethod='' startOffset='' stdDeviation='' stitchTiles='' surfaceScale='' systemLanguage='' tableValues='' targetX='' targetY='' textLength='' viewBox='' viewTarget='' xChannelSelector='' yChannelSelector='' zoomAndPan=''></svg>
     4507Got:
     4508| <!DOCTYPE html>
     4509| <html>
     4510|   <head>
     4511|   <body>
     4512|     <svg>
     4513|       attributename=""
     4514|       attributetype=""
     4515|       basefrequency=""
     4516|       baseprofile=""
     4517|       calcmode=""
     4518|       clippathunits=""
     4519|       contentscripttype=""
     4520|       contentstyletype=""
     4521|       diffuseconstant=""
     4522|       edgemode=""
     4523|       externalresourcesrequired=""
     4524|       filterres=""
     4525|       filterunits=""
     4526|       glyphref=""
     4527|       gradienttransform=""
     4528|       gradientunits=""
     4529|       kernelmatrix=""
     4530|       kernelunitlength=""
     4531|       keypoints=""
     4532|       keysplines=""
     4533|       keytimes=""
     4534|       lengthadjust=""
     4535|       limitingconeangle=""
     4536|       markerheight=""
     4537|       markerunits=""
     4538|       markerwidth=""
     4539|       maskcontentunits=""
     4540|       maskunits=""
     4541|       numoctaves=""
     4542|       pathlength=""
     4543|       patterncontentunits=""
     4544|       patterntransform=""
     4545|       patternunits=""
     4546|       pointsatx=""
     4547|       pointsaty=""
     4548|       pointsatz=""
     4549|       preservealpha=""
     4550|       preserveaspectratio=""
     4551|       primitiveunits=""
     4552|       refx=""
     4553|       refy=""
     4554|       repeatcount=""
     4555|       repeatdur=""
     4556|       requiredextensions=""
     4557|       requiredfeatures=""
     4558|       specularconstant=""
     4559|       specularexponent=""
     4560|       spreadmethod=""
     4561|       startoffset=""
     4562|       stddeviation=""
     4563|       stitchtiles=""
     4564|       surfacescale=""
     4565|       systemlanguage=""
     4566|       tablevalues=""
     4567|       targetx=""
     4568|       targety=""
     4569|       textlength=""
     4570|       viewbox=""
     4571|       viewtarget=""
     4572|       xchannelselector=""
     4573|       ychannelselector=""
     4574|       zoomandpan=""
     4575Expected:
     4576| <!DOCTYPE html>
     4577| <html>
     4578|   <head>
     4579|   <body>
     4580|     <svg svg>
     4581|       attributeName=""
     4582|       attributeType=""
     4583|       baseFrequency=""
     4584|       baseProfile=""
     4585|       calcMode=""
     4586|       clipPathUnits=""
     4587|       contentScriptType=""
     4588|       contentStyleType=""
     4589|       diffuseConstant=""
     4590|       edgeMode=""
     4591|       externalResourcesRequired=""
     4592|       filterRes=""
     4593|       filterUnits=""
     4594|       glyphRef=""
     4595|       gradientTransform=""
     4596|       gradientUnits=""
     4597|       kernelMatrix=""
     4598|       kernelUnitLength=""
     4599|       keyPoints=""
     4600|       keySplines=""
     4601|       keyTimes=""
     4602|       lengthAdjust=""
     4603|       limitingConeAngle=""
     4604|       markerHeight=""
     4605|       markerUnits=""
     4606|       markerWidth=""
     4607|       maskContentUnits=""
     4608|       maskUnits=""
     4609|       numOctaves=""
     4610|       pathLength=""
     4611|       patternContentUnits=""
     4612|       patternTransform=""
     4613|       patternUnits=""
     4614|       pointsAtX=""
     4615|       pointsAtY=""
     4616|       pointsAtZ=""
     4617|       preserveAlpha=""
     4618|       preserveAspectRatio=""
     4619|       primitiveUnits=""
     4620|       refX=""
     4621|       refY=""
     4622|       repeatCount=""
     4623|       repeatDur=""
     4624|       requiredExtensions=""
     4625|       requiredFeatures=""
     4626|       specularConstant=""
     4627|       specularExponent=""
     4628|       spreadMethod=""
     4629|       startOffset=""
     4630|       stdDeviation=""
     4631|       stitchTiles=""
     4632|       surfaceScale=""
     4633|       systemLanguage=""
     4634|       tableValues=""
     4635|       targetX=""
     4636|       targetY=""
     4637|       textLength=""
     4638|       viewBox=""
     4639|       viewTarget=""
     4640|       xChannelSelector=""
     4641|       yChannelSelector=""
     4642|       zoomAndPan=""
     4643
     4644Test 2 of 9 in resources/tests11.dat failed. Input:
     4645<!DOCTYPE html><BODY><SVG ATTRIBUTENAME='' ATTRIBUTETYPE='' BASEFREQUENCY='' BASEPROFILE='' CALCMODE='' CLIPPATHUNITS='' CONTENTSCRIPTTYPE='' CONTENTSTYLETYPE='' DIFFUSECONSTANT='' EDGEMODE='' EXTERNALRESOURCESREQUIRED='' FILTERRES='' FILTERUNITS='' GLYPHREF='' GRADIENTTRANSFORM='' GRADIENTUNITS='' KERNELMATRIX='' KERNELUNITLENGTH='' KEYPOINTS='' KEYSPLINES='' KEYTIMES='' LENGTHADJUST='' LIMITINGCONEANGLE='' MARKERHEIGHT='' MARKERUNITS='' MARKERWIDTH='' MASKCONTENTUNITS='' MASKUNITS='' NUMOCTAVES='' PATHLENGTH='' PATTERNCONTENTUNITS='' PATTERNTRANSFORM='' PATTERNUNITS='' POINTSATX='' POINTSATY='' POINTSATZ='' PRESERVEALPHA='' PRESERVEASPECTRATIO='' PRIMITIVEUNITS='' REFX='' REFY='' REPEATCOUNT='' REPEATDUR='' REQUIREDEXTENSIONS='' REQUIREDFEATURES='' SPECULARCONSTANT='' SPECULAREXPONENT='' SPREADMETHOD='' STARTOFFSET='' STDDEVIATION='' STITCHTILES='' SURFACESCALE='' SYSTEMLANGUAGE='' TABLEVALUES='' TARGETX='' TARGETY='' TEXTLENGTH='' VIEWBOX='' VIEWTARGET='' XCHANNELSELECTOR='' YCHANNELSELECTOR='' ZOOMANDPAN=''></SVG>
     4646Got:
     4647| <!DOCTYPE html>
     4648| <html>
     4649|   <head>
     4650|   <body>
     4651|     <svg>
     4652|       attributename=""
     4653|       attributetype=""
     4654|       basefrequency=""
     4655|       baseprofile=""
     4656|       calcmode=""
     4657|       clippathunits=""
     4658|       contentscripttype=""
     4659|       contentstyletype=""
     4660|       diffuseconstant=""
     4661|       edgemode=""
     4662|       externalresourcesrequired=""
     4663|       filterres=""
     4664|       filterunits=""
     4665|       glyphref=""
     4666|       gradienttransform=""
     4667|       gradientunits=""
     4668|       kernelmatrix=""
     4669|       kernelunitlength=""
     4670|       keypoints=""
     4671|       keysplines=""
     4672|       keytimes=""
     4673|       lengthadjust=""
     4674|       limitingconeangle=""
     4675|       markerheight=""
     4676|       markerunits=""
     4677|       markerwidth=""
     4678|       maskcontentunits=""
     4679|       maskunits=""
     4680|       numoctaves=""
     4681|       pathlength=""
     4682|       patterncontentunits=""
     4683|       patterntransform=""
     4684|       patternunits=""
     4685|       pointsatx=""
     4686|       pointsaty=""
     4687|       pointsatz=""
     4688|       preservealpha=""
     4689|       preserveaspectratio=""
     4690|       primitiveunits=""
     4691|       refx=""
     4692|       refy=""
     4693|       repeatcount=""
     4694|       repeatdur=""
     4695|       requiredextensions=""
     4696|       requiredfeatures=""
     4697|       specularconstant=""
     4698|       specularexponent=""
     4699|       spreadmethod=""
     4700|       startoffset=""
     4701|       stddeviation=""
     4702|       stitchtiles=""
     4703|       surfacescale=""
     4704|       systemlanguage=""
     4705|       tablevalues=""
     4706|       targetx=""
     4707|       targety=""
     4708|       textlength=""
     4709|       viewbox=""
     4710|       viewtarget=""
     4711|       xchannelselector=""
     4712|       ychannelselector=""
     4713|       zoomandpan=""
     4714Expected:
     4715| <!DOCTYPE html>
     4716| <html>
     4717|   <head>
     4718|   <body>
     4719|     <svg svg>
     4720|       attributeName=""
     4721|       attributeType=""
     4722|       baseFrequency=""
     4723|       baseProfile=""
     4724|       calcMode=""
     4725|       clipPathUnits=""
     4726|       contentScriptType=""
     4727|       contentStyleType=""
     4728|       diffuseConstant=""
     4729|       edgeMode=""
     4730|       externalResourcesRequired=""
     4731|       filterRes=""
     4732|       filterUnits=""
     4733|       glyphRef=""
     4734|       gradientTransform=""
     4735|       gradientUnits=""
     4736|       kernelMatrix=""
     4737|       kernelUnitLength=""
     4738|       keyPoints=""
     4739|       keySplines=""
     4740|       keyTimes=""
     4741|       lengthAdjust=""
     4742|       limitingConeAngle=""
     4743|       markerHeight=""
     4744|       markerUnits=""
     4745|       markerWidth=""
     4746|       maskContentUnits=""
     4747|       maskUnits=""
     4748|       numOctaves=""
     4749|       pathLength=""
     4750|       patternContentUnits=""
     4751|       patternTransform=""
     4752|       patternUnits=""
     4753|       pointsAtX=""
     4754|       pointsAtY=""
     4755|       pointsAtZ=""
     4756|       preserveAlpha=""
     4757|       preserveAspectRatio=""
     4758|       primitiveUnits=""
     4759|       refX=""
     4760|       refY=""
     4761|       repeatCount=""
     4762|       repeatDur=""
     4763|       requiredExtensions=""
     4764|       requiredFeatures=""
     4765|       specularConstant=""
     4766|       specularExponent=""
     4767|       spreadMethod=""
     4768|       startOffset=""
     4769|       stdDeviation=""
     4770|       stitchTiles=""
     4771|       surfaceScale=""
     4772|       systemLanguage=""
     4773|       tableValues=""
     4774|       targetX=""
     4775|       targetY=""
     4776|       textLength=""
     4777|       viewBox=""
     4778|       viewTarget=""
     4779|       xChannelSelector=""
     4780|       yChannelSelector=""
     4781|       zoomAndPan=""
     4782
     4783Test 3 of 9 in resources/tests11.dat failed. Input:
     4784<!DOCTYPE html><body><svg attributename='' attributetype='' basefrequency='' baseprofile='' calcmode='' clippathunits='' contentscripttype='' contentstyletype='' diffuseconstant='' edgemode='' externalresourcesrequired='' filterres='' filterunits='' glyphref='' gradienttransform='' gradientunits='' kernelmatrix='' kernelunitlength='' keypoints='' keysplines='' keytimes='' lengthadjust='' limitingconeangle='' markerheight='' markerunits='' markerwidth='' maskcontentunits='' maskunits='' numoctaves='' pathlength='' patterncontentunits='' patterntransform='' patternunits='' pointsatx='' pointsaty='' pointsatz='' preservealpha='' preserveaspectratio='' primitiveunits='' refx='' refy='' repeatcount='' repeatdur='' requiredextensions='' requiredfeatures='' specularconstant='' specularexponent='' spreadmethod='' startoffset='' stddeviation='' stitchtiles='' surfacescale='' systemlanguage='' tablevalues='' targetx='' targety='' textlength='' viewbox='' viewtarget='' xchannelselector='' ychannelselector='' zoomandpan=''></svg>
     4785Got:
     4786| <!DOCTYPE html>
     4787| <html>
     4788|   <head>
     4789|   <body>
     4790|     <svg>
     4791|       attributename=""
     4792|       attributetype=""
     4793|       basefrequency=""
     4794|       baseprofile=""
     4795|       calcmode=""
     4796|       clippathunits=""
     4797|       contentscripttype=""
     4798|       contentstyletype=""
     4799|       diffuseconstant=""
     4800|       edgemode=""
     4801|       externalresourcesrequired=""
     4802|       filterres=""
     4803|       filterunits=""
     4804|       glyphref=""
     4805|       gradienttransform=""
     4806|       gradientunits=""
     4807|       kernelmatrix=""
     4808|       kernelunitlength=""
     4809|       keypoints=""
     4810|       keysplines=""
     4811|       keytimes=""
     4812|       lengthadjust=""
     4813|       limitingconeangle=""
     4814|       markerheight=""
     4815|       markerunits=""
     4816|       markerwidth=""
     4817|       maskcontentunits=""
     4818|       maskunits=""
     4819|       numoctaves=""
     4820|       pathlength=""
     4821|       patterncontentunits=""
     4822|       patterntransform=""
     4823|       patternunits=""
     4824|       pointsatx=""
     4825|       pointsaty=""
     4826|       pointsatz=""
     4827|       preservealpha=""
     4828|       preserveaspectratio=""
     4829|       primitiveunits=""
     4830|       refx=""
     4831|       refy=""
     4832|       repeatcount=""
     4833|       repeatdur=""
     4834|       requiredextensions=""
     4835|       requiredfeatures=""
     4836|       specularconstant=""
     4837|       specularexponent=""
     4838|       spreadmethod=""
     4839|       startoffset=""
     4840|       stddeviation=""
     4841|       stitchtiles=""
     4842|       surfacescale=""
     4843|       systemlanguage=""
     4844|       tablevalues=""
     4845|       targetx=""
     4846|       targety=""
     4847|       textlength=""
     4848|       viewbox=""
     4849|       viewtarget=""
     4850|       xchannelselector=""
     4851|       ychannelselector=""
     4852|       zoomandpan=""
     4853Expected:
     4854| <!DOCTYPE html>
     4855| <html>
     4856|   <head>
     4857|   <body>
     4858|     <svg svg>
     4859|       attributeName=""
     4860|       attributeType=""
     4861|       baseFrequency=""
     4862|       baseProfile=""
     4863|       calcMode=""
     4864|       clipPathUnits=""
     4865|       contentScriptType=""
     4866|       contentStyleType=""
     4867|       diffuseConstant=""
     4868|       edgeMode=""
     4869|       externalResourcesRequired=""
     4870|       filterRes=""
     4871|       filterUnits=""
     4872|       glyphRef=""
     4873|       gradientTransform=""
     4874|       gradientUnits=""
     4875|       kernelMatrix=""
     4876|       kernelUnitLength=""
     4877|       keyPoints=""
     4878|       keySplines=""
     4879|       keyTimes=""
     4880|       lengthAdjust=""
     4881|       limitingConeAngle=""
     4882|       markerHeight=""
     4883|       markerUnits=""
     4884|       markerWidth=""
     4885|       maskContentUnits=""
     4886|       maskUnits=""
     4887|       numOctaves=""
     4888|       pathLength=""
     4889|       patternContentUnits=""
     4890|       patternTransform=""
     4891|       patternUnits=""
     4892|       pointsAtX=""
     4893|       pointsAtY=""
     4894|       pointsAtZ=""
     4895|       preserveAlpha=""
     4896|       preserveAspectRatio=""
     4897|       primitiveUnits=""
     4898|       refX=""
     4899|       refY=""
     4900|       repeatCount=""
     4901|       repeatDur=""
     4902|       requiredExtensions=""
     4903|       requiredFeatures=""
     4904|       specularConstant=""
     4905|       specularExponent=""
     4906|       spreadMethod=""
     4907|       startOffset=""
     4908|       stdDeviation=""
     4909|       stitchTiles=""
     4910|       surfaceScale=""
     4911|       systemLanguage=""
     4912|       tableValues=""
     4913|       targetX=""
     4914|       targetY=""
     4915|       textLength=""
     4916|       viewBox=""
     4917|       viewTarget=""
     4918|       xChannelSelector=""
     4919|       yChannelSelector=""
     4920|       zoomAndPan=""
     4921
     4922Test 4 of 9 in resources/tests11.dat failed. Input:
     4923<!DOCTYPE html><body><math attributeName='' attributeType='' baseFrequency='' baseProfile='' calcMode='' clipPathUnits='' contentScriptType='' contentStyleType='' diffuseConstant='' edgeMode='' externalResourcesRequired='' filterRes='' filterUnits='' glyphRef='' gradientTransform='' gradientUnits='' kernelMatrix='' kernelUnitLength='' keyPoints='' keySplines='' keyTimes='' lengthAdjust='' limitingConeAngle='' markerHeight='' markerUnits='' markerWidth='' maskContentUnits='' maskUnits='' numOctaves='' pathLength='' patternContentUnits='' patternTransform='' patternUnits='' pointsAtX='' pointsAtY='' pointsAtZ='' preserveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur='' requiredExtensions='' requiredFeatures='' specularConstant='' specularExponent='' spreadMethod='' startOffset='' stdDeviation='' stitchTiles='' surfaceScale='' systemLanguage='' tableValues='' targetX='' targetY='' textLength='' viewBox='' viewTarget='' xChannelSelector='' yChannelSelector='' zoomAndPan=''></math>
     4924Got:
     4925| <!DOCTYPE html>
     4926| <html>
     4927|   <head>
     4928|   <body>
     4929|     <math>
     4930|       attributename=""
     4931|       attributetype=""
     4932|       basefrequency=""
     4933|       baseprofile=""
     4934|       calcmode=""
     4935|       clippathunits=""
     4936|       contentscripttype=""
     4937|       contentstyletype=""
     4938|       diffuseconstant=""
     4939|       edgemode=""
     4940|       externalresourcesrequired=""
     4941|       filterres=""
     4942|       filterunits=""
     4943|       glyphref=""
     4944|       gradienttransform=""
     4945|       gradientunits=""
     4946|       kernelmatrix=""
     4947|       kernelunitlength=""
     4948|       keypoints=""
     4949|       keysplines=""
     4950|       keytimes=""
     4951|       lengthadjust=""
     4952|       limitingconeangle=""
     4953|       markerheight=""
     4954|       markerunits=""
     4955|       markerwidth=""
     4956|       maskcontentunits=""
     4957|       maskunits=""
     4958|       numoctaves=""
     4959|       pathlength=""
     4960|       patterncontentunits=""
     4961|       patterntransform=""
     4962|       patternunits=""
     4963|       pointsatx=""
     4964|       pointsaty=""
     4965|       pointsatz=""
     4966|       preservealpha=""
     4967|       preserveaspectratio=""
     4968|       primitiveunits=""
     4969|       refx=""
     4970|       refy=""
     4971|       repeatcount=""
     4972|       repeatdur=""
     4973|       requiredextensions=""
     4974|       requiredfeatures=""
     4975|       specularconstant=""
     4976|       specularexponent=""
     4977|       spreadmethod=""
     4978|       startoffset=""
     4979|       stddeviation=""
     4980|       stitchtiles=""
     4981|       surfacescale=""
     4982|       systemlanguage=""
     4983|       tablevalues=""
     4984|       targetx=""
     4985|       targety=""
     4986|       textlength=""
     4987|       viewbox=""
     4988|       viewtarget=""
     4989|       xchannelselector=""
     4990|       ychannelselector=""
     4991|       zoomandpan=""
     4992Expected:
     4993| <!DOCTYPE html>
     4994| <html>
     4995|   <head>
     4996|   <body>
     4997|     <math math>
     4998|       attributename=""
     4999|       attributetype=""
     5000|       basefrequency=""
     5001|       baseprofile=""
     5002|       calcmode=""
     5003|       clippathunits=""
     5004|       contentscripttype=""
     5005|       contentstyletype=""
     5006|       diffuseconstant=""
     5007|       edgemode=""
     5008|       externalresourcesrequired=""
     5009|       filterres=""
     5010|       filterunits=""
     5011|       glyphref=""
     5012|       gradienttransform=""
     5013|       gradientunits=""
     5014|       kernelmatrix=""
     5015|       kernelunitlength=""
     5016|       keypoints=""
     5017|       keysplines=""
     5018|       keytimes=""
     5019|       lengthadjust=""
     5020|       limitingconeangle=""
     5021|       markerheight=""
     5022|       markerunits=""
     5023|       markerwidth=""
     5024|       maskcontentunits=""
     5025|       maskunits=""
     5026|       numoctaves=""
     5027|       pathlength=""
     5028|       patterncontentunits=""
     5029|       patterntransform=""
     5030|       patternunits=""
     5031|       pointsatx=""
     5032|       pointsaty=""
     5033|       pointsatz=""
     5034|       preservealpha=""
     5035|       preserveaspectratio=""
     5036|       primitiveunits=""
     5037|       refx=""
     5038|       refy=""
     5039|       repeatcount=""
     5040|       repeatdur=""
     5041|       requiredextensions=""
     5042|       requiredfeatures=""
     5043|       specularconstant=""
     5044|       specularexponent=""
     5045|       spreadmethod=""
     5046|       startoffset=""
     5047|       stddeviation=""
     5048|       stitchtiles=""
     5049|       surfacescale=""
     5050|       systemlanguage=""
     5051|       tablevalues=""
     5052|       targetx=""
     5053|       targety=""
     5054|       textlength=""
     5055|       viewbox=""
     5056|       viewtarget=""
     5057|       xchannelselector=""
     5058|       ychannelselector=""
     5059|       zoomandpan=""
     5060
     5061Test 5 of 9 in resources/tests11.dat failed. Input:
     5062<!DOCTYPE html><body><svg><altGlyph /><altGlyphDef /><altGlyphItem /><animateColor /><animateMotion /><animateTransform /><clipPath /><feBlend /><feColorMatrix /><feComponentTransfer /><feComposite /><feConvolveMatrix /><feDiffuseLighting /><feDisplacementMap /><feDistantLight /><feFlood /><feFuncA /><feFuncB /><feFuncG /><feFuncR /><feGaussianBlur /><feImage /><feMerge /><feMergeNode /><feMorphology /><feOffset /><fePointLight /><feSpecularLighting /><feSpotLight /><feTile /><feTurbulence /><foreignObject /><glyphRef /><linearGradient /><radialGradient /><textPath /></svg>
     5063Got:
     5064| <!DOCTYPE html>
     5065| <html>
     5066|   <head>
     5067|   <body>
     5068|     <svg>
     5069|       <altglyph>
     5070|         <altglyphdef>
     5071|           <altglyphitem>
     5072|             <animatecolor>
     5073|               <animatemotion>
     5074|                 <animatetransform>
     5075|                   <clippath>
     5076|                     <feblend>
     5077|                       <fecolormatrix>
     5078|                         <fecomponenttransfer>
     5079|                           <fecomposite>
     5080|                             <feconvolvematrix>
     5081|                               <fediffuselighting>
     5082|                                 <fedisplacementmap>
     5083|                                   <fedistantlight>
     5084|                                     <feflood>
     5085|                                       <fefunca>
     5086|                                         <fefuncb>
     5087|                                           <fefuncg>
     5088|                                             <fefuncr>
     5089|                                               <fegaussianblur>
     5090|                                                 <feimage>
     5091|                                                   <femerge>
     5092|                                                     <femergenode>
     5093|                                                       <femorphology>
     5094|                                                         <feoffset>
     5095|                                                           <fepointlight>
     5096|                                                             <fespecularlighting>
     5097|                                                               <fespotlight>
     5098|                                                                 <fetile>
     5099|                                                                   <feturbulence>
     5100|                                                                     <foreignobject>
     5101|                                                                       <glyphref>
     5102|                                                                         <lineargradient>
     5103|                                                                           <radialgradient>
     5104|                                                                             <textpath>
     5105Expected:
     5106| <!DOCTYPE html>
     5107| <html>
     5108|   <head>
     5109|   <body>
     5110|     <svg svg>
     5111|       <svg altGlyph>
     5112|       <svg altGlyphDef>
     5113|       <svg altGlyphItem>
     5114|       <svg animateColor>
     5115|       <svg animateMotion>
     5116|       <svg animateTransform>
     5117|       <svg clipPath>
     5118|       <svg feBlend>
     5119|       <svg feColorMatrix>
     5120|       <svg feComponentTransfer>
     5121|       <svg feComposite>
     5122|       <svg feConvolveMatrix>
     5123|       <svg feDiffuseLighting>
     5124|       <svg feDisplacementMap>
     5125|       <svg feDistantLight>
     5126|       <svg feFlood>
     5127|       <svg feFuncA>
     5128|       <svg feFuncB>
     5129|       <svg feFuncG>
     5130|       <svg feFuncR>
     5131|       <svg feGaussianBlur>
     5132|       <svg feImage>
     5133|       <svg feMerge>
     5134|       <svg feMergeNode>
     5135|       <svg feMorphology>
     5136|       <svg feOffset>
     5137|       <svg fePointLight>
     5138|       <svg feSpecularLighting>
     5139|       <svg feSpotLight>
     5140|       <svg feTile>
     5141|       <svg feTurbulence>
     5142|       <svg foreignObject>
     5143|       <svg glyphRef>
     5144|       <svg linearGradient>
     5145|       <svg radialGradient>
     5146|       <svg textPath>
     5147
     5148Test 6 of 9 in resources/tests11.dat failed. Input:
     5149<!DOCTYPE html><body><svg><altglyph /><altglyphdef /><altglyphitem /><animatecolor /><animatemotion /><animatetransform /><clippath /><feblend /><fecolormatrix /><fecomponenttransfer /><fecomposite /><feconvolvematrix /><fediffuselighting /><fedisplacementmap /><fedistantlight /><feflood /><fefunca /><fefuncb /><fefuncg /><fefuncr /><fegaussianblur /><feimage /><femerge /><femergenode /><femorphology /><feoffset /><fepointlight /><fespecularlighting /><fespotlight /><fetile /><feturbulence /><foreignobject /><glyphref /><lineargradient /><radialgradient /><textpath /></svg>
     5150Got:
     5151| <!DOCTYPE html>
     5152| <html>
     5153|   <head>
     5154|   <body>
     5155|     <svg>
     5156|       <altglyph>
     5157|         <altglyphdef>
     5158|           <altglyphitem>
     5159|             <animatecolor>
     5160|               <animatemotion>
     5161|                 <animatetransform>
     5162|                   <clippath>
     5163|                     <feblend>
     5164|                       <fecolormatrix>
     5165|                         <fecomponenttransfer>
     5166|                           <fecomposite>
     5167|                             <feconvolvematrix>
     5168|                               <fediffuselighting>
     5169|                                 <fedisplacementmap>
     5170|                                   <fedistantlight>
     5171|                                     <feflood>
     5172|                                       <fefunca>
     5173|                                         <fefuncb>
     5174|                                           <fefuncg>
     5175|                                             <fefuncr>
     5176|                                               <fegaussianblur>
     5177|                                                 <feimage>
     5178|                                                   <femerge>
     5179|                                                     <femergenode>
     5180|                                                       <femorphology>
     5181|                                                         <feoffset>
     5182|                                                           <fepointlight>
     5183|                                                             <fespecularlighting>
     5184|                                                               <fespotlight>
     5185|                                                                 <fetile>
     5186|                                                                   <feturbulence>
     5187|                                                                     <foreignobject>
     5188|                                                                       <glyphref>
     5189|                                                                         <lineargradient>
     5190|                                                                           <radialgradient>
     5191|                                                                             <textpath>
     5192Expected:
     5193| <!DOCTYPE html>
     5194| <html>
     5195|   <head>
     5196|   <body>
     5197|     <svg svg>
     5198|       <svg altGlyph>
     5199|       <svg altGlyphDef>
     5200|       <svg altGlyphItem>
     5201|       <svg animateColor>
     5202|       <svg animateMotion>
     5203|       <svg animateTransform>
     5204|       <svg clipPath>
     5205|       <svg feBlend>
     5206|       <svg feColorMatrix>
     5207|       <svg feComponentTransfer>
     5208|       <svg feComposite>
     5209|       <svg feConvolveMatrix>
     5210|       <svg feDiffuseLighting>
     5211|       <svg feDisplacementMap>
     5212|       <svg feDistantLight>
     5213|       <svg feFlood>
     5214|       <svg feFuncA>
     5215|       <svg feFuncB>
     5216|       <svg feFuncG>
     5217|       <svg feFuncR>
     5218|       <svg feGaussianBlur>
     5219|       <svg feImage>
     5220|       <svg feMerge>
     5221|       <svg feMergeNode>
     5222|       <svg feMorphology>
     5223|       <svg feOffset>
     5224|       <svg fePointLight>
     5225|       <svg feSpecularLighting>
     5226|       <svg feSpotLight>
     5227|       <svg feTile>
     5228|       <svg feTurbulence>
     5229|       <svg foreignObject>
     5230|       <svg glyphRef>
     5231|       <svg linearGradient>
     5232|       <svg radialGradient>
     5233|       <svg textPath>
     5234
     5235Test 7 of 9 in resources/tests11.dat failed. Input:
     5236<!DOCTYPE html><BODY><SVG><ALTGLYPH /><ALTGLYPHDEF /><ALTGLYPHITEM /><ANIMATECOLOR /><ANIMATEMOTION /><ANIMATETRANSFORM /><CLIPPATH /><FEBLEND /><FECOLORMATRIX /><FECOMPONENTTRANSFER /><FECOMPOSITE /><FECONVOLVEMATRIX /><FEDIFFUSELIGHTING /><FEDISPLACEMENTMAP /><FEDISTANTLIGHT /><FEFLOOD /><FEFUNCA /><FEFUNCB /><FEFUNCG /><FEFUNCR /><FEGAUSSIANBLUR /><FEIMAGE /><FEMERGE /><FEMERGENODE /><FEMORPHOLOGY /><FEOFFSET /><FEPOINTLIGHT /><FESPECULARLIGHTING /><FESPOTLIGHT /><FETILE /><FETURBULENCE /><FOREIGNOBJECT /><GLYPHREF /><LINEARGRADIENT /><RADIALGRADIENT /><TEXTPATH /></SVG>
     5237Got:
     5238| <!DOCTYPE html>
     5239| <html>
     5240|   <head>
     5241|   <body>
     5242|     <svg>
     5243|       <altglyph>
     5244|         <altglyphdef>
     5245|           <altglyphitem>
     5246|             <animatecolor>
     5247|               <animatemotion>
     5248|                 <animatetransform>
     5249|                   <clippath>
     5250|                     <feblend>
     5251|                       <fecolormatrix>
     5252|                         <fecomponenttransfer>
     5253|                           <fecomposite>
     5254|                             <feconvolvematrix>
     5255|                               <fediffuselighting>
     5256|                                 <fedisplacementmap>
     5257|                                   <fedistantlight>
     5258|                                     <feflood>
     5259|                                       <fefunca>
     5260|                                         <fefuncb>
     5261|                                           <fefuncg>
     5262|                                             <fefuncr>
     5263|                                               <fegaussianblur>
     5264|                                                 <feimage>
     5265|                                                   <femerge>
     5266|                                                     <femergenode>
     5267|                                                       <femorphology>
     5268|                                                         <feoffset>
     5269|                                                           <fepointlight>
     5270|                                                             <fespecularlighting>
     5271|                                                               <fespotlight>
     5272|                                                                 <fetile>
     5273|                                                                   <feturbulence>
     5274|                                                                     <foreignobject>
     5275|                                                                       <glyphref>
     5276|                                                                         <lineargradient>
     5277|                                                                           <radialgradient>
     5278|                                                                             <textpath>
     5279Expected:
     5280| <!DOCTYPE html>
     5281| <html>
     5282|   <head>
     5283|   <body>
     5284|     <svg svg>
     5285|       <svg altGlyph>
     5286|       <svg altGlyphDef>
     5287|       <svg altGlyphItem>
     5288|       <svg animateColor>
     5289|       <svg animateMotion>
     5290|       <svg animateTransform>
     5291|       <svg clipPath>
     5292|       <svg feBlend>
     5293|       <svg feColorMatrix>
     5294|       <svg feComponentTransfer>
     5295|       <svg feComposite>
     5296|       <svg feConvolveMatrix>
     5297|       <svg feDiffuseLighting>
     5298|       <svg feDisplacementMap>
     5299|       <svg feDistantLight>
     5300|       <svg feFlood>
     5301|       <svg feFuncA>
     5302|       <svg feFuncB>
     5303|       <svg feFuncG>
     5304|       <svg feFuncR>
     5305|       <svg feGaussianBlur>
     5306|       <svg feImage>
     5307|       <svg feMerge>
     5308|       <svg feMergeNode>
     5309|       <svg feMorphology>
     5310|       <svg feOffset>
     5311|       <svg fePointLight>
     5312|       <svg feSpecularLighting>
     5313|       <svg feSpotLight>
     5314|       <svg feTile>
     5315|       <svg feTurbulence>
     5316|       <svg foreignObject>
     5317|       <svg glyphRef>
     5318|       <svg linearGradient>
     5319|       <svg radialGradient>
     5320|       <svg textPath>
     5321
     5322Test 8 of 9 in resources/tests11.dat failed. Input:
     5323<!DOCTYPE html><body><math><altGlyph /><altGlyphDef /><altGlyphItem /><animateColor /><animateMotion /><animateTransform /><clipPath /><feBlend /><feColorMatrix /><feComponentTransfer /><feComposite /><feConvolveMatrix /><feDiffuseLighting /><feDisplacementMap /><feDistantLight /><feFlood /><feFuncA /><feFuncB /><feFuncG /><feFuncR /><feGaussianBlur /><feImage /><feMerge /><feMergeNode /><feMorphology /><feOffset /><fePointLight /><feSpecularLighting /><feSpotLight /><feTile /><feTurbulence /><foreignObject /><glyphRef /><linearGradient /><radialGradient /><textPath /></math>
     5324Got:
     5325| <!DOCTYPE html>
     5326| <html>
     5327|   <head>
     5328|   <body>
     5329|     <math>
     5330|       <altglyph>
     5331|         <altglyphdef>
     5332|           <altglyphitem>
     5333|             <animatecolor>
     5334|               <animatemotion>
     5335|                 <animatetransform>
     5336|                   <clippath>
     5337|                     <feblend>
     5338|                       <fecolormatrix>
     5339|                         <fecomponenttransfer>
     5340|                           <fecomposite>
     5341|                             <feconvolvematrix>
     5342|                               <fediffuselighting>
     5343|                                 <fedisplacementmap>
     5344|                                   <fedistantlight>
     5345|                                     <feflood>
     5346|                                       <fefunca>
     5347|                                         <fefuncb>
     5348|                                           <fefuncg>
     5349|                                             <fefuncr>
     5350|                                               <fegaussianblur>
     5351|                                                 <feimage>
     5352|                                                   <femerge>
     5353|                                                     <femergenode>
     5354|                                                       <femorphology>
     5355|                                                         <feoffset>
     5356|                                                           <fepointlight>
     5357|                                                             <fespecularlighting>
     5358|                                                               <fespotlight>
     5359|                                                                 <fetile>
     5360|                                                                   <feturbulence>
     5361|                                                                     <foreignobject>
     5362|                                                                       <glyphref>
     5363|                                                                         <lineargradient>
     5364|                                                                           <radialgradient>
     5365|                                                                             <textpath>
     5366Expected:
     5367| <!DOCTYPE html>
     5368| <html>
     5369|   <head>
     5370|   <body>
     5371|     <math math>
     5372|       <math altglyph>
     5373|       <math altglyphdef>
     5374|       <math altglyphitem>
     5375|       <math animatecolor>
     5376|       <math animatemotion>
     5377|       <math animatetransform>
     5378|       <math clippath>
     5379|       <math feblend>
     5380|       <math fecolormatrix>
     5381|       <math fecomponenttransfer>
     5382|       <math fecomposite>
     5383|       <math feconvolvematrix>
     5384|       <math fediffuselighting>
     5385|       <math fedisplacementmap>
     5386|       <math fedistantlight>
     5387|       <math feflood>
     5388|       <math fefunca>
     5389|       <math fefuncb>
     5390|       <math fefuncg>
     5391|       <math fefuncr>
     5392|       <math fegaussianblur>
     5393|       <math feimage>
     5394|       <math femerge>
     5395|       <math femergenode>
     5396|       <math femorphology>
     5397|       <math feoffset>
     5398|       <math fepointlight>
     5399|       <math fespecularlighting>
     5400|       <math fespotlight>
     5401|       <math fetile>
     5402|       <math feturbulence>
     5403|       <math foreignobject>
     5404|       <math glyphref>
     5405|       <math lineargradient>
     5406|       <math radialgradient>
     5407|       <math textpath>
     5408
     5409Test 9 of 9 in resources/tests11.dat failed. Input:
     5410<!DOCTYPE html><body><svg><solidColor /></svg>
     5411Got:
     5412| <!DOCTYPE html>
     5413| <html>
     5414|   <head>
     5415|   <body>
     5416|     <svg>
     5417|       <solidcolor>
     5418Expected:
     5419| <!DOCTYPE html>
     5420| <html>
     5421|   <head>
     5422|   <body>
     5423|     <svg svg>
     5424|       <svg solidcolor>
    2585425resources/tests12.dat:
    25954261
    26054272
    2615428
     5429Test 1 of 2 in resources/tests12.dat failed. Input:
     5430<!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
     5431Got:
     5432| <!DOCTYPE html>
     5433| <html>
     5434|   <head>
     5435|   <body>
     5436|     <p>
     5437|       "foo"
     5438|       <math>
     5439|         <mtext>
     5440|           <i>
     5441|             "baz"
     5442|         <annotation-xml>
     5443|           <svg>
     5444|             <desc>
     5445|               <b>
     5446|                 "eggs"
     5447|             <g>
     5448|               <foreignobject>
     5449|                 <p>
     5450|                   "spam"
     5451|                   <table>
     5452Expected:
     5453| <!DOCTYPE html>
     5454| <html>
     5455|   <head>
     5456|   <body>
     5457|     <p>
     5458|       "foo"
     5459|       <math math>
     5460|         <math mtext>
     5461|           <i>
     5462|             "baz"
     5463|         <math annotation-xml>
     5464|           <svg svg>
     5465|             <svg desc>
     5466|               <b>
     5467|                 "eggs"
     5468|             <svg g>
     5469|               <svg foreignObject>
     5470|                 <p>
     5471|                   "spam"
     5472|                 <table>
     5473|                   <tbody>
     5474|                     <tr>
     5475|                       <td>
     5476|                         <img>
     5477|             <svg g>
     5478|               "quux"
     5479|       "bar"
     5480
     5481Test 2 of 2 in resources/tests12.dat failed. Input:
     5482<!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
     5483Got:
     5484| <!DOCTYPE html>
     5485| <html>
     5486|   <head>
     5487|   <body>
     5488|     "foo"
     5489|     <math>
     5490|       <mtext>
     5491|         <i>
     5492|           "baz"
     5493|       <annotation-xml>
     5494|         <svg>
     5495|           <desc>
     5496|             <b>
     5497|               "eggs"
     5498|           <g>
     5499|             <foreignobject>
     5500|               <p>
     5501|                 "spam"
     5502|                 <table>
     5503Expected:
     5504| <!DOCTYPE html>
     5505| <html>
     5506|   <head>
     5507|   <body>
     5508|     "foo"
     5509|     <math math>
     5510|       <math mtext>
     5511|         <i>
     5512|           "baz"
     5513|       <math annotation-xml>
     5514|         <svg svg>
     5515|           <svg desc>
     5516|             <b>
     5517|               "eggs"
     5518|           <svg g>
     5519|             <svg foreignObject>
     5520|               <p>
     5521|                 "spam"
     5522|               <table>
     5523|                 <tbody>
     5524|                   <tr>
     5525|                     <td>
     5526|                       <img>
     5527|           <svg g>
     5528|             "quux"
     5529|     "bar"
    2625530resources/tests14.dat: PASS
    2635531
     
    276554413
    2775545
     5546Test 1 of 14 in resources/tests15.dat failed. Input:
     5547<!DOCTYPE html><p><b><i><u></p> <p>X
     5548Got:
     5549| <!DOCTYPE html>
     5550| <html>
     5551|   <head>
     5552|   <body>
     5553|     <p>
     5554|       <b>
     5555|         <b>
     5556|           <i>
     5557|             <i>
     5558|               <u>
     5559|     " "
     5560|     <p>
     5561|       "X"
     5562Expected:
     5563| <!DOCTYPE html>
     5564| <html>
     5565|   <head>
     5566|   <body>
     5567|     <p>
     5568|       <b>
     5569|         <i>
     5570|           <u>
     5571|     <b>
     5572|       <i>
     5573|         <u>
     5574|           " "
     5575|           <p>
     5576|             "X"
     5577
     5578Test 2 of 14 in resources/tests15.dat failed. Input:
     5579<p><b><i><u></p>
     5580<p>X
     5581Got:
     5582| <html>
     5583|   <head>
     5584|   <body>
     5585|     <p>
     5586|       <b>
     5587|         <b>
     5588|           <i>
     5589|             <i>
     5590|               <u>
     5591|     "
     5592"
     5593|     <p>
     5594|       "X"
     5595Expected:
     5596| <html>
     5597|   <head>
     5598|   <body>
     5599|     <p>
     5600|       <b>
     5601|         <i>
     5602|           <u>
     5603|     <b>
     5604|       <i>
     5605|         <u>
     5606|           "
     5607"
     5608|           <p>
     5609|             "X"
     5610
     5611Test 4 of 14 in resources/tests15.dat failed. Input:
     5612<!doctype html></body><meta>
     5613Got:
     5614| <!DOCTYPE html>
     5615| <html>
     5616|   <head>
     5617|   <body>
     5618Expected:
     5619| <!DOCTYPE html>
     5620| <html>
     5621|   <head>
     5622|   <body>
     5623|     <meta>
     5624
     5625Test 5 of 14 in resources/tests15.dat failed. Input:
     5626<html></html><!-- foo -->
     5627Got:
     5628| <html>
     5629|   <!--  foo  -->
     5630|   <head>
     5631|   <body>
     5632Expected:
     5633| <html>
     5634|   <head>
     5635|   <body>
     5636| <!--  foo  -->
     5637
     5638Test 6 of 14 in resources/tests15.dat failed. Input:
     5639<!doctype html></body><title>X</title>
     5640Got:
     5641| <!DOCTYPE html>
     5642| <html>
     5643|   <head>
     5644|   <body>
     5645Expected:
     5646| <!DOCTYPE html>
     5647| <html>
     5648|   <head>
     5649|   <body>
     5650|     <title>
     5651|       "X"
     5652
     5653Test 7 of 14 in resources/tests15.dat failed. Input:
     5654<!doctype html><table> X<meta></table>
     5655Got:
     5656| <!DOCTYPE html>
     5657| <html>
     5658|   <head>
     5659|   <body>
     5660|     <table>
     5661Expected:
     5662| <!DOCTYPE html>
     5663| <html>
     5664|   <head>
     5665|   <body>
     5666|     " X"
     5667|     <meta>
     5668|     <table>
     5669
     5670Test 8 of 14 in resources/tests15.dat failed. Input:
     5671<!doctype html><table> x</table>
     5672Got:
     5673| <!DOCTYPE html>
     5674| <html>
     5675|   <head>
     5676|   <body>
     5677|     <table>
     5678Expected:
     5679| <!DOCTYPE html>
     5680| <html>
     5681|   <head>
     5682|   <body>
     5683|     " x"
     5684|     <table>
     5685
     5686Test 9 of 14 in resources/tests15.dat failed. Input:
     5687<!doctype html><table> x </table>
     5688Got:
     5689| <!DOCTYPE html>
     5690| <html>
     5691|   <head>
     5692|   <body>
     5693|     <table>
     5694Expected:
     5695| <!DOCTYPE html>
     5696| <html>
     5697|   <head>
     5698|   <body>
     5699|     " x "
     5700|     <table>
     5701
     5702Test 10 of 14 in resources/tests15.dat failed. Input:
     5703<!doctype html><table><tr> x</table>
     5704Got:
     5705| <!DOCTYPE html>
     5706| <html>
     5707|   <head>
     5708|   <body>
     5709|     <table>
     5710Expected:
     5711| <!DOCTYPE html>
     5712| <html>
     5713|   <head>
     5714|   <body>
     5715|     " x"
     5716|     <table>
     5717|       <tbody>
     5718|         <tr>
     5719
     5720Test 11 of 14 in resources/tests15.dat failed. Input:
     5721<!doctype html><table>X<style> <tr>x </style> </table>
     5722Got:
     5723| <!DOCTYPE html>
     5724| <html>
     5725|   <head>
     5726|   <body>
     5727|     <table>
     5728Expected:
     5729| <!DOCTYPE html>
     5730| <html>
     5731|   <head>
     5732|   <body>
     5733|     "X"
     5734|     <table>
     5735|       <style>
     5736|         " <tr>x "
     5737|       " "
     5738
     5739Test 12 of 14 in resources/tests15.dat failed. Input:
     5740<!doctype html><div><table><a>foo</a> <tr><td>bar</td> </tr></table></div>
     5741Got:
     5742| <!DOCTYPE html>
     5743| <html>
     5744|   <head>
     5745|   <body>
     5746|     <div>
     5747|       <table>
     5748Expected:
     5749| <!DOCTYPE html>
     5750| <html>
     5751|   <head>
     5752|   <body>
     5753|     <div>
     5754|       <a>
     5755|         "foo"
     5756|       <table>
     5757|         " "
     5758|         <tbody>
     5759|           <tr>
     5760|             <td>
     5761|               "bar"
     5762|             " "
     5763
     5764Test 13 of 14 in resources/tests15.dat failed. Input:
     5765<frame></frame></frame><frameset><frame><frameset><frame></frameset><noframes></frameset><noframes>
     5766Got:
     5767| <html>
     5768|   <head>
     5769|   <body>
     5770|     <noframes>
     5771|       "</frameset><noframes>"
     5772Expected:
     5773| <html>
     5774|   <head>
     5775|   <frameset>
     5776|     <frame>
     5777|     <frameset>
     5778|       <frame>
     5779|     <noframes>
     5780|       "</frameset><noframes>"
    2785781resources/tests16.dat:
    2795782187
     
    2815784189
    2825785
     5786Test 187 of 189 in resources/tests16.dat failed. Input:
     5787<!doctype html><table>
     5788
     5789Got:
     5790| <!DOCTYPE html>
     5791| <html>
     5792|   <head>
     5793|   <body>
     5794|     <table>
     5795Expected:
     5796| <!DOCTYPE html>
     5797| <html>
     5798|   <head>
     5799|   <body>
     5800|     <table>
     5801|       "
     5802"
     5803
     5804Test 188 of 189 in resources/tests16.dat failed. Input:
     5805<!doctype html><table><td><span><font></span><span>
     5806Got:
     5807| <!DOCTYPE html>
     5808| <html>
     5809|   <head>
     5810|   <body>
     5811|     <table>
     5812Expected:
     5813| <!DOCTYPE html>
     5814| <html>
     5815|   <head>
     5816|   <body>
     5817|     <table>
     5818|       <tbody>
     5819|         <tr>
     5820|           <td>
     5821|             <span>
     5822|               <font>
     5823|             <font>
     5824|               <span>
     5825
     5826Test 189 of 189 in resources/tests16.dat failed. Input:
     5827<!doctype html><form><table></form><form></table></form>
     5828Got:
     5829| <!DOCTYPE html>
     5830| <html>
     5831|   <head>
     5832|   <body>
     5833|     <form>
     5834|       <table>
     5835Expected:
     5836| <!DOCTYPE html>
     5837| <html>
     5838|   <head>
     5839|   <body>
     5840|     <form>
     5841|       <table>
     5842|         <form>
    2835843resources/webkit01.dat:
    284584417
    2855845
     5846Test 17 of 19 in resources/webkit01.dat failed. Input:
     5847<A>test< /A>
     5848Got:
     5849| <html>
     5850|   <head>
     5851|   <body>
     5852|     <a>
     5853|       "test"
     5854|       "< /A>"
     5855Expected:
     5856| <html>
     5857|   <head>
     5858|   <body>
     5859|     <a>
     5860|       "test< /A>"
    2865861resources/doctype01.dat: PASS
    2875862
     
    29258675
    2935868
     5869Test 2 of 68 in resources/entities01.dat failed. Input:
     5870FOO&gtBAR
     5871Got:
     5872| <html>
     5873|   <head>
     5874|   <body>
     5875|     "FOO&gtBAR"
     5876Expected:
     5877| <html>
     5878|   <head>
     5879|   <body>
     5880|     "FOO>BAR"
     5881
     5882Test 5 of 68 in resources/entities01.dat failed. Input:
     5883I'm &notit; I tell you
     5884Got:
     5885| <html>
     5886|   <head>
     5887|   <body>
     5888|     "I'm &notit; I tell you"
     5889Expected:
     5890| <html>
     5891|   <head>
     5892|   <body>
     5893|     "I'm ¬it; I tell you"
    2945894resources/entities02.dat: PASS
    2955895
  • trunk/LayoutTests/html5lib/runner-expected.txt

    r62233 r62237  
    3434113
    3535
     36Test 25 of 113 in resources/tests1.dat failed. Input:
     37<p><b><div><marquee></p></b></div>X
     38Got:
     39| <html>
     40|   <head>
     41|   <body>
     42|     <p>
     43|       <b>
     44|     <b>
     45|     <div>
     46|       <b>
     47|       <marquee>
     48|         <b>
     49|           <p>
     50|     "X"
     51Expected:
     52| <html>
     53|   <head>
     54|   <body>
     55|     <p>
     56|       <b>
     57|     <div>
     58|       <b>
     59|         <marquee>
     60|           <p>
     61|           "X"
     62
     63Test 29 of 113 in resources/tests1.dat failed. Input:
     64<select><b><option><select><option></b></select>X
     65Got:
     66| <html>
     67|   <head>
     68|   <body>
     69|     <select>
     70|       <option>
     71|     "X"
     72Expected:
     73| <html>
     74|   <head>
     75|   <body>
     76|     <select>
     77|       <option>
     78|     <option>
     79|       "X"
     80
     81Test 30 of 113 in resources/tests1.dat failed. Input:
     82<a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y
     83Got:
     84| <html>
     85|   <head>
     86|   <body>
     87|     <a>
     88|       <a>
     89|       <table>
     90|         <tbody>
     91|           <tr>
     92|             <td>
     93|               <a>
     94|                 <table>
     95|               <a>
     96|       <b>
     97|         "X"
     98|       "C"
     99|     <a>
     100|       "Y"
     101Expected:
     102| <html>
     103|   <head>
     104|   <body>
     105|     <a>
     106|       <a>
     107|       <table>
     108|         <tbody>
     109|           <tr>
     110|             <td>
     111|               <a>
     112|                 <table>
     113|               <a>
     114|     <a>
     115|       <b>
     116|         "X"
     117|       "C"
     118|     <a>
     119|       "Y"
     120
     121Test 32 of 113 in resources/tests1.dat failed. Input:
     122<!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->
     123Got:
     124| <!-- -- -->
     125| <html>
     126|   <head>
     127|   <body>
     128|     <font>
     129|       <div>
     130|         "hello"
     131|         "excite!"
     132|         <b>
     133|           "me!"
     134|         <table>
     135|           <tbody>
     136|             <tr>
     137|               <th>
     138|                 <i>
     139|                   "please!"
     140|             <!-- X -->
     141Expected:
     142| <!-- - -->
     143| <html>
     144|   <head>
     145|   <body>
     146|     <font>
     147|       <div>
     148|         "helloexcite!"
     149|         <b>
     150|           "me!"
     151|         <table>
     152|           <tbody>
     153|             <tr>
     154|               <th>
     155|                 <i>
     156|                   "please!"
     157|             <!-- X -->
     158
     159Test 33 of 113 in resources/tests1.dat failed. Input:
     160<!DOCTYPE html><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->
     161Got:
     162| <!DOCTYPE html>
     163| <html>
     164|   <head>
     165|   <body>
     166|     <li>
     167|       "hello"
     168|     <li>
     169|       "world"
     170|       <ul>
     171|         "how"
     172|         <li>
     173|           "do"
     174|       "you"
     175|       <!-- do -->
     176Expected:
     177| <!DOCTYPE html>
     178| <html>
     179|   <head>
     180|   <body>
     181|     <li>
     182|       "hello"
     183|     <li>
     184|       "world"
     185|       <ul>
     186|         "how"
     187|         <li>
     188|           "do"
     189|       "you"
     190|   <!-- do -->
     191
     192Test 34 of 113 in resources/tests1.dat failed. Input:
     193<!DOCTYPE html>A<option>B<optgroup>C<select>D</option>E
     194Got:
     195| <!DOCTYPE html>
     196| <html>
     197|   <head>
     198|   <body>
     199|     "A"
     200|     "B"
     201|     "C"
     202|     <select>
     203|       "D"
     204|       "E"
     205Expected:
     206| <!DOCTYPE html>
     207| <html>
     208|   <head>
     209|   <body>
     210|     "A"
     211|     <option>
     212|       "B"
     213|     <optgroup>
     214|       "C"
     215|       <select>
     216|         "DE"
     217
     218Test 50 of 113 in resources/tests1.dat failed. Input:
     219<!DOCTYPE html><script> <!-- </script> --> </script> EOF
     220Got:
     221| <!DOCTYPE html>
     222| <html>
     223|   <head>
     224|     <script>
     225|       " <!-- "
     226|   <body>
     227|     " --> "
     228|     " EOF"
     229Expected:
     230| <!DOCTYPE html>
     231| <html>
     232|   <head>
     233|     <script>
     234|       " <!-- "
     235|     " "
     236|   <body>
     237|     "-->  EOF"
     238
     239Test 51 of 113 in resources/tests1.dat failed. Input:
     240<b><p></b>TEST
     241Got:
     242| <html>
     243|   <head>
     244|   <body>
     245|     <b>
     246|     <p>
     247|       "TEST"
     248Expected:
     249| <html>
     250|   <head>
     251|   <body>
     252|     <b>
     253|     <p>
     254|       <b>
     255|       "TEST"
     256
     257Test 52 of 113 in resources/tests1.dat failed. Input:
     258<p id=a><b><p id=b></b>TEST
     259Got:
     260| <html>
     261|   <head>
     262|   <body>
     263|     <p>
     264|       id="a"
     265|       <b>
     266|     <b>
     267|     <p>
     268|       id="b"
     269|       "TEST"
     270Expected:
     271| <html>
     272|   <head>
     273|   <body>
     274|     <p>
     275|       id="a"
     276|       <b>
     277|     <p>
     278|       id="b"
     279|       "TEST"
     280
     281Test 53 of 113 in resources/tests1.dat failed. Input:
     282<b id=a><p><b id=b></p></b>TEST
     283Got:
     284| <html>
     285|   <head>
     286|   <body>
     287|     <b>
     288|       id="a"
     289|       <p>
     290|         <b>
     291|           id="b"
     292|       <b>
     293|         id="b"
     294|       "TEST"
     295Expected:
     296| <html>
     297|   <head>
     298|   <body>
     299|     <b>
     300|       id="a"
     301|       <p>
     302|         <b>
     303|           id="b"
     304|       "TEST"
     305
     306Test 54 of 113 in resources/tests1.dat failed. Input:
     307<!DOCTYPE html><title>U-test</title><body><div><p>Test<u></p></div></body>
     308Got:
     309| <!DOCTYPE html>
     310| <html>
     311|   <head>
     312|     <title>
     313|       "U-test"
     314|   <body>
     315|     <div>
     316|       <p>
     317|         "Test"
     318|         <u>
     319|       <u>
     320|     <u>
     321Expected:
     322| <!DOCTYPE html>
     323| <html>
     324|   <head>
     325|     <title>
     326|       "U-test"
     327|   <body>
     328|     <div>
     329|       <p>
     330|         "Test"
     331|         <u>
     332
     333Test 57 of 113 in resources/tests1.dat failed. Input:
     334<b>Test</i>Test
     335Got:
     336| <html>
     337|   <head>
     338|   <body>
     339|     <b>
     340|       "Test"
     341|       "Test"
     342Expected:
     343| <html>
     344|   <head>
     345|   <body>
     346|     <b>
     347|       "TestTest"
     348
     349Test 59 of 113 in resources/tests1.dat failed. Input:
     350<b>A<cite>B<div>C</cite>D
     351Got:
     352| <html>
     353|   <head>
     354|   <body>
     355|     <b>
     356|       "A"
     357|       <cite>
     358|         "B"
     359|         <div>
     360|           "C"
     361|           "D"
     362Expected:
     363| <html>
     364|   <head>
     365|   <body>
     366|     <b>
     367|       "A"
     368|       <cite>
     369|         "B"
     370|         <div>
     371|           "CD"
     372
     373Test 78 of 113 in resources/tests1.dat failed. Input:
     374<a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe
     375Got:
     376| <html>
     377|   <head>
     378|   <body>
     379|     <a>
     380|       href="blah"
     381|       "aba"
     382|       <a>
     383|         href="foo"
     384|         "br"
     385|       "x"
     386|       <table>
     387|         <tbody>
     388|           <tr>
     389|             <td>
     390|       "aoe"
     391Expected:
     392| <html>
     393|   <head>
     394|   <body>
     395|     <a>
     396|       href="blah"
     397|       "aba"
     398|       <a>
     399|         href="foo"
     400|         "br"
     401|       <a>
     402|         href="foo"
     403|         "x"
     404|       <table>
     405|         <tbody>
     406|           <tr>
     407|             <td>
     408|     <a>
     409|       href="foo"
     410|       "aoe"
     411
     412Test 79 of 113 in resources/tests1.dat failed. Input:
     413<a href="blah">aba<table><tr><td><a href="foo">br</td></tr>x</table>aoe
     414Got:
     415| <html>
     416|   <head>
     417|   <body>
     418|     <a>
     419|       href="blah"
     420|       "aba"
     421|       "x"
     422|       <table>
     423|         <tbody>
     424|           <tr>
     425|             <td>
     426|               <a>
     427|                 href="foo"
     428|                 "br"
     429|       "aoe"
     430Expected:
     431| <html>
     432|   <head>
     433|   <body>
     434|     <a>
     435|       href="blah"
     436|       "abax"
     437|       <table>
     438|         <tbody>
     439|           <tr>
     440|             <td>
     441|               <a>
     442|                 href="foo"
     443|                 "br"
     444|       "aoe"
     445
     446Test 80 of 113 in resources/tests1.dat failed. Input:
     447<table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe
     448Got:
     449| <html>
     450|   <head>
     451|   <body>
     452|     <a>
     453|       href="blah"
     454|       "aba"
     455|     "x"
     456|     <table>
     457|       <tbody>
     458|         <tr>
     459|           <td>
     460|             <a>
     461|               href="foo"
     462|               "br"
     463|     "aoe"
     464Expected:
     465| <html>
     466|   <head>
     467|   <body>
     468|     <a>
     469|       href="blah"
     470|       "aba"
     471|     <a>
     472|       href="blah"
     473|       "x"
     474|     <table>
     475|       <tbody>
     476|         <tr>
     477|           <td>
     478|             <a>
     479|               href="foo"
     480|               "br"
     481|     <a>
     482|       href="blah"
     483|       "aoe"
     484
     485Test 81 of 113 in resources/tests1.dat failed. Input:
     486<a href=a>aa<marquee>aa<a href=b>bb</marquee>aa
     487Got:
     488| <html>
     489|   <head>
     490|   <body>
     491|     <a>
     492|       href="a"
     493|       "aa"
     494|     <marquee>
     495|       <a>
     496|         href="a"
     497|         "aa"
     498|       <a>
     499|         href="b"
     500|         "bb"
     501|     <a>
     502|       href="b"
     503|       "aa"
     504Expected:
     505| <html>
     506|   <head>
     507|   <body>
     508|     <a>
     509|       href="a"
     510|       "aa"
     511|       <marquee>
     512|         "aa"
     513|         <a>
     514|           href="b"
     515|           "bb"
     516|       "aa"
     517
     518Test 82 of 113 in resources/tests1.dat failed. Input:
     519<wbr><strike><code></strike><code><strike></code>
     520Got:
     521| <html>
     522|   <head>
     523|   <body>
     524|     <wbr>
     525|     <strike>
     526|       <code>
     527|     <code>
     528|       <code>
     529|         <strike>
     530|       <strike>
     531Expected:
     532| <html>
     533|   <head>
     534|   <body>
     535|     <wbr>
     536|     <strike>
     537|       <code>
     538|     <code>
     539|       <code>
     540|         <strike>
     541
     542Test 87 of 113 in resources/tests1.dat failed. Input:
     543<body><body><base><link><meta><title><p></title><body><p></body>
     544Got:
     545| <html>
     546|   <head>
     547|     <base>
     548|     <meta>
     549|     <title>
     550|       "<p>"
     551|   <body>
     552|     <link>
     553|     <p>
     554Expected:
     555| <html>
     556|   <head>
     557|   <body>
     558|     <base>
     559|     <link>
     560|     <meta>
     561|     <title>
     562|       "<p>"
     563|     <p>
     564
     565Test 90 of 113 in resources/tests1.dat failed. Input:
     566<a><table><a></table><p><a><div><a>
     567Got:
     568| <html>
     569|   <head>
     570|   <body>
     571|     <a>
     572|       <a>
     573|       <table>
     574|         <tbody>
     575|     <p>
     576|       <a>
     577|     <a>
     578|     <div>
     579|       <a>
     580Expected:
     581| <html>
     582|   <head>
     583|   <body>
     584|     <a>
     585|       <a>
     586|       <table>
     587|     <p>
     588|       <a>
     589|     <div>
     590|       <a>
     591
     592Test 91 of 113 in resources/tests1.dat failed. Input:
     593<head></p><meta><p>
     594Got:
     595| <html>
     596|   <head>
     597|     <meta>
     598|   <body>
     599|     <p>
     600|     <p>
     601Expected:
     602| <html>
     603|   <head>
     604|     <meta>
     605|   <body>
     606|     <p>
     607
     608Test 92 of 113 in resources/tests1.dat failed. Input:
     609<head></html><meta><p>
     610Got:
     611| <html>
     612|   <head>
     613|     <meta>
     614|   <body>
     615|     <p>
     616Expected:
     617| <html>
     618|   <head>
     619|   <body>
     620|     <meta>
     621|     <p>
     622
     623Test 96 of 113 in resources/tests1.dat failed. Input:
     624<a><p><a></a></p></a>
     625Got:
     626| <html>
     627|   <head>
     628|   <body>
     629|     <a>
     630|     <p>
     631|       <a>
     632Expected:
     633| <html>
     634|   <head>
     635|   <body>
     636|     <a>
     637|     <p>
     638|       <a>
     639|       <a>
     640
     641Test 98 of 113 in resources/tests1.dat failed. Input:
     642<p><b><div><marquee></p></b></div>
     643Got:
     644| <html>
     645|   <head>
     646|   <body>
     647|     <p>
     648|       <b>
     649|     <b>
     650|     <div>
     651|       <b>
     652|       <marquee>
     653|         <b>
     654|           <p>
     655Expected:
     656| <html>
     657|   <head>
     658|   <body>
     659|     <p>
     660|       <b>
     661|     <div>
     662|       <b>
     663|         <marquee>
     664|           <p>
     665
     666Test 101 of 113 in resources/tests1.dat failed. Input:
     667<select><b><option><select><option></b></select>
     668Got:
     669| <html>
     670|   <head>
     671|   <body>
     672|     <select>
     673|       <option>
     674Expected:
     675| <html>
     676|   <head>
     677|   <body>
     678|     <select>
     679|       <option>
     680|     <option>
     681
     682Test 104 of 113 in resources/tests1.dat failed. Input:
     683<ul><li></li><div><li></div><li><li><div><li><address><li><b><em></b><li></ul>
     684Got:
     685| <html>
     686|   <head>
     687|   <body>
     688|     <ul>
     689|       <li>
     690|       <div>
     691|         <li>
     692|       <li>
     693|       <li>
     694|         <div>
     695|           <li>
     696|             <address>
     697|           <li>
     698|             <b>
     699|               <em>
     700|             <em>
     701|           <em>
     702|             <li>
     703|     <em>
     704Expected:
     705| <html>
     706|   <head>
     707|   <body>
     708|     <ul>
     709|       <li>
     710|       <div>
     711|         <li>
     712|       <li>
     713|       <li>
     714|         <div>
     715|       <li>
     716|         <address>
     717|       <li>
     718|         <b>
     719|           <em>
     720|       <li>
     721
     722Test 106 of 113 in resources/tests1.dat failed. Input:
     723<frameset><frame><frameset><frame></frameset><noframes></noframes></frameset>
     724Got:
     725| <html>
     726|   <frameset>
     727|     <frame>
     728|     <frameset>
     729|       <frame>
     730Expected:
     731| <html>
     732|   <head>
     733|   <frameset>
     734|     <frame>
     735|     <frameset>
     736|       <frame>
     737|     <noframes>
     738
     739Test 109 of 113 in resources/tests1.dat failed. Input:
     740<table><col><tbody><col><tr><col><td><col></table><col>
     741Got:
     742| <html>
     743|   <head>
     744|   <body>
     745|     <col>
     746|     <col>
     747|     <table>
     748|       <col>
     749|       <tbody>
     750|         <tr>
     751|           <td>
     752Expected:
     753| <html>
     754|   <head>
     755|   <body>
     756|     <table>
     757|       <colgroup>
     758|         <col>
     759|       <tbody>
     760|       <colgroup>
     761|         <col>
     762|       <tbody>
     763|         <tr>
     764|       <colgroup>
     765|         <col>
     766|       <tbody>
     767|         <tr>
     768|           <td>
     769|       <colgroup>
     770|         <col>
     771
     772Test 113 of 113 in resources/tests1.dat failed. Input:
     773<frameset>
     774Got:
     775| <html>
     776|   <frameset>
     777Expected:
     778| <html>
     779|   <head>
     780|   <frameset>
    36781resources/tests2.dat:
    377826
     
    4879354
    49794
     795Test 6 of 59 in resources/tests2.dat failed. Input:
     796<!DOCTYPE html><frameset>test
     797Got:
     798| <!DOCTYPE html>
     799| <html>
     800|   <frameset>
     801Expected:
     802| <!DOCTYPE html>
     803| <html>
     804|   <head>
     805|   <frameset>
     806
     807Test 7 of 59 in resources/tests2.dat failed. Input:
     808<!DOCTYPE html><frameset><!DOCTYPE html>
     809Got:
     810| <!DOCTYPE html>
     811| <html>
     812|   <frameset>
     813Expected:
     814| <!DOCTYPE html>
     815| <html>
     816|   <head>
     817|   <frameset>
     818
     819Test 8 of 59 in resources/tests2.dat failed. Input:
     820<!DOCTYPE html><font><p><b>test</font>
     821Got:
     822| <!DOCTYPE html>
     823| <html>
     824|   <head>
     825|   <body>
     826|     <font>
     827|     <p>
     828|       <font>
     829|         <b>
     830|           "test"
     831|       <b>
     832Expected:
     833| <!DOCTYPE html>
     834| <html>
     835|   <head>
     836|   <body>
     837|     <font>
     838|     <p>
     839|       <font>
     840|         <b>
     841|           "test"
     842
     843Test 9 of 59 in resources/tests2.dat failed. Input:
     844<!DOCTYPE html><dt><div><dd>
     845Got:
     846| <!DOCTYPE html>
     847| <html>
     848|   <head>
     849|   <body>
     850|     <dt>
     851|       <div>
     852|         <dd>
     853Expected:
     854| <!DOCTYPE html>
     855| <html>
     856|   <head>
     857|   <body>
     858|     <dt>
     859|       <div>
     860|     <dd>
     861
     862Test 11 of 59 in resources/tests2.dat failed. Input:
     863<table><plaintext><td>
     864Got:
     865| <html>
     866|   <head>
     867|   <body>
     868|     <plaintext>
     869|       "<td>"
     870|     <table>
     871|       <tbody>
     872Expected:
     873| <html>
     874|   <head>
     875|   <body>
     876|     <plaintext>
     877|       "<td>"
     878|     <table>
     879
     880Test 32 of 59 in resources/tests2.dat failed. Input:
     881<!DOCTYPE html>X</body>X
     882Got:
     883| <!DOCTYPE html>
     884| <html>
     885|   <head>
     886|   <body>
     887|     "X"
     888|     "X"
     889Expected:
     890| <!DOCTYPE html>
     891| <html>
     892|   <head>
     893|   <body>
     894|     "XX"
     895
     896Test 36 of 59 in resources/tests2.dat failed. Input:
     897<!DOCTYPE html><select><optgroup><option></optgroup><option><select><option>
     898Got:
     899| <!DOCTYPE html>
     900| <html>
     901|   <head>
     902|   <body>
     903|     <select>
     904|       <optgroup>
     905|         <option>
     906|         <option>
     907Expected:
     908| <!DOCTYPE html>
     909| <html>
     910|   <head>
     911|   <body>
     912|     <select>
     913|       <optgroup>
     914|         <option>
     915|       <option>
     916|     <option>
     917
     918Test 42 of 59 in resources/tests2.dat failed. Input:
     919<isindex test=x name=x>
     920Got:
     921| <html>
     922|   <head>
     923|   <body>
     924Expected:
     925| <html>
     926|   <head>
     927|   <body>
     928|     <form>
     929|       <hr>
     930|       <label>
     931|         "This is a searchable index. Insert your search keywords here: "
     932|         <input>
     933|           name="isindex"
     934|           test="x"
     935|       <hr>
     936
     937Test 44 of 59 in resources/tests2.dat failed. Input:
     938<!DOCTYPE html><body><title>test</body></title>
     939Got:
     940| <!DOCTYPE html>
     941| <html>
     942|   <head>
     943|     <title>
     944|       "test</body>"
     945|   <body>
     946Expected:
     947| <!DOCTYPE html>
     948| <html>
     949|   <head>
     950|   <body>
     951|     <title>
     952|       "test</body>"
     953
     954Test 45 of 59 in resources/tests2.dat failed. Input:
     955<!DOCTYPE html><body><title>X</title><meta name=z><link rel=foo><style>
     956x { content:"</style" } </style>
     957Got:
     958| <!DOCTYPE html>
     959| <html>
     960|   <head>
     961|     <title>
     962|       "X"
     963|     <meta>
     964|       name="z"
     965|   <body>
     966|     <link>
     967|       rel="foo"
     968|     <style>
     969|       "
     970x { content:"</style" } "
     971Expected:
     972| <!DOCTYPE html>
     973| <html>
     974|   <head>
     975|   <body>
     976|     <title>
     977|       "X"
     978|     <meta>
     979|       name="z"
     980|     <link>
     981|       rel="foo"
     982|     <style>
     983|       "
     984x { content:"</style" } "
     985
     986Test 53 of 59 in resources/tests2.dat failed. Input:
     987<!DOCTYPE html>X</html>X
     988Got:
     989| <!DOCTYPE html>
     990| <html>
     991|   <head>
     992|   <body>
     993|     "X"
     994|     "X"
     995Expected:
     996| <!DOCTYPE html>
     997| <html>
     998|   <head>
     999|   <body>
     1000|     "XX"
     1001
     1002Test 54 of 59 in resources/tests2.dat failed. Input:
     1003<!DOCTYPE html>X</html>
     1004Got:
     1005| <!DOCTYPE html>
     1006| <html>
     1007|   <head>
     1008|   <body>
     1009|     "X"
     1010|     " "
     1011Expected:
     1012| <!DOCTYPE html>
     1013| <html>
     1014|   <head>
     1015|   <body>
     1016|     "X "
    501017resources/tests3.dat:
    51101816
     
    54102119
    551022
     1023Test 16 of 23 in resources/tests3.dat failed. Input:
     1024<!DOCTYPE html><textarea>
     1025</textarea>
     1026Got:
     1027| <!DOCTYPE html>
     1028| <html>
     1029|   <head>
     1030|   <body>
     1031|     <textarea>
     1032|       "
     1033"
     1034Expected:
     1035| <!DOCTYPE html>
     1036| <html>
     1037|   <head>
     1038|   <body>
     1039|     <textarea>
     1040
     1041Test 17 of 23 in resources/tests3.dat failed. Input:
     1042<!DOCTYPE html><textarea>
     1043foo</textarea>
     1044Got:
     1045| <!DOCTYPE html>
     1046| <html>
     1047|   <head>
     1048|   <body>
     1049|     <textarea>
     1050|       "
     1051foo"
     1052Expected:
     1053| <!DOCTYPE html>
     1054| <html>
     1055|   <head>
     1056|   <body>
     1057|     <textarea>
     1058|       "foo"
     1059
     1060Test 18 of 23 in resources/tests3.dat failed. Input:
     1061<!DOCTYPE html><textarea>
     1062
     1063foo</textarea>
     1064Got:
     1065| <!DOCTYPE html>
     1066| <html>
     1067|   <head>
     1068|   <body>
     1069|     <textarea>
     1070|       "
     1071
     1072foo"
     1073Expected:
     1074| <!DOCTYPE html>
     1075| <html>
     1076|   <head>
     1077|   <body>
     1078|     <textarea>
     1079|       "
     1080foo"
     1081
     1082Test 19 of 23 in resources/tests3.dat failed. Input:
     1083<!DOCTYPE html><html><head></head><body><ul><li><div><p><li></ul></body></html>
     1084Got:
     1085| <!DOCTYPE html>
     1086| <html>
     1087|   <head>
     1088|   <body>
     1089|     <ul>
     1090|       <li>
     1091|         <div>
     1092|           <p>
     1093|           <li>
     1094Expected:
     1095| <!DOCTYPE html>
     1096| <html>
     1097|   <head>
     1098|   <body>
     1099|     <ul>
     1100|       <li>
     1101|         <div>
     1102|           <p>
     1103|       <li>
    561104resources/tests4.dat:
    5711053
     
    6011087
    611109
     1110Test 3 of 7 in resources/tests4.dat failed. Input:
     1111textarea content with <em>pseudo</em> <foo>markup
     1112Got:
     1113| "textarea content with "
     1114| <em>
     1115|   "pseudo"
     1116| " "
     1117| <foo>
     1118|   "markup"
     1119Expected:
     1120| "textarea content with <em>pseudo</em> <foo>markup"
     1121
     1122Test 5 of 7 in resources/tests4.dat failed. Input:
     1123</plaintext>
     1124Got:
     1125|
     1126Expected:
     1127| "</plaintext>"
     1128
     1129Test 6 of 7 in resources/tests4.dat failed. Input:
     1130setting html's innerHTML
     1131Got:
     1132| "setting html's innerHTML"
     1133Expected:
     1134| <head>
     1135| <body>
     1136|   "setting html's innerHTML"
     1137
     1138Test 7 of 7 in resources/tests4.dat failed. Input:
     1139<title>setting head's innerHTML</title>
     1140Got:
     1141|
     1142Expected:
     1143| <title>
     1144|   "setting head's innerHTML"
    621145resources/tests5.dat:
    6311462
     
    68115116
    691152
     1153Test 2 of 16 in resources/tests5.dat failed. Input:
     1154<style> <!-- </style> --> </style>x
     1155Got:
     1156| <html>
     1157|   <head>
     1158|     <style>
     1159|       " <!-- "
     1160|   <body>
     1161|     " --> "
     1162|     "x"
     1163Expected:
     1164| <html>
     1165|   <head>
     1166|     <style>
     1167|       " <!-- "
     1168|     " "
     1169|   <body>
     1170|     "--> x"
     1171
     1172Test 6 of 16 in resources/tests5.dat failed. Input:
     1173<iframe> <!--- </iframe>->x</iframe> --> </iframe>x
     1174Got:
     1175| <html>
     1176|   <head>
     1177|   <body>
     1178|     <iframe>
     1179|       " <!--- "
     1180|     "->x"
     1181|     " --> "
     1182|     "x"
     1183Expected:
     1184| <html>
     1185|   <head>
     1186|   <body>
     1187|     <iframe>
     1188|       " <!--- "
     1189|     "->x --> x"
     1190
     1191Test 7 of 16 in resources/tests5.dat failed. Input:
     1192<script> <!-- </script> --> </script>x
     1193Got:
     1194| <html>
     1195|   <head>
     1196|     <script>
     1197|       " <!-- "
     1198|   <body>
     1199|     " --> "
     1200|     "x"
     1201Expected:
     1202| <html>
     1203|   <head>
     1204|     <script>
     1205|       " <!-- "
     1206|     " "
     1207|   <body>
     1208|     "--> x"
     1209
     1210Test 8 of 16 in resources/tests5.dat failed. Input:
     1211<title> <!-- </title> --> </title>x
     1212Got:
     1213| <html>
     1214|   <head>
     1215|     <title>
     1216|       " <!-- "
     1217|   <body>
     1218|     " --> "
     1219|     "x"
     1220Expected:
     1221| <html>
     1222|   <head>
     1223|     <title>
     1224|       " <!-- "
     1225|     " "
     1226|   <body>
     1227|     "--> x"
     1228
     1229Test 9 of 16 in resources/tests5.dat failed. Input:
     1230<textarea> <!--- </textarea>->x</textarea> --> </textarea>x
     1231Got:
     1232| <html>
     1233|   <head>
     1234|   <body>
     1235|     <textarea>
     1236|       " <!--- "
     1237|     "->x"
     1238|     " --> "
     1239|     "x"
     1240Expected:
     1241| <html>
     1242|   <head>
     1243|   <body>
     1244|     <textarea>
     1245|       " <!--- "
     1246|     "->x --> x"
     1247
     1248Test 16 of 16 in resources/tests5.dat failed. Input:
     1249<noscript><!--</noscript>--></noscript>
     1250Got:
     1251| <html>
     1252|   <head>
     1253|   <body>
     1254|     <noscript>
     1255|     "-->"
     1256Expected:
     1257| <html>
     1258|   <head>
     1259|     <noscript>
     1260|       "<!--"
     1261|   <body>
     1262|     "-->"
    701263resources/tests6.dat:
    7112641
     
    89128251
    901283
     1284Test 1 of 51 in resources/tests6.dat failed. Input:
     1285<!doctype html></head> <head>
     1286Got:
     1287| <!DOCTYPE html>
     1288| <html>
     1289|   <head>
     1290|   <body>
     1291Expected:
     1292| <!DOCTYPE html>
     1293| <html>
     1294|   <head>
     1295|   " "
     1296|   <body>
     1297
     1298Test 8 of 51 in resources/tests6.dat failed. Input:
     1299<frameset></frameset>
     1300foo
     1301Got:
     1302| <html>
     1303|   <frameset>
     1304Expected:
     1305| <html>
     1306|   <head>
     1307|   <frameset>
     1308|   "
     1309"
     1310
     1311Test 9 of 51 in resources/tests6.dat failed. Input:
     1312<frameset></frameset>
     1313<noframes>
     1314Got:
     1315| <html>
     1316|   <frameset>
     1317|   <noframes>
     1318Expected:
     1319| <html>
     1320|   <head>
     1321|   <frameset>
     1322|   "
     1323"
     1324|   <noframes>
     1325
     1326Test 10 of 51 in resources/tests6.dat failed. Input:
     1327<frameset></frameset>
     1328<div>
     1329Got:
     1330| <html>
     1331|   <frameset>
     1332Expected:
     1333| <html>
     1334|   <head>
     1335|   <frameset>
     1336|   "
     1337"
     1338
     1339Test 11 of 51 in resources/tests6.dat failed. Input:
     1340<frameset></frameset>
     1341</html>
     1342Got:
     1343| <html>
     1344|   <frameset>
     1345Expected:
     1346| <html>
     1347|   <head>
     1348|   <frameset>
     1349|   "
     1350"
     1351
     1352Test 12 of 51 in resources/tests6.dat failed. Input:
     1353<frameset></frameset>
     1354</div>
     1355Got:
     1356| <html>
     1357|   <frameset>
     1358Expected:
     1359| <html>
     1360|   <head>
     1361|   <frameset>
     1362|   "
     1363"
     1364
     1365Test 27 of 51 in resources/tests6.dat failed. Input:
     1366foo<col>
     1367Got:
     1368|
     1369Expected:
     1370| <col>
     1371
     1372Test 29 of 51 in resources/tests6.dat failed. Input:
     1373<frameset><div>
     1374Got:
     1375| <html>
     1376|   <frameset>
     1377Expected:
     1378| <html>
     1379|   <head>
     1380|   <frameset>
     1381
     1382Test 30 of 51 in resources/tests6.dat failed. Input:
     1383</frameset><frame>
     1384Got:
     1385|
     1386Expected:
     1387| <frame>
     1388
     1389Test 31 of 51 in resources/tests6.dat failed. Input:
     1390<frameset></div>
     1391Got:
     1392| <html>
     1393|   <frameset>
     1394Expected:
     1395| <html>
     1396|   <head>
     1397|   <frameset>
     1398
     1399Test 37 of 51 in resources/tests6.dat failed. Input:
     1400<caption><col><colgroup><tbody><tfoot><thead><tr>
     1401Got:
     1402| <caption>
     1403| <colgroup>
     1404| <tbody>
     1405| <tfoot>
     1406| <thead>
     1407|   <tr>
     1408Expected:
     1409| <tr>
     1410
     1411Test 44 of 51 in resources/tests6.dat failed. Input:
     1412</table><tr>
     1413Got:
     1414| <tr>
     1415Expected:
     1416| <tbody>
     1417|   <tr>
     1418
     1419Test 45 of 51 in resources/tests6.dat failed. Input:
     1420<body></body></html>
     1421Got:
     1422|
     1423Expected:
     1424| <head>
     1425| <body>
     1426
     1427Test 46 of 51 in resources/tests6.dat failed. Input:
     1428<html><frameset></frameset></html>
     1429Got:
     1430| <html>
     1431|   <frameset>
     1432Expected:
     1433| <html>
     1434|   <head>
     1435|   <frameset>
     1436|   " "
     1437
     1438Test 47 of 51 in resources/tests6.dat failed. Input:
     1439<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html></html>
     1440Got:
     1441| <!DOCTYPE html>
     1442| <html>
     1443|   <head>
     1444|   <body>
     1445Expected:
     1446| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "">
     1447| <html>
     1448|   <head>
     1449|   <body>
     1450
     1451Test 48 of 51 in resources/tests6.dat failed. Input:
     1452<param><frameset></frameset>
     1453Got:
     1454| <html>
     1455|   <head>
     1456|   <body>
     1457|     style="display:none"
     1458|   <frameset>
     1459Expected:
     1460| <html>
     1461|   <head>
     1462|   <frameset>
     1463
     1464Test 49 of 51 in resources/tests6.dat failed. Input:
     1465<source><frameset></frameset>
     1466Got:
     1467| <html>
     1468|   <head>
     1469|   <body>
     1470|     style="display:none"
     1471|   <frameset>
     1472Expected:
     1473| <html>
     1474|   <head>
     1475|   <frameset>
     1476
     1477Test 50 of 51 in resources/tests6.dat failed. Input:
     1478</html><frameset></frameset>
     1479Got:
     1480| <html>
     1481|   <frameset>
     1482Expected:
     1483| <html>
     1484|   <head>
     1485|   <frameset>
     1486
     1487Test 51 of 51 in resources/tests6.dat failed. Input:
     1488</body><frameset></frameset>
     1489Got:
     1490| <html>
     1491|   <frameset>
     1492Expected:
     1493| <html>
     1494|   <head>
     1495|   <frameset>
    911496resources/tests7.dat:
    9214971
     
    108151330
    1091514
     1515Test 1 of 30 in resources/tests7.dat failed. Input:
     1516<!doctype html><body><title>X</title>
     1517Got:
     1518| <!DOCTYPE html>
     1519| <html>
     1520|   <head>
     1521|     <title>
     1522|       "X"
     1523|   <body>
     1524Expected:
     1525| <!DOCTYPE html>
     1526| <html>
     1527|   <head>
     1528|   <body>
     1529|     <title>
     1530|       "X"
     1531
     1532Test 2 of 30 in resources/tests7.dat failed. Input:
     1533<!doctype html><table><title>X</title></table>
     1534Got:
     1535| <!DOCTYPE html>
     1536| <html>
     1537|   <head>
     1538|     <title>
     1539|       "X"
     1540|   <body>
     1541|     <table>
     1542Expected:
     1543| <!DOCTYPE html>
     1544| <html>
     1545|   <head>
     1546|   <body>
     1547|     <title>
     1548|       "X"
     1549|     <table>
     1550
     1551Test 5 of 30 in resources/tests7.dat failed. Input:
     1552<!doctype html><table><meta></table>
     1553Got:
     1554| <!DOCTYPE html>
     1555| <html>
     1556|   <head>
     1557|     <meta>
     1558|   <body>
     1559|     <table>
     1560Expected:
     1561| <!DOCTYPE html>
     1562| <html>
     1563|   <head>
     1564|   <body>
     1565|     <meta>
     1566|     <table>
     1567
     1568Test 6 of 30 in resources/tests7.dat failed. Input:
     1569<!doctype html><table>X<tr><td><table> <meta></table></table>
     1570Got:
     1571| <!DOCTYPE html>
     1572| <html>
     1573|   <head>
     1574|     <meta>
     1575|   <body>
     1576|     "X"
     1577|     <table>
     1578|       <tbody>
     1579|         <tr>
     1580|           <td>
     1581|             <table>
     1582|               " "
     1583Expected:
     1584| <!DOCTYPE html>
     1585| <html>
     1586|   <head>
     1587|   <body>
     1588|     "X"
     1589|     <table>
     1590|       <tbody>
     1591|         <tr>
     1592|           <td>
     1593|             <meta>
     1594|             <table>
     1595|               " "
     1596
     1597Test 9 of 30 in resources/tests7.dat failed. Input:
     1598<!doctype html><table><style> <tr>x </style> </table>
     1599Got:
     1600| <!DOCTYPE html>
     1601| <html>
     1602|   <head>
     1603|     <style>
     1604|       " <tr>x "
     1605|   <body>
     1606|     <table>
     1607|       " "
     1608Expected:
     1609| <!DOCTYPE html>
     1610| <html>
     1611|   <head>
     1612|   <body>
     1613|     <table>
     1614|       <style>
     1615|         " <tr>x "
     1616|       " "
     1617
     1618Test 14 of 30 in resources/tests7.dat failed. Input:
     1619<!doctype html><select><select>X
     1620Got:
     1621| <!DOCTYPE html>
     1622| <html>
     1623|   <head>
     1624|   <body>
     1625|     <select>
     1626|       "X"
     1627Expected:
     1628| <!DOCTYPE html>
     1629| <html>
     1630|   <head>
     1631|   <body>
     1632|     <select>
     1633|     "X"
     1634
     1635Test 15 of 30 in resources/tests7.dat failed. Input:
     1636<!doctype html><table><input type=hidDEN></table>
     1637Got:
     1638| <!DOCTYPE html>
     1639| <html>
     1640|   <head>
     1641|   <body>
     1642|     <input>
     1643|       type="hidDEN"
     1644|     <table>
     1645|       <tbody>
     1646Expected:
     1647| <!DOCTYPE html>
     1648| <html>
     1649|   <head>
     1650|   <body>
     1651|     <table>
     1652|       <input>
     1653|         type="hidDEN"
     1654
     1655Test 16 of 30 in resources/tests7.dat failed. Input:
     1656<!doctype html><table>X<input type=hidDEN></table>
     1657Got:
     1658| <!DOCTYPE html>
     1659| <html>
     1660|   <head>
     1661|   <body>
     1662|     "X"
     1663|     <input>
     1664|       type="hidDEN"
     1665|     <table>
     1666|       <tbody>
     1667Expected:
     1668| <!DOCTYPE html>
     1669| <html>
     1670|   <head>
     1671|   <body>
     1672|     "X"
     1673|     <table>
     1674|       <input>
     1675|         type="hidDEN"
     1676
     1677Test 17 of 30 in resources/tests7.dat failed. Input:
     1678<!doctype html><table>  <input type=hidDEN></table>
     1679Got:
     1680| <!DOCTYPE html>
     1681| <html>
     1682|   <head>
     1683|   <body>
     1684|     <input>
     1685|       type="hidDEN"
     1686|     <table>
     1687|       "  "
     1688|       <tbody>
     1689Expected:
     1690| <!DOCTYPE html>
     1691| <html>
     1692|   <head>
     1693|   <body>
     1694|     <table>
     1695|       "  "
     1696|       <input>
     1697|         type="hidDEN"
     1698
     1699Test 18 of 30 in resources/tests7.dat failed. Input:
     1700<!doctype html><table>  <input type='hidDEN'></table>
     1701Got:
     1702| <!DOCTYPE html>
     1703| <html>
     1704|   <head>
     1705|   <body>
     1706|     <input>
     1707|       type="hidDEN"
     1708|     <table>
     1709|       "  "
     1710|       <tbody>
     1711Expected:
     1712| <!DOCTYPE html>
     1713| <html>
     1714|   <head>
     1715|   <body>
     1716|     <table>
     1717|       "  "
     1718|       <input>
     1719|         type="hidDEN"
     1720
     1721Test 19 of 30 in resources/tests7.dat failed. Input:
     1722<!doctype html><table><input type=" hidden"><input type=hidDEN></table>
     1723Got:
     1724| <!DOCTYPE html>
     1725| <html>
     1726|   <head>
     1727|   <body>
     1728|     <input>
     1729|       type=" hidden"
     1730|     <input>
     1731|       type="hidDEN"
     1732|     <table>
     1733|       <tbody>
     1734Expected:
     1735| <!DOCTYPE html>
     1736| <html>
     1737|   <head>
     1738|   <body>
     1739|     <input>
     1740|       type=" hidden"
     1741|     <table>
     1742|       <input>
     1743|         type="hidDEN"
     1744
     1745Test 24 of 30 in resources/tests7.dat failed. Input:
     1746<body>X</body></body>
     1747Got:
     1748| "X"
     1749Expected:
     1750| <head>
     1751| <body>
     1752|   "X"
     1753
     1754Test 25 of 30 in resources/tests7.dat failed. Input:
     1755<div><p>a</x> b
     1756Got:
     1757| <html>
     1758|   <head>
     1759|   <body>
     1760|     <div>
     1761|       <p>
     1762|         "a"
     1763|         " b"
     1764Expected:
     1765| <html>
     1766|   <head>
     1767|   <body>
     1768|     <div>
     1769|       <p>
     1770|         "a b"
     1771
     1772Test 27 of 30 in resources/tests7.dat failed. Input:
     1773<table><b><tr><td>aaa</td></tr>bbb</table>ccc
     1774Got:
     1775| <html>
     1776|   <head>
     1777|   <body>
     1778|     <b>
     1779|     "bbb"
     1780|     <table>
     1781|       <tbody>
     1782|         <tr>
     1783|           <td>
     1784|             "aaa"
     1785|     "ccc"
     1786Expected:
     1787| <html>
     1788|   <head>
     1789|   <body>
     1790|     <b>
     1791|     <b>
     1792|       "bbb"
     1793|     <table>
     1794|       <tbody>
     1795|         <tr>
     1796|           <td>
     1797|             "aaa"
     1798|     <b>
     1799|       "ccc"
     1800
     1801Test 28 of 30 in resources/tests7.dat failed. Input:
     1802A<table><tr> B</tr> B</table>
     1803Got:
     1804| <html>
     1805|   <head>
     1806|   <body>
     1807|     "A"
     1808|     " B"
     1809|     " B"
     1810|     <table>
     1811|       <tbody>
     1812|         <tr>
     1813Expected:
     1814| <html>
     1815|   <head>
     1816|   <body>
     1817|     "A B B"
     1818|     <table>
     1819|       <tbody>
     1820|         <tr>
     1821
     1822Test 29 of 30 in resources/tests7.dat failed. Input:
     1823A<table><tr> B</tr> </em>C</table>
     1824Got:
     1825| <html>
     1826|   <head>
     1827|   <body>
     1828|     "A"
     1829|     " B"
     1830|     "C"
     1831|     <table>
     1832|       <tbody>
     1833|         <tr>
     1834|         " "
     1835Expected:
     1836| <html>
     1837|   <head>
     1838|   <body>
     1839|     "A BC"
     1840|     <table>
     1841|       <tbody>
     1842|         <tr>
     1843|         " "
     1844
     1845Test 30 of 30 in resources/tests7.dat failed. Input:
     1846<select><keygen>
     1847Got:
     1848| <html>
     1849|   <head>
     1850|   <body>
     1851|     <select>
     1852Expected:
     1853| <html>
     1854|   <head>
     1855|   <body>
     1856|     <select>
     1857|     <keygen>
    1101858resources/tests8.dat:
    11118591
     
    11818669
    1191867
     1868Test 1 of 9 in resources/tests8.dat failed. Input:
     1869<div>
     1870<div></div>
     1871</span>x
     1872Got:
     1873| <html>
     1874|   <head>
     1875|   <body>
     1876|     <div>
     1877|       "
     1878"
     1879|       <div>
     1880|       "
     1881"
     1882|       "x"
     1883Expected:
     1884| <html>
     1885|   <head>
     1886|   <body>
     1887|     <div>
     1888|       "
     1889"
     1890|       <div>
     1891|       "
     1892x"
     1893
     1894Test 2 of 9 in resources/tests8.dat failed. Input:
     1895<div>x<div></div>
     1896</span>x
     1897Got:
     1898| <html>
     1899|   <head>
     1900|   <body>
     1901|     <div>
     1902|       "x"
     1903|       <div>
     1904|       "
     1905"
     1906|       "x"
     1907Expected:
     1908| <html>
     1909|   <head>
     1910|   <body>
     1911|     <div>
     1912|       "x"
     1913|       <div>
     1914|       "
     1915x"
     1916
     1917Test 3 of 9 in resources/tests8.dat failed. Input:
     1918<div>x<div></div>x</span>x
     1919Got:
     1920| <html>
     1921|   <head>
     1922|   <body>
     1923|     <div>
     1924|       "x"
     1925|       <div>
     1926|       "x"
     1927|       "x"
     1928Expected:
     1929| <html>
     1930|   <head>
     1931|   <body>
     1932|     <div>
     1933|       "x"
     1934|       <div>
     1935|       "xx"
     1936
     1937Test 4 of 9 in resources/tests8.dat failed. Input:
     1938<div>x<div></div>y</span>z
     1939Got:
     1940| <html>
     1941|   <head>
     1942|   <body>
     1943|     <div>
     1944|       "x"
     1945|       <div>
     1946|       "y"
     1947|       "z"
     1948Expected:
     1949| <html>
     1950|   <head>
     1951|   <body>
     1952|     <div>
     1953|       "x"
     1954|       <div>
     1955|       "yz"
     1956
     1957Test 5 of 9 in resources/tests8.dat failed. Input:
     1958<table><div>x<div></div>x</span>x
     1959Got:
     1960| <html>
     1961|   <head>
     1962|   <body>
     1963|     <div>
     1964|       "x"
     1965|       <div>
     1966|       "x"
     1967|       "x"
     1968|     <table>
     1969|       <tbody>
     1970Expected:
     1971| <html>
     1972|   <head>
     1973|   <body>
     1974|     <div>
     1975|       "x"
     1976|       <div>
     1977|       "xx"
     1978|     <table>
     1979
     1980Test 6 of 9 in resources/tests8.dat failed. Input:
     1981x<table>x
     1982Got:
     1983| <html>
     1984|   <head>
     1985|   <body>
     1986|     "x"
     1987|     "x"
     1988|     <table>
     1989Expected:
     1990| <html>
     1991|   <head>
     1992|   <body>
     1993|     "xx"
     1994|     <table>
     1995
     1996Test 8 of 9 in resources/tests8.dat failed. Input:
     1997<b>a<div></div><div></b>y
     1998Got:
     1999| <html>
     2000|   <head>
     2001|   <body>
     2002|     <b>
     2003|       "a"
     2004|       <div>
     2005|     <div>
     2006|       "y"
     2007Expected:
     2008| <html>
     2009|   <head>
     2010|   <body>
     2011|     <b>
     2012|       "a"
     2013|       <div>
     2014|     <div>
     2015|       <b>
     2016|       "y"
     2017
     2018Test 9 of 9 in resources/tests8.dat failed. Input:
     2019<a><div><p></a>
     2020Got:
     2021| <html>
     2022|   <head>
     2023|   <body>
     2024|     <a>
     2025|     <div>
     2026|       <a>
     2027|       <p>
     2028Expected:
     2029| <html>
     2030|   <head>
     2031|   <body>
     2032|     <a>
     2033|     <div>
     2034|       <a>
     2035|       <p>
     2036|         <a>
    1202037resources/tests9.dat:
    12120381
     
    143206025
    1442061
     2062Test 1 of 25 in resources/tests9.dat failed. Input:
     2063<!DOCTYPE html><math></math>
     2064Got:
     2065| <!DOCTYPE html>
     2066| <html>
     2067|   <head>
     2068|   <body>
     2069|     <math>
     2070Expected:
     2071| <!DOCTYPE html>
     2072| <html>
     2073|   <head>
     2074|   <body>
     2075|     <math math>
     2076
     2077Test 2 of 25 in resources/tests9.dat failed. Input:
     2078<!DOCTYPE html><body><math></math>
     2079Got:
     2080| <!DOCTYPE html>
     2081| <html>
     2082|   <head>
     2083|   <body>
     2084|     <math>
     2085Expected:
     2086| <!DOCTYPE html>
     2087| <html>
     2088|   <head>
     2089|   <body>
     2090|     <math math>
     2091
     2092Test 5 of 25 in resources/tests9.dat failed. Input:
     2093<!DOCTYPE html><body><table><math></math></table>
     2094Got:
     2095| <!DOCTYPE html>
     2096| <html>
     2097|   <head>
     2098|   <body>
     2099|     <math>
     2100|     <table>
     2101|       <tbody>
     2102Expected:
     2103| <!DOCTYPE html>
     2104| <html>
     2105|   <head>
     2106|   <body>
     2107|     <math math>
     2108|     <table>
     2109
     2110Test 6 of 25 in resources/tests9.dat failed. Input:
     2111<!DOCTYPE html><body><table><math><mi>foo</mi></math></table>
     2112Got:
     2113| <!DOCTYPE html>
     2114| <html>
     2115|   <head>
     2116|   <body>
     2117|     <math>
     2118|       <mi>
     2119|         "foo"
     2120|     <table>
     2121|       <tbody>
     2122Expected:
     2123| <!DOCTYPE html>
     2124| <html>
     2125|   <head>
     2126|   <body>
     2127|     <math math>
     2128|       <math mi>
     2129|         "foo"
     2130|     <table>
     2131
     2132Test 7 of 25 in resources/tests9.dat failed. Input:
     2133<!DOCTYPE html><body><table><math><mi>foo</mi><mi>bar</mi></math></table>
     2134Got:
     2135| <!DOCTYPE html>
     2136| <html>
     2137|   <head>
     2138|   <body>
     2139|     <math>
     2140|       <mi>
     2141|         "foo"
     2142|       <mi>
     2143|         "bar"
     2144|     <table>
     2145|       <tbody>
     2146Expected:
     2147| <!DOCTYPE html>
     2148| <html>
     2149|   <head>
     2150|   <body>
     2151|     <math math>
     2152|       <math mi>
     2153|         "foo"
     2154|       <math mi>
     2155|         "bar"
     2156|     <table>
     2157
     2158Test 8 of 25 in resources/tests9.dat failed. Input:
     2159<!DOCTYPE html><body><table><tbody><math><mi>foo</mi><mi>bar</mi></math></tbody></table>
     2160Got:
     2161| <!DOCTYPE html>
     2162| <html>
     2163|   <head>
     2164|   <body>
     2165|     <math>
     2166|       <mi>
     2167|         "foo"
     2168|       <mi>
     2169|         "bar"
     2170|     <table>
     2171|       <tbody>
     2172Expected:
     2173| <!DOCTYPE html>
     2174| <html>
     2175|   <head>
     2176|   <body>
     2177|     <math math>
     2178|       <math mi>
     2179|         "foo"
     2180|       <math mi>
     2181|         "bar"
     2182|     <table>
     2183|       <tbody>
     2184
     2185Test 9 of 25 in resources/tests9.dat failed. Input:
     2186<!DOCTYPE html><body><table><tbody><tr><math><mi>foo</mi><mi>bar</mi></math></tr></tbody></table>
     2187Got:
     2188| <!DOCTYPE html>
     2189| <html>
     2190|   <head>
     2191|   <body>
     2192|     <math>
     2193|       <mi>
     2194|         "foo"
     2195|       <mi>
     2196|         "bar"
     2197|     <table>
     2198|       <tbody>
     2199|         <tr>
     2200Expected:
     2201| <!DOCTYPE html>
     2202| <html>
     2203|   <head>
     2204|   <body>
     2205|     <math math>
     2206|       <math mi>
     2207|         "foo"
     2208|       <math mi>
     2209|         "bar"
     2210|     <table>
     2211|       <tbody>
     2212|         <tr>
     2213
     2214Test 10 of 25 in resources/tests9.dat failed. Input:
     2215<!DOCTYPE html><body><table><tbody><tr><td><math><mi>foo</mi><mi>bar</mi></math></td></tr></tbody></table>
     2216Got:
     2217| <!DOCTYPE html>
     2218| <html>
     2219|   <head>
     2220|   <body>
     2221|     <table>
     2222|       <tbody>
     2223|         <tr>
     2224|           <td>
     2225|             <math>
     2226|               <mi>
     2227|                 "foo"
     2228|               <mi>
     2229|                 "bar"
     2230Expected:
     2231| <!DOCTYPE html>
     2232| <html>
     2233|   <head>
     2234|   <body>
     2235|     <table>
     2236|       <tbody>
     2237|         <tr>
     2238|           <td>
     2239|             <math math>
     2240|               <math mi>
     2241|                 "foo"
     2242|               <math mi>
     2243|                 "bar"
     2244
     2245Test 11 of 25 in resources/tests9.dat failed. Input:
     2246<!DOCTYPE html><body><table><tbody><tr><td><math><mi>foo</mi><mi>bar</mi></math><p>baz</td></tr></tbody></table>
     2247Got:
     2248| <!DOCTYPE html>
     2249| <html>
     2250|   <head>
     2251|   <body>
     2252|     <table>
     2253|       <tbody>
     2254|         <tr>
     2255|           <td>
     2256|             <math>
     2257|               <mi>
     2258|                 "foo"
     2259|               <mi>
     2260|                 "bar"
     2261|             <p>
     2262|               "baz"
     2263Expected:
     2264| <!DOCTYPE html>
     2265| <html>
     2266|   <head>
     2267|   <body>
     2268|     <table>
     2269|       <tbody>
     2270|         <tr>
     2271|           <td>
     2272|             <math math>
     2273|               <math mi>
     2274|                 "foo"
     2275|               <math mi>
     2276|                 "bar"
     2277|             <p>
     2278|               "baz"
     2279
     2280Test 12 of 25 in resources/tests9.dat failed. Input:
     2281<!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi></math><p>baz</caption></table>
     2282Got:
     2283| <!DOCTYPE html>
     2284| <html>
     2285|   <head>
     2286|   <body>
     2287|     <table>
     2288|       <caption>
     2289|         <math>
     2290|           <mi>
     2291|             "foo"
     2292|           <mi>
     2293|             "bar"
     2294|         <p>
     2295|           "baz"
     2296Expected:
     2297| <!DOCTYPE html>
     2298| <html>
     2299|   <head>
     2300|   <body>
     2301|     <table>
     2302|       <caption>
     2303|         <math math>
     2304|           <math mi>
     2305|             "foo"
     2306|           <math mi>
     2307|             "bar"
     2308|         <p>
     2309|           "baz"
     2310
     2311Test 13 of 25 in resources/tests9.dat failed. Input:
     2312<!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
     2313Got:
     2314| <!DOCTYPE html>
     2315| <html>
     2316|   <head>
     2317|   <body>
     2318|     <table>
     2319|       <caption>
     2320|         <math>
     2321|           <mi>
     2322|             "foo"
     2323|           <mi>
     2324|             "bar"
     2325|           <p>
     2326|             "baz"
     2327|     <p>
     2328|       "quux"
     2329Expected:
     2330| <!DOCTYPE html>
     2331| <html>
     2332|   <head>
     2333|   <body>
     2334|     <table>
     2335|       <caption>
     2336|         <math math>
     2337|           <math mi>
     2338|             "foo"
     2339|           <math mi>
     2340|             "bar"
     2341|         <p>
     2342|           "baz"
     2343|     <p>
     2344|       "quux"
     2345
     2346Test 14 of 25 in resources/tests9.dat failed. Input:
     2347<!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi>baz</table><p>quux
     2348Got:
     2349| <!DOCTYPE html>
     2350| <html>
     2351|   <head>
     2352|   <body>
     2353|     <table>
     2354|       <caption>
     2355|         <math>
     2356|           <mi>
     2357|             "foo"
     2358|           <mi>
     2359|             "bar"
     2360|           "baz"
     2361|     <p>
     2362|       "quux"
     2363Expected:
     2364| <!DOCTYPE html>
     2365| <html>
     2366|   <head>
     2367|   <body>
     2368|     <table>
     2369|       <caption>
     2370|         <math math>
     2371|           <math mi>
     2372|             "foo"
     2373|           <math mi>
     2374|             "bar"
     2375|           "baz"
     2376|     <p>
     2377|       "quux"
     2378
     2379Test 15 of 25 in resources/tests9.dat failed. Input:
     2380<!DOCTYPE html><body><table><colgroup><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
     2381Got:
     2382| <!DOCTYPE html>
     2383| <html>
     2384|   <head>
     2385|   <body>
     2386|     <math>
     2387|       <mi>
     2388|         "foo"
     2389|       <mi>
     2390|         "bar"
     2391|       <p>
     2392|         "baz"
     2393|     <table>
     2394|       <colgroup>
     2395|       <tbody>
     2396|     <p>
     2397|       "quux"
     2398Expected:
     2399| <!DOCTYPE html>
     2400| <html>
     2401|   <head>
     2402|   <body>
     2403|     <math math>
     2404|       <math mi>
     2405|         "foo"
     2406|       <math mi>
     2407|         "bar"
     2408|     <p>
     2409|       "baz"
     2410|     <table>
     2411|       <colgroup>
     2412|     <p>
     2413|       "quux"
     2414
     2415Test 16 of 25 in resources/tests9.dat failed. Input:
     2416<!DOCTYPE html><body><table><tr><td><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
     2417Got:
     2418| <!DOCTYPE html>
     2419| <html>
     2420|   <head>
     2421|   <body>
     2422|     <table>
     2423|       <tbody>
     2424|         <tr>
     2425|           <td>
     2426|             <select>
     2427|               "foo"
     2428|               "bar"
     2429|               "baz"
     2430|     <p>
     2431|       "quux"
     2432Expected:
     2433| <!DOCTYPE html>
     2434| <html>
     2435|   <head>
     2436|   <body>
     2437|     <table>
     2438|       <tbody>
     2439|         <tr>
     2440|           <td>
     2441|             <select>
     2442|               "foobarbaz"
     2443|     <p>
     2444|       "quux"
     2445
     2446Test 17 of 25 in resources/tests9.dat failed. Input:
     2447<!DOCTYPE html><body><table><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
     2448Got:
     2449| <!DOCTYPE html>
     2450| <html>
     2451|   <head>
     2452|   <body>
     2453|     <select>
     2454|       "foo"
     2455|       "bar"
     2456|       "baz"
     2457|     <table>
     2458|       <tbody>
     2459|     <p>
     2460|       "quux"
     2461Expected:
     2462| <!DOCTYPE html>
     2463| <html>
     2464|   <head>
     2465|   <body>
     2466|     <select>
     2467|       "foobarbaz"
     2468|     <table>
     2469|     <p>
     2470|       "quux"
     2471
     2472Test 18 of 25 in resources/tests9.dat failed. Input:
     2473<!DOCTYPE html><body></body></html><math><mi>foo</mi><mi>bar</mi><p>baz
     2474Got:
     2475| <!DOCTYPE html>
     2476| <html>
     2477|   <head>
     2478|   <body>
     2479|     <math>
     2480|       <mi>
     2481|         "foo"
     2482|       <mi>
     2483|         "bar"
     2484|       <p>
     2485|         "baz"
     2486Expected:
     2487| <!DOCTYPE html>
     2488| <html>
     2489|   <head>
     2490|   <body>
     2491|     <math math>
     2492|       <math mi>
     2493|         "foo"
     2494|       <math mi>
     2495|         "bar"
     2496|     <p>
     2497|       "baz"
     2498
     2499Test 19 of 25 in resources/tests9.dat failed. Input:
     2500<!DOCTYPE html><body></body><math><mi>foo</mi><mi>bar</mi><p>baz
     2501Got:
     2502| <!DOCTYPE html>
     2503| <html>
     2504|   <head>
     2505|   <body>
     2506|     <math>
     2507|       <mi>
     2508|         "foo"
     2509|       <mi>
     2510|         "bar"
     2511|       <p>
     2512|         "baz"
     2513Expected:
     2514| <!DOCTYPE html>
     2515| <html>
     2516|   <head>
     2517|   <body>
     2518|     <math math>
     2519|       <math mi>
     2520|         "foo"
     2521|       <math mi>
     2522|         "bar"
     2523|     <p>
     2524|       "baz"
     2525
     2526Test 20 of 25 in resources/tests9.dat failed. Input:
     2527<!DOCTYPE html><frameset><math><mi></mi><mi></mi><p><span>
     2528Got:
     2529| <!DOCTYPE html>
     2530| <html>
     2531|   <frameset>
     2532Expected:
     2533| <!DOCTYPE html>
     2534| <html>
     2535|   <head>
     2536|   <frameset>
     2537
     2538Test 21 of 25 in resources/tests9.dat failed. Input:
     2539<!DOCTYPE html><frameset></frameset><math><mi></mi><mi></mi><p><span>
     2540Got:
     2541| <!DOCTYPE html>
     2542| <html>
     2543|   <frameset>
     2544Expected:
     2545| <!DOCTYPE html>
     2546| <html>
     2547|   <head>
     2548|   <frameset>
     2549
     2550Test 22 of 25 in resources/tests9.dat failed. Input:
     2551<!DOCTYPE html><body xlink:href=foo><math xlink:href=foo></math>
     2552Got:
     2553| <!DOCTYPE html>
     2554| <html>
     2555|   <head>
     2556|   <body>
     2557|     xlink:href="foo"
     2558|     <math>
     2559|       xlink:href="foo"
     2560Expected:
     2561| <!DOCTYPE html>
     2562| <html>
     2563|   <head>
     2564|   <body>
     2565|     xlink:href="foo"
     2566|     <math math>
     2567|       xlink href="foo"
     2568
     2569Test 23 of 25 in resources/tests9.dat failed. Input:
     2570<!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo></mi></math>
     2571Got:
     2572| <!DOCTYPE html>
     2573| <html>
     2574|   <head>
     2575|   <body>
     2576|     xlink:href="foo"
     2577|     xml:lang="en"
     2578|     <math>
     2579|       <mi>
     2580|         xlink:href="foo"
     2581|         xml:lang="en"
     2582Expected:
     2583| <!DOCTYPE html>
     2584| <html>
     2585|   <head>
     2586|   <body>
     2587|     xlink:href="foo"
     2588|     xml:lang="en"
     2589|     <math math>
     2590|       <math mi>
     2591|         xlink href="foo"
     2592|         xml lang="en"
     2593
     2594Test 24 of 25 in resources/tests9.dat failed. Input:
     2595<!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo /></math>
     2596Got:
     2597| <!DOCTYPE html>
     2598| <html>
     2599|   <head>
     2600|   <body>
     2601|     xlink:href="foo"
     2602|     xml:lang="en"
     2603|     <math>
     2604|       <mi>
     2605|         xlink:href="foo"
     2606|         xml:lang="en"
     2607Expected:
     2608| <!DOCTYPE html>
     2609| <html>
     2610|   <head>
     2611|   <body>
     2612|     xlink:href="foo"
     2613|     xml:lang="en"
     2614|     <math math>
     2615|       <math mi>
     2616|         xlink href="foo"
     2617|         xml lang="en"
     2618
     2619Test 25 of 25 in resources/tests9.dat failed. Input:
     2620<!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo />bar</math>
     2621Got:
     2622| <!DOCTYPE html>
     2623| <html>
     2624|   <head>
     2625|   <body>
     2626|     xlink:href="foo"
     2627|     xml:lang="en"
     2628|     <math>
     2629|       <mi>
     2630|         xlink:href="foo"
     2631|         xml:lang="en"
     2632|         "bar"
     2633Expected:
     2634| <!DOCTYPE html>
     2635| <html>
     2636|   <head>
     2637|   <body>
     2638|     xlink:href="foo"
     2639|     xml:lang="en"
     2640|     <math math>
     2641|       <math mi>
     2642|         xlink href="foo"
     2643|         xml lang="en"
     2644|       "bar"
    1452645resources/tests10.dat:
    14626461
     
    168266825
    1692669
     2670Test 1 of 25 in resources/tests10.dat failed. Input:
     2671<!DOCTYPE html><svg></svg>
     2672Got:
     2673| <!DOCTYPE html>
     2674| <html>
     2675|   <head>
     2676|   <body>
     2677|     <svg>
     2678Expected:
     2679| <!DOCTYPE html>
     2680| <html>
     2681|   <head>
     2682|   <body>
     2683|     <svg svg>
     2684
     2685Test 2 of 25 in resources/tests10.dat failed. Input:
     2686<!DOCTYPE html><body><svg></svg>
     2687Got:
     2688| <!DOCTYPE html>
     2689| <html>
     2690|   <head>
     2691|   <body>
     2692|     <svg>
     2693Expected:
     2694| <!DOCTYPE html>
     2695| <html>
     2696|   <head>
     2697|   <body>
     2698|     <svg svg>
     2699
     2700Test 5 of 25 in resources/tests10.dat failed. Input:
     2701<!DOCTYPE html><body><table><svg></svg></table>
     2702Got:
     2703| <!DOCTYPE html>
     2704| <html>
     2705|   <head>
     2706|   <body>
     2707|     <svg>
     2708|     <table>
     2709|       <tbody>
     2710Expected:
     2711| <!DOCTYPE html>
     2712| <html>
     2713|   <head>
     2714|   <body>
     2715|     <svg svg>
     2716|     <table>
     2717
     2718Test 6 of 25 in resources/tests10.dat failed. Input:
     2719<!DOCTYPE html><body><table><svg><g>foo</g></svg></table>
     2720Got:
     2721| <!DOCTYPE html>
     2722| <html>
     2723|   <head>
     2724|   <body>
     2725|     <svg>
     2726|       <g>
     2727|         "foo"
     2728|     <table>
     2729|       <tbody>
     2730Expected:
     2731| <!DOCTYPE html>
     2732| <html>
     2733|   <head>
     2734|   <body>
     2735|     <svg svg>
     2736|       <svg g>
     2737|         "foo"
     2738|     <table>
     2739
     2740Test 7 of 25 in resources/tests10.dat failed. Input:
     2741<!DOCTYPE html><body><table><svg><g>foo</g><g>bar</g></svg></table>
     2742Got:
     2743| <!DOCTYPE html>
     2744| <html>
     2745|   <head>
     2746|   <body>
     2747|     <svg>
     2748|       <g>
     2749|         "foo"
     2750|       <g>
     2751|         "bar"
     2752|     <table>
     2753|       <tbody>
     2754Expected:
     2755| <!DOCTYPE html>
     2756| <html>
     2757|   <head>
     2758|   <body>
     2759|     <svg svg>
     2760|       <svg g>
     2761|         "foo"
     2762|       <svg g>
     2763|         "bar"
     2764|     <table>
     2765
     2766Test 8 of 25 in resources/tests10.dat failed. Input:
     2767<!DOCTYPE html><body><table><tbody><svg><g>foo</g><g>bar</g></svg></tbody></table>
     2768Got:
     2769| <!DOCTYPE html>
     2770| <html>
     2771|   <head>
     2772|   <body>
     2773|     <svg>
     2774|       <g>
     2775|         "foo"
     2776|       <g>
     2777|         "bar"
     2778|     <table>
     2779|       <tbody>
     2780Expected:
     2781| <!DOCTYPE html>
     2782| <html>
     2783|   <head>
     2784|   <body>
     2785|     <svg svg>
     2786|       <svg g>
     2787|         "foo"
     2788|       <svg g>
     2789|         "bar"
     2790|     <table>
     2791|       <tbody>
     2792
     2793Test 9 of 25 in resources/tests10.dat failed. Input:
     2794<!DOCTYPE html><body><table><tbody><tr><svg><g>foo</g><g>bar</g></svg></tr></tbody></table>
     2795Got:
     2796| <!DOCTYPE html>
     2797| <html>
     2798|   <head>
     2799|   <body>
     2800|     <svg>
     2801|       <g>
     2802|         "foo"
     2803|       <g>
     2804|         "bar"
     2805|     <table>
     2806|       <tbody>
     2807|         <tr>
     2808Expected:
     2809| <!DOCTYPE html>
     2810| <html>
     2811|   <head>
     2812|   <body>
     2813|     <svg svg>
     2814|       <svg g>
     2815|         "foo"
     2816|       <svg g>
     2817|         "bar"
     2818|     <table>
     2819|       <tbody>
     2820|         <tr>
     2821
     2822Test 10 of 25 in resources/tests10.dat failed. Input:
     2823<!DOCTYPE html><body><table><tbody><tr><td><svg><g>foo</g><g>bar</g></svg></td></tr></tbody></table>
     2824Got:
     2825| <!DOCTYPE html>
     2826| <html>
     2827|   <head>
     2828|   <body>
     2829|     <table>
     2830|       <tbody>
     2831|         <tr>
     2832|           <td>
     2833|             <svg>
     2834|               <g>
     2835|                 "foo"
     2836|               <g>
     2837|                 "bar"
     2838Expected:
     2839| <!DOCTYPE html>
     2840| <html>
     2841|   <head>
     2842|   <body>
     2843|     <table>
     2844|       <tbody>
     2845|         <tr>
     2846|           <td>
     2847|             <svg svg>
     2848|               <svg g>
     2849|                 "foo"
     2850|               <svg g>
     2851|                 "bar"
     2852
     2853Test 11 of 25 in resources/tests10.dat failed. Input:
     2854<!DOCTYPE html><body><table><tbody><tr><td><svg><g>foo</g><g>bar</g></svg><p>baz</td></tr></tbody></table>
     2855Got:
     2856| <!DOCTYPE html>
     2857| <html>
     2858|   <head>
     2859|   <body>
     2860|     <table>
     2861|       <tbody>
     2862|         <tr>
     2863|           <td>
     2864|             <svg>
     2865|               <g>
     2866|                 "foo"
     2867|               <g>
     2868|                 "bar"
     2869|             <p>
     2870|               "baz"
     2871Expected:
     2872| <!DOCTYPE html>
     2873| <html>
     2874|   <head>
     2875|   <body>
     2876|     <table>
     2877|       <tbody>
     2878|         <tr>
     2879|           <td>
     2880|             <svg svg>
     2881|               <svg g>
     2882|                 "foo"
     2883|               <svg g>
     2884|                 "bar"
     2885|             <p>
     2886|               "baz"
     2887
     2888Test 12 of 25 in resources/tests10.dat failed. Input:
     2889<!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g></svg><p>baz</caption></table>
     2890Got:
     2891| <!DOCTYPE html>
     2892| <html>
     2893|   <head>
     2894|   <body>
     2895|     <table>
     2896|       <caption>
     2897|         <svg>
     2898|           <g>
     2899|             "foo"
     2900|           <g>
     2901|             "bar"
     2902|         <p>
     2903|           "baz"
     2904Expected:
     2905| <!DOCTYPE html>
     2906| <html>
     2907|   <head>
     2908|   <body>
     2909|     <table>
     2910|       <caption>
     2911|         <svg svg>
     2912|           <svg g>
     2913|             "foo"
     2914|           <svg g>
     2915|             "bar"
     2916|         <p>
     2917|           "baz"
     2918
     2919Test 13 of 25 in resources/tests10.dat failed. Input:
     2920<!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
     2921Got:
     2922| <!DOCTYPE html>
     2923| <html>
     2924|   <head>
     2925|   <body>
     2926|     <table>
     2927|       <caption>
     2928|         <svg>
     2929|           <g>
     2930|             "foo"
     2931|           <g>
     2932|             "bar"
     2933|           <p>
     2934|             "baz"
     2935|     <p>
     2936|       "quux"
     2937Expected:
     2938| <!DOCTYPE html>
     2939| <html>
     2940|   <head>
     2941|   <body>
     2942|     <table>
     2943|       <caption>
     2944|         <svg svg>
     2945|           <svg g>
     2946|             "foo"
     2947|           <svg g>
     2948|             "bar"
     2949|         <p>
     2950|           "baz"
     2951|     <p>
     2952|       "quux"
     2953
     2954Test 14 of 25 in resources/tests10.dat failed. Input:
     2955<!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g>baz</table><p>quux
     2956Got:
     2957| <!DOCTYPE html>
     2958| <html>
     2959|   <head>
     2960|   <body>
     2961|     <table>
     2962|       <caption>
     2963|         <svg>
     2964|           <g>
     2965|             "foo"
     2966|           <g>
     2967|             "bar"
     2968|           "baz"
     2969|     <p>
     2970|       "quux"
     2971Expected:
     2972| <!DOCTYPE html>
     2973| <html>
     2974|   <head>
     2975|   <body>
     2976|     <table>
     2977|       <caption>
     2978|         <svg svg>
     2979|           <svg g>
     2980|             "foo"
     2981|           <svg g>
     2982|             "bar"
     2983|           "baz"
     2984|     <p>
     2985|       "quux"
     2986
     2987Test 15 of 25 in resources/tests10.dat failed. Input:
     2988<!DOCTYPE html><body><table><colgroup><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
     2989Got:
     2990| <!DOCTYPE html>
     2991| <html>
     2992|   <head>
     2993|   <body>
     2994|     <svg>
     2995|       <g>
     2996|         "foo"
     2997|       <g>
     2998|         "bar"
     2999|       <p>
     3000|         "baz"
     3001|     <table>
     3002|       <colgroup>
     3003|       <tbody>
     3004|     <p>
     3005|       "quux"
     3006Expected:
     3007| <!DOCTYPE html>
     3008| <html>
     3009|   <head>
     3010|   <body>
     3011|     <svg svg>
     3012|       <svg g>
     3013|         "foo"
     3014|       <svg g>
     3015|         "bar"
     3016|     <p>
     3017|       "baz"
     3018|     <table>
     3019|       <colgroup>
     3020|     <p>
     3021|       "quux"
     3022
     3023Test 16 of 25 in resources/tests10.dat failed. Input:
     3024<!DOCTYPE html><body><table><tr><td><select><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
     3025Got:
     3026| <!DOCTYPE html>
     3027| <html>
     3028|   <head>
     3029|   <body>
     3030|     <table>
     3031|       <tbody>
     3032|         <tr>
     3033|           <td>
     3034|             <select>
     3035|               "foo"
     3036|               "bar"
     3037|               "baz"
     3038|     <p>
     3039|       "quux"
     3040Expected:
     3041| <!DOCTYPE html>
     3042| <html>
     3043|   <head>
     3044|   <body>
     3045|     <table>
     3046|       <tbody>
     3047|         <tr>
     3048|           <td>
     3049|             <select>
     3050|               "foobarbaz"
     3051|     <p>
     3052|       "quux"
     3053
     3054Test 17 of 25 in resources/tests10.dat failed. Input:
     3055<!DOCTYPE html><body><table><select><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
     3056Got:
     3057| <!DOCTYPE html>
     3058| <html>
     3059|   <head>
     3060|   <body>
     3061|     <select>
     3062|       "foo"
     3063|       "bar"
     3064|       "baz"
     3065|     <table>
     3066|       <tbody>
     3067|     <p>
     3068|       "quux"
     3069Expected:
     3070| <!DOCTYPE html>
     3071| <html>
     3072|   <head>
     3073|   <body>
     3074|     <select>
     3075|       "foobarbaz"
     3076|     <table>
     3077|     <p>
     3078|       "quux"
     3079
     3080Test 18 of 25 in resources/tests10.dat failed. Input:
     3081<!DOCTYPE html><body></body></html><svg><g>foo</g><g>bar</g><p>baz
     3082Got:
     3083| <!DOCTYPE html>
     3084| <html>
     3085|   <head>
     3086|   <body>
     3087|     <svg>
     3088|       <g>
     3089|         "foo"
     3090|       <g>
     3091|         "bar"
     3092|       <p>
     3093|         "baz"
     3094Expected:
     3095| <!DOCTYPE html>
     3096| <html>
     3097|   <head>
     3098|   <body>
     3099|     <svg svg>
     3100|       <svg g>
     3101|         "foo"
     3102|       <svg g>
     3103|         "bar"
     3104|     <p>
     3105|       "baz"
     3106
     3107Test 19 of 25 in resources/tests10.dat failed. Input:
     3108<!DOCTYPE html><body></body><svg><g>foo</g><g>bar</g><p>baz
     3109Got:
     3110| <!DOCTYPE html>
     3111| <html>
     3112|   <head>
     3113|   <body>
     3114|     <svg>
     3115|       <g>
     3116|         "foo"
     3117|       <g>
     3118|         "bar"
     3119|       <p>
     3120|         "baz"
     3121Expected:
     3122| <!DOCTYPE html>
     3123| <html>
     3124|   <head>
     3125|   <body>
     3126|     <svg svg>
     3127|       <svg g>
     3128|         "foo"
     3129|       <svg g>
     3130|         "bar"
     3131|     <p>
     3132|       "baz"
     3133
     3134Test 20 of 25 in resources/tests10.dat failed. Input:
     3135<!DOCTYPE html><frameset><svg><g></g><g></g><p><span>
     3136Got:
     3137| <!DOCTYPE html>
     3138| <html>
     3139|   <frameset>
     3140Expected:
     3141| <!DOCTYPE html>
     3142| <html>
     3143|   <head>
     3144|   <frameset>
     3145
     3146Test 21 of 25 in resources/tests10.dat failed. Input:
     3147<!DOCTYPE html><frameset></frameset><svg><g></g><g></g><p><span>
     3148Got:
     3149| <!DOCTYPE html>
     3150| <html>
     3151|   <frameset>
     3152Expected:
     3153| <!DOCTYPE html>
     3154| <html>
     3155|   <head>
     3156|   <frameset>
     3157
     3158Test 22 of 25 in resources/tests10.dat failed. Input:
     3159<!DOCTYPE html><body xlink:href=foo><svg xlink:href=foo></svg>
     3160Got:
     3161| <!DOCTYPE html>
     3162| <html>
     3163|   <head>
     3164|   <body>
     3165|     xlink:href="foo"
     3166|     <svg>
     3167|       xlink:href="foo"
     3168Expected:
     3169| <!DOCTYPE html>
     3170| <html>
     3171|   <head>
     3172|   <body>
     3173|     xlink:href="foo"
     3174|     <svg svg>
     3175|       xlink href="foo"
     3176
     3177Test 23 of 25 in resources/tests10.dat failed. Input:
     3178<!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo></g></svg>
     3179Got:
     3180| <!DOCTYPE html>
     3181| <html>
     3182|   <head>
     3183|   <body>
     3184|     xlink:href="foo"
     3185|     xml:lang="en"
     3186|     <svg>
     3187|       <g>
     3188|         xlink:href="foo"
     3189|         xml:lang="en"
     3190Expected:
     3191| <!DOCTYPE html>
     3192| <html>
     3193|   <head>
     3194|   <body>
     3195|     xlink:href="foo"
     3196|     xml:lang="en"
     3197|     <svg svg>
     3198|       <svg g>
     3199|         xlink href="foo"
     3200|         xml lang="en"
     3201
     3202Test 24 of 25 in resources/tests10.dat failed. Input:
     3203<!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo /></svg>
     3204Got:
     3205| <!DOCTYPE html>
     3206| <html>
     3207|   <head>
     3208|   <body>
     3209|     xlink:href="foo"
     3210|     xml:lang="en"
     3211|     <svg>
     3212|       <g>
     3213|         xlink:href="foo"
     3214|         xml:lang="en"
     3215Expected:
     3216| <!DOCTYPE html>
     3217| <html>
     3218|   <head>
     3219|   <body>
     3220|     xlink:href="foo"
     3221|     xml:lang="en"
     3222|     <svg svg>
     3223|       <svg g>
     3224|         xlink href="foo"
     3225|         xml lang="en"
     3226
     3227Test 25 of 25 in resources/tests10.dat failed. Input:
     3228<!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo />bar</svg>
     3229Got:
     3230| <!DOCTYPE html>
     3231| <html>
     3232|   <head>
     3233|   <body>
     3234|     xlink:href="foo"
     3235|     xml:lang="en"
     3236|     <svg>
     3237|       <g>
     3238|         xlink:href="foo"
     3239|         xml:lang="en"
     3240|         "bar"
     3241Expected:
     3242| <!DOCTYPE html>
     3243| <html>
     3244|   <head>
     3245|   <body>
     3246|     xlink:href="foo"
     3247|     xml:lang="en"
     3248|     <svg svg>
     3249|       <svg g>
     3250|         xlink href="foo"
     3251|         xml lang="en"
     3252|       "bar"
    1703253resources/tests11.dat:
    17132541
     
    17932629
    1803263
     3264Test 1 of 9 in resources/tests11.dat failed. Input:
     3265<!DOCTYPE html><body><svg attributeName='' attributeType='' baseFrequency='' baseProfile='' calcMode='' clipPathUnits='' contentScriptType='' contentStyleType='' diffuseConstant='' edgeMode='' externalResourcesRequired='' filterRes='' filterUnits='' glyphRef='' gradientTransform='' gradientUnits='' kernelMatrix='' kernelUnitLength='' keyPoints='' keySplines='' keyTimes='' lengthAdjust='' limitingConeAngle='' markerHeight='' markerUnits='' markerWidth='' maskContentUnits='' maskUnits='' numOctaves='' pathLength='' patternContentUnits='' patternTransform='' patternUnits='' pointsAtX='' pointsAtY='' pointsAtZ='' preserveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur='' requiredExtensions='' requiredFeatures='' specularConstant='' specularExponent='' spreadMethod='' startOffset='' stdDeviation='' stitchTiles='' surfaceScale='' systemLanguage='' tableValues='' targetX='' targetY='' textLength='' viewBox='' viewTarget='' xChannelSelector='' yChannelSelector='' zoomAndPan=''></svg>
     3266Got:
     3267| <!DOCTYPE html>
     3268| <html>
     3269|   <head>
     3270|   <body>
     3271|     <svg>
     3272|       attributename=""
     3273|       attributetype=""
     3274|       basefrequency=""
     3275|       baseprofile=""
     3276|       calcmode=""
     3277|       clippathunits=""
     3278|       contentscripttype=""
     3279|       contentstyletype=""
     3280|       diffuseconstant=""
     3281|       edgemode=""
     3282|       externalresourcesrequired=""
     3283|       filterres=""
     3284|       filterunits=""
     3285|       glyphref=""
     3286|       gradienttransform=""
     3287|       gradientunits=""
     3288|       kernelmatrix=""
     3289|       kernelunitlength=""
     3290|       keypoints=""
     3291|       keysplines=""
     3292|       keytimes=""
     3293|       lengthadjust=""
     3294|       limitingconeangle=""
     3295|       markerheight=""
     3296|       markerunits=""
     3297|       markerwidth=""
     3298|       maskcontentunits=""
     3299|       maskunits=""
     3300|       numoctaves=""
     3301|       pathlength=""
     3302|       patterncontentunits=""
     3303|       patterntransform=""
     3304|       patternunits=""
     3305|       pointsatx=""
     3306|       pointsaty=""
     3307|       pointsatz=""
     3308|       preservealpha=""
     3309|       preserveaspectratio=""
     3310|       primitiveunits=""
     3311|       refx=""
     3312|       refy=""
     3313|       repeatcount=""
     3314|       repeatdur=""
     3315|       requiredextensions=""
     3316|       requiredfeatures=""
     3317|       specularconstant=""
     3318|       specularexponent=""
     3319|       spreadmethod=""
     3320|       startoffset=""
     3321|       stddeviation=""
     3322|       stitchtiles=""
     3323|       surfacescale=""
     3324|       systemlanguage=""
     3325|       tablevalues=""
     3326|       targetx=""
     3327|       targety=""
     3328|       textlength=""
     3329|       viewbox=""
     3330|       viewtarget=""
     3331|       xchannelselector=""
     3332|       ychannelselector=""
     3333|       zoomandpan=""
     3334Expected:
     3335| <!DOCTYPE html>
     3336| <html>
     3337|   <head>
     3338|   <body>
     3339|     <svg svg>
     3340|       attributeName=""
     3341|       attributeType=""
     3342|       baseFrequency=""
     3343|       baseProfile=""
     3344|       calcMode=""
     3345|       clipPathUnits=""
     3346|       contentScriptType=""
     3347|       contentStyleType=""
     3348|       diffuseConstant=""
     3349|       edgeMode=""
     3350|       externalResourcesRequired=""
     3351|       filterRes=""
     3352|       filterUnits=""
     3353|       glyphRef=""
     3354|       gradientTransform=""
     3355|       gradientUnits=""
     3356|       kernelMatrix=""
     3357|       kernelUnitLength=""
     3358|       keyPoints=""
     3359|       keySplines=""
     3360|       keyTimes=""
     3361|       lengthAdjust=""
     3362|       limitingConeAngle=""
     3363|       markerHeight=""
     3364|       markerUnits=""
     3365|       markerWidth=""
     3366|       maskContentUnits=""
     3367|       maskUnits=""
     3368|       numOctaves=""
     3369|       pathLength=""
     3370|       patternContentUnits=""
     3371|       patternTransform=""
     3372|       patternUnits=""
     3373|       pointsAtX=""
     3374|       pointsAtY=""
     3375|       pointsAtZ=""
     3376|       preserveAlpha=""
     3377|       preserveAspectRatio=""
     3378|       primitiveUnits=""
     3379|       refX=""
     3380|       refY=""
     3381|       repeatCount=""
     3382|       repeatDur=""
     3383|       requiredExtensions=""
     3384|       requiredFeatures=""
     3385|       specularConstant=""
     3386|       specularExponent=""
     3387|       spreadMethod=""
     3388|       startOffset=""
     3389|       stdDeviation=""
     3390|       stitchTiles=""
     3391|       surfaceScale=""
     3392|       systemLanguage=""
     3393|       tableValues=""
     3394|       targetX=""
     3395|       targetY=""
     3396|       textLength=""
     3397|       viewBox=""
     3398|       viewTarget=""
     3399|       xChannelSelector=""
     3400|       yChannelSelector=""
     3401|       zoomAndPan=""
     3402
     3403Test 2 of 9 in resources/tests11.dat failed. Input:
     3404<!DOCTYPE html><BODY><SVG ATTRIBUTENAME='' ATTRIBUTETYPE='' BASEFREQUENCY='' BASEPROFILE='' CALCMODE='' CLIPPATHUNITS='' CONTENTSCRIPTTYPE='' CONTENTSTYLETYPE='' DIFFUSECONSTANT='' EDGEMODE='' EXTERNALRESOURCESREQUIRED='' FILTERRES='' FILTERUNITS='' GLYPHREF='' GRADIENTTRANSFORM='' GRADIENTUNITS='' KERNELMATRIX='' KERNELUNITLENGTH='' KEYPOINTS='' KEYSPLINES='' KEYTIMES='' LENGTHADJUST='' LIMITINGCONEANGLE='' MARKERHEIGHT='' MARKERUNITS='' MARKERWIDTH='' MASKCONTENTUNITS='' MASKUNITS='' NUMOCTAVES='' PATHLENGTH='' PATTERNCONTENTUNITS='' PATTERNTRANSFORM='' PATTERNUNITS='' POINTSATX='' POINTSATY='' POINTSATZ='' PRESERVEALPHA='' PRESERVEASPECTRATIO='' PRIMITIVEUNITS='' REFX='' REFY='' REPEATCOUNT='' REPEATDUR='' REQUIREDEXTENSIONS='' REQUIREDFEATURES='' SPECULARCONSTANT='' SPECULAREXPONENT='' SPREADMETHOD='' STARTOFFSET='' STDDEVIATION='' STITCHTILES='' SURFACESCALE='' SYSTEMLANGUAGE='' TABLEVALUES='' TARGETX='' TARGETY='' TEXTLENGTH='' VIEWBOX='' VIEWTARGET='' XCHANNELSELECTOR='' YCHANNELSELECTOR='' ZOOMANDPAN=''></SVG>
     3405Got:
     3406| <!DOCTYPE html>
     3407| <html>
     3408|   <head>
     3409|   <body>
     3410|     <svg>
     3411|       attributename=""
     3412|       attributetype=""
     3413|       basefrequency=""
     3414|       baseprofile=""
     3415|       calcmode=""
     3416|       clippathunits=""
     3417|       contentscripttype=""
     3418|       contentstyletype=""
     3419|       diffuseconstant=""
     3420|       edgemode=""
     3421|       externalresourcesrequired=""
     3422|       filterres=""
     3423|       filterunits=""
     3424|       glyphref=""
     3425|       gradienttransform=""
     3426|       gradientunits=""
     3427|       kernelmatrix=""
     3428|       kernelunitlength=""
     3429|       keypoints=""
     3430|       keysplines=""
     3431|       keytimes=""
     3432|       lengthadjust=""
     3433|       limitingconeangle=""
     3434|       markerheight=""
     3435|       markerunits=""
     3436|       markerwidth=""
     3437|       maskcontentunits=""
     3438|       maskunits=""
     3439|       numoctaves=""
     3440|       pathlength=""
     3441|       patterncontentunits=""
     3442|       patterntransform=""
     3443|       patternunits=""
     3444|       pointsatx=""
     3445|       pointsaty=""
     3446|       pointsatz=""
     3447|       preservealpha=""
     3448|       preserveaspectratio=""
     3449|       primitiveunits=""
     3450|       refx=""
     3451|       refy=""
     3452|       repeatcount=""
     3453|       repeatdur=""
     3454|       requiredextensions=""
     3455|       requiredfeatures=""
     3456|       specularconstant=""
     3457|       specularexponent=""
     3458|       spreadmethod=""
     3459|       startoffset=""
     3460|       stddeviation=""
     3461|       stitchtiles=""
     3462|       surfacescale=""
     3463|       systemlanguage=""
     3464|       tablevalues=""
     3465|       targetx=""
     3466|       targety=""
     3467|       textlength=""
     3468|       viewbox=""
     3469|       viewtarget=""
     3470|       xchannelselector=""
     3471|       ychannelselector=""
     3472|       zoomandpan=""
     3473Expected:
     3474| <!DOCTYPE html>
     3475| <html>
     3476|   <head>
     3477|   <body>
     3478|     <svg svg>
     3479|       attributeName=""
     3480|       attributeType=""
     3481|       baseFrequency=""
     3482|       baseProfile=""
     3483|       calcMode=""
     3484|       clipPathUnits=""
     3485|       contentScriptType=""
     3486|       contentStyleType=""
     3487|       diffuseConstant=""
     3488|       edgeMode=""
     3489|       externalResourcesRequired=""
     3490|       filterRes=""
     3491|       filterUnits=""
     3492|       glyphRef=""
     3493|       gradientTransform=""
     3494|       gradientUnits=""
     3495|       kernelMatrix=""
     3496|       kernelUnitLength=""
     3497|       keyPoints=""
     3498|       keySplines=""
     3499|       keyTimes=""
     3500|       lengthAdjust=""
     3501|       limitingConeAngle=""
     3502|       markerHeight=""
     3503|       markerUnits=""
     3504|       markerWidth=""
     3505|       maskContentUnits=""
     3506|       maskUnits=""
     3507|       numOctaves=""
     3508|       pathLength=""
     3509|       patternContentUnits=""
     3510|       patternTransform=""
     3511|       patternUnits=""
     3512|       pointsAtX=""
     3513|       pointsAtY=""
     3514|       pointsAtZ=""
     3515|       preserveAlpha=""
     3516|       preserveAspectRatio=""
     3517|       primitiveUnits=""
     3518|       refX=""
     3519|       refY=""
     3520|       repeatCount=""
     3521|       repeatDur=""
     3522|       requiredExtensions=""
     3523|       requiredFeatures=""
     3524|       specularConstant=""
     3525|       specularExponent=""
     3526|       spreadMethod=""
     3527|       startOffset=""
     3528|       stdDeviation=""
     3529|       stitchTiles=""
     3530|       surfaceScale=""
     3531|       systemLanguage=""
     3532|       tableValues=""
     3533|       targetX=""
     3534|       targetY=""
     3535|       textLength=""
     3536|       viewBox=""
     3537|       viewTarget=""
     3538|       xChannelSelector=""
     3539|       yChannelSelector=""
     3540|       zoomAndPan=""
     3541
     3542Test 3 of 9 in resources/tests11.dat failed. Input:
     3543<!DOCTYPE html><body><svg attributename='' attributetype='' basefrequency='' baseprofile='' calcmode='' clippathunits='' contentscripttype='' contentstyletype='' diffuseconstant='' edgemode='' externalresourcesrequired='' filterres='' filterunits='' glyphref='' gradienttransform='' gradientunits='' kernelmatrix='' kernelunitlength='' keypoints='' keysplines='' keytimes='' lengthadjust='' limitingconeangle='' markerheight='' markerunits='' markerwidth='' maskcontentunits='' maskunits='' numoctaves='' pathlength='' patterncontentunits='' patterntransform='' patternunits='' pointsatx='' pointsaty='' pointsatz='' preservealpha='' preserveaspectratio='' primitiveunits='' refx='' refy='' repeatcount='' repeatdur='' requiredextensions='' requiredfeatures='' specularconstant='' specularexponent='' spreadmethod='' startoffset='' stddeviation='' stitchtiles='' surfacescale='' systemlanguage='' tablevalues='' targetx='' targety='' textlength='' viewbox='' viewtarget='' xchannelselector='' ychannelselector='' zoomandpan=''></svg>
     3544Got:
     3545| <!DOCTYPE html>
     3546| <html>
     3547|   <head>
     3548|   <body>
     3549|     <svg>
     3550|       attributename=""
     3551|       attributetype=""
     3552|       basefrequency=""
     3553|       baseprofile=""
     3554|       calcmode=""
     3555|       clippathunits=""
     3556|       contentscripttype=""
     3557|       contentstyletype=""
     3558|       diffuseconstant=""
     3559|       edgemode=""
     3560|       externalresourcesrequired=""
     3561|       filterres=""
     3562|       filterunits=""
     3563|       glyphref=""
     3564|       gradienttransform=""
     3565|       gradientunits=""
     3566|       kernelmatrix=""
     3567|       kernelunitlength=""
     3568|       keypoints=""
     3569|       keysplines=""
     3570|       keytimes=""
     3571|       lengthadjust=""
     3572|       limitingconeangle=""
     3573|       markerheight=""
     3574|       markerunits=""
     3575|       markerwidth=""
     3576|       maskcontentunits=""
     3577|       maskunits=""
     3578|       numoctaves=""
     3579|       pathlength=""
     3580|       patterncontentunits=""
     3581|       patterntransform=""
     3582|       patternunits=""
     3583|       pointsatx=""
     3584|       pointsaty=""
     3585|       pointsatz=""
     3586|       preservealpha=""
     3587|       preserveaspectratio=""
     3588|       primitiveunits=""
     3589|       refx=""
     3590|       refy=""
     3591|       repeatcount=""
     3592|       repeatdur=""
     3593|       requiredextensions=""
     3594|       requiredfeatures=""
     3595|       specularconstant=""
     3596|       specularexponent=""
     3597|       spreadmethod=""
     3598|       startoffset=""
     3599|       stddeviation=""
     3600|       stitchtiles=""
     3601|       surfacescale=""
     3602|       systemlanguage=""
     3603|       tablevalues=""
     3604|       targetx=""
     3605|       targety=""
     3606|       textlength=""
     3607|       viewbox=""
     3608|       viewtarget=""
     3609|       xchannelselector=""
     3610|       ychannelselector=""
     3611|       zoomandpan=""
     3612Expected:
     3613| <!DOCTYPE html>
     3614| <html>
     3615|   <head>
     3616|   <body>
     3617|     <svg svg>
     3618|       attributeName=""
     3619|       attributeType=""
     3620|       baseFrequency=""
     3621|       baseProfile=""
     3622|       calcMode=""
     3623|       clipPathUnits=""
     3624|       contentScriptType=""
     3625|       contentStyleType=""
     3626|       diffuseConstant=""
     3627|       edgeMode=""
     3628|       externalResourcesRequired=""
     3629|       filterRes=""
     3630|       filterUnits=""
     3631|       glyphRef=""
     3632|       gradientTransform=""
     3633|       gradientUnits=""
     3634|       kernelMatrix=""
     3635|       kernelUnitLength=""
     3636|       keyPoints=""
     3637|       keySplines=""
     3638|       keyTimes=""
     3639|       lengthAdjust=""
     3640|       limitingConeAngle=""
     3641|       markerHeight=""
     3642|       markerUnits=""
     3643|       markerWidth=""
     3644|       maskContentUnits=""
     3645|       maskUnits=""
     3646|       numOctaves=""
     3647|       pathLength=""
     3648|       patternContentUnits=""
     3649|       patternTransform=""
     3650|       patternUnits=""
     3651|       pointsAtX=""
     3652|       pointsAtY=""
     3653|       pointsAtZ=""
     3654|       preserveAlpha=""
     3655|       preserveAspectRatio=""
     3656|       primitiveUnits=""
     3657|       refX=""
     3658|       refY=""
     3659|       repeatCount=""
     3660|       repeatDur=""
     3661|       requiredExtensions=""
     3662|       requiredFeatures=""
     3663|       specularConstant=""
     3664|       specularExponent=""
     3665|       spreadMethod=""
     3666|       startOffset=""
     3667|       stdDeviation=""
     3668|       stitchTiles=""
     3669|       surfaceScale=""
     3670|       systemLanguage=""
     3671|       tableValues=""
     3672|       targetX=""
     3673|       targetY=""
     3674|       textLength=""
     3675|       viewBox=""
     3676|       viewTarget=""
     3677|       xChannelSelector=""
     3678|       yChannelSelector=""
     3679|       zoomAndPan=""
     3680
     3681Test 4 of 9 in resources/tests11.dat failed. Input:
     3682<!DOCTYPE html><body><math attributeName='' attributeType='' baseFrequency='' baseProfile='' calcMode='' clipPathUnits='' contentScriptType='' contentStyleType='' diffuseConstant='' edgeMode='' externalResourcesRequired='' filterRes='' filterUnits='' glyphRef='' gradientTransform='' gradientUnits='' kernelMatrix='' kernelUnitLength='' keyPoints='' keySplines='' keyTimes='' lengthAdjust='' limitingConeAngle='' markerHeight='' markerUnits='' markerWidth='' maskContentUnits='' maskUnits='' numOctaves='' pathLength='' patternContentUnits='' patternTransform='' patternUnits='' pointsAtX='' pointsAtY='' pointsAtZ='' preserveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur='' requiredExtensions='' requiredFeatures='' specularConstant='' specularExponent='' spreadMethod='' startOffset='' stdDeviation='' stitchTiles='' surfaceScale='' systemLanguage='' tableValues='' targetX='' targetY='' textLength='' viewBox='' viewTarget='' xChannelSelector='' yChannelSelector='' zoomAndPan=''></math>
     3683Got:
     3684| <!DOCTYPE html>
     3685| <html>
     3686|   <head>
     3687|   <body>
     3688|     <math>
     3689|       attributename=""
     3690|       attributetype=""
     3691|       basefrequency=""
     3692|       baseprofile=""
     3693|       calcmode=""
     3694|       clippathunits=""
     3695|       contentscripttype=""
     3696|       contentstyletype=""
     3697|       diffuseconstant=""
     3698|       edgemode=""
     3699|       externalresourcesrequired=""
     3700|       filterres=""
     3701|       filterunits=""
     3702|       glyphref=""
     3703|       gradienttransform=""
     3704|       gradientunits=""
     3705|       kernelmatrix=""
     3706|       kernelunitlength=""
     3707|       keypoints=""
     3708|       keysplines=""
     3709|       keytimes=""
     3710|       lengthadjust=""
     3711|       limitingconeangle=""
     3712|       markerheight=""
     3713|       markerunits=""
     3714|       markerwidth=""
     3715|       maskcontentunits=""
     3716|       maskunits=""
     3717|       numoctaves=""
     3718|       pathlength=""
     3719|       patterncontentunits=""
     3720|       patterntransform=""
     3721|       patternunits=""
     3722|       pointsatx=""
     3723|       pointsaty=""
     3724|       pointsatz=""
     3725|       preservealpha=""
     3726|       preserveaspectratio=""
     3727|       primitiveunits=""
     3728|       refx=""
     3729|       refy=""
     3730|       repeatcount=""
     3731|       repeatdur=""
     3732|       requiredextensions=""
     3733|       requiredfeatures=""
     3734|       specularconstant=""
     3735|       specularexponent=""
     3736|       spreadmethod=""
     3737|       startoffset=""
     3738|       stddeviation=""
     3739|       stitchtiles=""
     3740|       surfacescale=""
     3741|       systemlanguage=""
     3742|       tablevalues=""
     3743|       targetx=""
     3744|       targety=""
     3745|       textlength=""
     3746|       viewbox=""
     3747|       viewtarget=""
     3748|       xchannelselector=""
     3749|       ychannelselector=""
     3750|       zoomandpan=""
     3751Expected:
     3752| <!DOCTYPE html>
     3753| <html>
     3754|   <head>
     3755|   <body>
     3756|     <math math>
     3757|       attributename=""
     3758|       attributetype=""
     3759|       basefrequency=""
     3760|       baseprofile=""
     3761|       calcmode=""
     3762|       clippathunits=""
     3763|       contentscripttype=""
     3764|       contentstyletype=""
     3765|       diffuseconstant=""
     3766|       edgemode=""
     3767|       externalresourcesrequired=""
     3768|       filterres=""
     3769|       filterunits=""
     3770|       glyphref=""
     3771|       gradienttransform=""
     3772|       gradientunits=""
     3773|       kernelmatrix=""
     3774|       kernelunitlength=""
     3775|       keypoints=""
     3776|       keysplines=""
     3777|       keytimes=""
     3778|       lengthadjust=""
     3779|       limitingconeangle=""
     3780|       markerheight=""
     3781|       markerunits=""
     3782|       markerwidth=""
     3783|       maskcontentunits=""
     3784|       maskunits=""
     3785|       numoctaves=""
     3786|       pathlength=""
     3787|       patterncontentunits=""
     3788|       patterntransform=""
     3789|       patternunits=""
     3790|       pointsatx=""
     3791|       pointsaty=""
     3792|       pointsatz=""
     3793|       preservealpha=""
     3794|       preserveaspectratio=""
     3795|       primitiveunits=""
     3796|       refx=""
     3797|       refy=""
     3798|       repeatcount=""
     3799|       repeatdur=""
     3800|       requiredextensions=""
     3801|       requiredfeatures=""
     3802|       specularconstant=""
     3803|       specularexponent=""
     3804|       spreadmethod=""
     3805|       startoffset=""
     3806|       stddeviation=""
     3807|       stitchtiles=""
     3808|       surfacescale=""
     3809|       systemlanguage=""
     3810|       tablevalues=""
     3811|       targetx=""
     3812|       targety=""
     3813|       textlength=""
     3814|       viewbox=""
     3815|       viewtarget=""
     3816|       xchannelselector=""
     3817|       ychannelselector=""
     3818|       zoomandpan=""
     3819
     3820Test 5 of 9 in resources/tests11.dat failed. Input:
     3821<!DOCTYPE html><body><svg><altGlyph /><altGlyphDef /><altGlyphItem /><animateColor /><animateMotion /><animateTransform /><clipPath /><feBlend /><feColorMatrix /><feComponentTransfer /><feComposite /><feConvolveMatrix /><feDiffuseLighting /><feDisplacementMap /><feDistantLight /><feFlood /><feFuncA /><feFuncB /><feFuncG /><feFuncR /><feGaussianBlur /><feImage /><feMerge /><feMergeNode /><feMorphology /><feOffset /><fePointLight /><feSpecularLighting /><feSpotLight /><feTile /><feTurbulence /><foreignObject /><glyphRef /><linearGradient /><radialGradient /><textPath /></svg>
     3822Got:
     3823| <!DOCTYPE html>
     3824| <html>
     3825|   <head>
     3826|   <body>
     3827|     <svg>
     3828|       <altglyph>
     3829|         <altglyphdef>
     3830|           <altglyphitem>
     3831|             <animatecolor>
     3832|               <animatemotion>
     3833|                 <animatetransform>
     3834|                   <clippath>
     3835|                     <feblend>
     3836|                       <fecolormatrix>
     3837|                         <fecomponenttransfer>
     3838|                           <fecomposite>
     3839|                             <feconvolvematrix>
     3840|                               <fediffuselighting>
     3841|                                 <fedisplacementmap>
     3842|                                   <fedistantlight>
     3843|                                     <feflood>
     3844|                                       <fefunca>
     3845|                                         <fefuncb>
     3846|                                           <fefuncg>
     3847|                                             <fefuncr>
     3848|                                               <fegaussianblur>
     3849|                                                 <feimage>
     3850|                                                   <femerge>
     3851|                                                     <femergenode>
     3852|                                                       <femorphology>
     3853|                                                         <feoffset>
     3854|                                                           <fepointlight>
     3855|                                                             <fespecularlighting>
     3856|                                                               <fespotlight>
     3857|                                                                 <fetile>
     3858|                                                                   <feturbulence>
     3859|                                                                     <foreignobject>
     3860|                                                                       <glyphref>
     3861|                                                                         <lineargradient>
     3862|                                                                           <radialgradient>
     3863|                                                                             <textpath>
     3864Expected:
     3865| <!DOCTYPE html>
     3866| <html>
     3867|   <head>
     3868|   <body>
     3869|     <svg svg>
     3870|       <svg altGlyph>
     3871|       <svg altGlyphDef>
     3872|       <svg altGlyphItem>
     3873|       <svg animateColor>
     3874|       <svg animateMotion>
     3875|       <svg animateTransform>
     3876|       <svg clipPath>
     3877|       <svg feBlend>
     3878|       <svg feColorMatrix>
     3879|       <svg feComponentTransfer>
     3880|       <svg feComposite>
     3881|       <svg feConvolveMatrix>
     3882|       <svg feDiffuseLighting>
     3883|       <svg feDisplacementMap>
     3884|       <svg feDistantLight>
     3885|       <svg feFlood>
     3886|       <svg feFuncA>
     3887|       <svg feFuncB>
     3888|       <svg feFuncG>
     3889|       <svg feFuncR>
     3890|       <svg feGaussianBlur>
     3891|       <svg feImage>
     3892|       <svg feMerge>
     3893|       <svg feMergeNode>
     3894|       <svg feMorphology>
     3895|       <svg feOffset>
     3896|       <svg fePointLight>
     3897|       <svg feSpecularLighting>
     3898|       <svg feSpotLight>
     3899|       <svg feTile>
     3900|       <svg feTurbulence>
     3901|       <svg foreignObject>
     3902|       <svg glyphRef>
     3903|       <svg linearGradient>
     3904|       <svg radialGradient>
     3905|       <svg textPath>
     3906
     3907Test 6 of 9 in resources/tests11.dat failed. Input:
     3908<!DOCTYPE html><body><svg><altglyph /><altglyphdef /><altglyphitem /><animatecolor /><animatemotion /><animatetransform /><clippath /><feblend /><fecolormatrix /><fecomponenttransfer /><fecomposite /><feconvolvematrix /><fediffuselighting /><fedisplacementmap /><fedistantlight /><feflood /><fefunca /><fefuncb /><fefuncg /><fefuncr /><fegaussianblur /><feimage /><femerge /><femergenode /><femorphology /><feoffset /><fepointlight /><fespecularlighting /><fespotlight /><fetile /><feturbulence /><foreignobject /><glyphref /><lineargradient /><radialgradient /><textpath /></svg>
     3909Got:
     3910| <!DOCTYPE html>
     3911| <html>
     3912|   <head>
     3913|   <body>
     3914|     <svg>
     3915|       <altglyph>
     3916|         <altglyphdef>
     3917|           <altglyphitem>
     3918|             <animatecolor>
     3919|               <animatemotion>
     3920|                 <animatetransform>
     3921|                   <clippath>
     3922|                     <feblend>
     3923|                       <fecolormatrix>
     3924|                         <fecomponenttransfer>
     3925|                           <fecomposite>
     3926|                             <feconvolvematrix>
     3927|                               <fediffuselighting>
     3928|                                 <fedisplacementmap>
     3929|                                   <fedistantlight>
     3930|                                     <feflood>
     3931|                                       <fefunca>
     3932|                                         <fefuncb>
     3933|                                           <fefuncg>
     3934|                                             <fefuncr>
     3935|                                               <fegaussianblur>
     3936|                                                 <feimage>
     3937|                                                   <femerge>
     3938|                                                     <femergenode>
     3939|                                                       <femorphology>
     3940|                                                         <feoffset>
     3941|                                                           <fepointlight>
     3942|                                                             <fespecularlighting>
     3943|                                                               <fespotlight>
     3944|                                                                 <fetile>
     3945|                                                                   <feturbulence>
     3946|                                                                     <foreignobject>
     3947|                                                                       <glyphref>
     3948|                                                                         <lineargradient>
     3949|                                                                           <radialgradient>
     3950|                                                                             <textpath>
     3951Expected:
     3952| <!DOCTYPE html>
     3953| <html>
     3954|   <head>
     3955|   <body>
     3956|     <svg svg>
     3957|       <svg altGlyph>
     3958|       <svg altGlyphDef>
     3959|       <svg altGlyphItem>
     3960|       <svg animateColor>
     3961|       <svg animateMotion>
     3962|       <svg animateTransform>
     3963|       <svg clipPath>
     3964|       <svg feBlend>
     3965|       <svg feColorMatrix>
     3966|       <svg feComponentTransfer>
     3967|       <svg feComposite>
     3968|       <svg feConvolveMatrix>
     3969|       <svg feDiffuseLighting>
     3970|       <svg feDisplacementMap>
     3971|       <svg feDistantLight>
     3972|       <svg feFlood>
     3973|       <svg feFuncA>
     3974|       <svg feFuncB>
     3975|       <svg feFuncG>
     3976|       <svg feFuncR>
     3977|       <svg feGaussianBlur>
     3978|       <svg feImage>
     3979|       <svg feMerge>
     3980|       <svg feMergeNode>
     3981|       <svg feMorphology>
     3982|       <svg feOffset>
     3983|       <svg fePointLight>
     3984|       <svg feSpecularLighting>
     3985|       <svg feSpotLight>
     3986|       <svg feTile>
     3987|       <svg feTurbulence>
     3988|       <svg foreignObject>
     3989|       <svg glyphRef>
     3990|       <svg linearGradient>
     3991|       <svg radialGradient>
     3992|       <svg textPath>
     3993
     3994Test 7 of 9 in resources/tests11.dat failed. Input:
     3995<!DOCTYPE html><BODY><SVG><ALTGLYPH /><ALTGLYPHDEF /><ALTGLYPHITEM /><ANIMATECOLOR /><ANIMATEMOTION /><ANIMATETRANSFORM /><CLIPPATH /><FEBLEND /><FECOLORMATRIX /><FECOMPONENTTRANSFER /><FECOMPOSITE /><FECONVOLVEMATRIX /><FEDIFFUSELIGHTING /><FEDISPLACEMENTMAP /><FEDISTANTLIGHT /><FEFLOOD /><FEFUNCA /><FEFUNCB /><FEFUNCG /><FEFUNCR /><FEGAUSSIANBLUR /><FEIMAGE /><FEMERGE /><FEMERGENODE /><FEMORPHOLOGY /><FEOFFSET /><FEPOINTLIGHT /><FESPECULARLIGHTING /><FESPOTLIGHT /><FETILE /><FETURBULENCE /><FOREIGNOBJECT /><GLYPHREF /><LINEARGRADIENT /><RADIALGRADIENT /><TEXTPATH /></SVG>
     3996Got:
     3997| <!DOCTYPE html>
     3998| <html>
     3999|   <head>
     4000|   <body>
     4001|     <svg>
     4002|       <altglyph>
     4003|         <altglyphdef>
     4004|           <altglyphitem>
     4005|             <animatecolor>
     4006|               <animatemotion>
     4007|                 <animatetransform>
     4008|                   <clippath>
     4009|                     <feblend>
     4010|                       <fecolormatrix>
     4011|                         <fecomponenttransfer>
     4012|                           <fecomposite>
     4013|                             <feconvolvematrix>
     4014|                               <fediffuselighting>
     4015|                                 <fedisplacementmap>
     4016|                                   <fedistantlight>
     4017|                                     <feflood>
     4018|                                       <fefunca>
     4019|                                         <fefuncb>
     4020|                                           <fefuncg>
     4021|                                             <fefuncr>
     4022|                                               <fegaussianblur>
     4023|                                                 <feimage>
     4024|                                                   <femerge>
     4025|                                                     <femergenode>
     4026|                                                       <femorphology>
     4027|                                                         <feoffset>
     4028|                                                           <fepointlight>
     4029|                                                             <fespecularlighting>
     4030|                                                               <fespotlight>
     4031|                                                                 <fetile>
     4032|                                                                   <feturbulence>
     4033|                                                                     <foreignobject>
     4034|                                                                       <glyphref>
     4035|                                                                         <lineargradient>
     4036|                                                                           <radialgradient>
     4037|                                                                             <textpath>
     4038Expected:
     4039| <!DOCTYPE html>
     4040| <html>
     4041|   <head>
     4042|   <body>
     4043|     <svg svg>
     4044|       <svg altGlyph>
     4045|       <svg altGlyphDef>
     4046|       <svg altGlyphItem>
     4047|       <svg animateColor>
     4048|       <svg animateMotion>
     4049|       <svg animateTransform>
     4050|       <svg clipPath>
     4051|       <svg feBlend>
     4052|       <svg feColorMatrix>
     4053|       <svg feComponentTransfer>
     4054|       <svg feComposite>
     4055|       <svg feConvolveMatrix>
     4056|       <svg feDiffuseLighting>
     4057|       <svg feDisplacementMap>
     4058|       <svg feDistantLight>
     4059|       <svg feFlood>
     4060|       <svg feFuncA>
     4061|       <svg feFuncB>
     4062|       <svg feFuncG>
     4063|       <svg feFuncR>
     4064|       <svg feGaussianBlur>
     4065|       <svg feImage>
     4066|       <svg feMerge>
     4067|       <svg feMergeNode>
     4068|       <svg feMorphology>
     4069|       <svg feOffset>
     4070|       <svg fePointLight>
     4071|       <svg feSpecularLighting>
     4072|       <svg feSpotLight>
     4073|       <svg feTile>
     4074|       <svg feTurbulence>
     4075|       <svg foreignObject>
     4076|       <svg glyphRef>
     4077|       <svg linearGradient>
     4078|       <svg radialGradient>
     4079|       <svg textPath>
     4080
     4081Test 8 of 9 in resources/tests11.dat failed. Input:
     4082<!DOCTYPE html><body><math><altGlyph /><altGlyphDef /><altGlyphItem /><animateColor /><animateMotion /><animateTransform /><clipPath /><feBlend /><feColorMatrix /><feComponentTransfer /><feComposite /><feConvolveMatrix /><feDiffuseLighting /><feDisplacementMap /><feDistantLight /><feFlood /><feFuncA /><feFuncB /><feFuncG /><feFuncR /><feGaussianBlur /><feImage /><feMerge /><feMergeNode /><feMorphology /><feOffset /><fePointLight /><feSpecularLighting /><feSpotLight /><feTile /><feTurbulence /><foreignObject /><glyphRef /><linearGradient /><radialGradient /><textPath /></math>
     4083Got:
     4084| <!DOCTYPE html>
     4085| <html>
     4086|   <head>
     4087|   <body>
     4088|     <math>
     4089|       <altglyph>
     4090|         <altglyphdef>
     4091|           <altglyphitem>
     4092|             <animatecolor>
     4093|               <animatemotion>
     4094|                 <animatetransform>
     4095|                   <clippath>
     4096|                     <feblend>
     4097|                       <fecolormatrix>
     4098|                         <fecomponenttransfer>
     4099|                           <fecomposite>
     4100|                             <feconvolvematrix>
     4101|                               <fediffuselighting>
     4102|                                 <fedisplacementmap>
     4103|                                   <fedistantlight>
     4104|                                     <feflood>
     4105|                                       <fefunca>
     4106|                                         <fefuncb>
     4107|                                           <fefuncg>
     4108|                                             <fefuncr>
     4109|                                               <fegaussianblur>
     4110|                                                 <feimage>
     4111|                                                   <femerge>
     4112|                                                     <femergenode>
     4113|                                                       <femorphology>
     4114|                                                         <feoffset>
     4115|                                                           <fepointlight>
     4116|                                                             <fespecularlighting>
     4117|                                                               <fespotlight>
     4118|                                                                 <fetile>
     4119|                                                                   <feturbulence>
     4120|                                                                     <foreignobject>
     4121|                                                                       <glyphref>
     4122|                                                                         <lineargradient>
     4123|                                                                           <radialgradient>
     4124|                                                                             <textpath>
     4125Expected:
     4126| <!DOCTYPE html>
     4127| <html>
     4128|   <head>
     4129|   <body>
     4130|     <math math>
     4131|       <math altglyph>
     4132|       <math altglyphdef>
     4133|       <math altglyphitem>
     4134|       <math animatecolor>
     4135|       <math animatemotion>
     4136|       <math animatetransform>
     4137|       <math clippath>
     4138|       <math feblend>
     4139|       <math fecolormatrix>
     4140|       <math fecomponenttransfer>
     4141|       <math fecomposite>
     4142|       <math feconvolvematrix>
     4143|       <math fediffuselighting>
     4144|       <math fedisplacementmap>
     4145|       <math fedistantlight>
     4146|       <math feflood>
     4147|       <math fefunca>
     4148|       <math fefuncb>
     4149|       <math fefuncg>
     4150|       <math fefuncr>
     4151|       <math fegaussianblur>
     4152|       <math feimage>
     4153|       <math femerge>
     4154|       <math femergenode>
     4155|       <math femorphology>
     4156|       <math feoffset>
     4157|       <math fepointlight>
     4158|       <math fespecularlighting>
     4159|       <math fespotlight>
     4160|       <math fetile>
     4161|       <math feturbulence>
     4162|       <math foreignobject>
     4163|       <math glyphref>
     4164|       <math lineargradient>
     4165|       <math radialgradient>
     4166|       <math textpath>
     4167
     4168Test 9 of 9 in resources/tests11.dat failed. Input:
     4169<!DOCTYPE html><body><svg><solidColor /></svg>
     4170Got:
     4171| <!DOCTYPE html>
     4172| <html>
     4173|   <head>
     4174|   <body>
     4175|     <svg>
     4176|       <solidcolor>
     4177Expected:
     4178| <!DOCTYPE html>
     4179| <html>
     4180|   <head>
     4181|   <body>
     4182|     <svg svg>
     4183|       <svg solidcolor>
    1814184resources/tests12.dat:
    18241851
    18341862
    1844187
     4188Test 1 of 2 in resources/tests12.dat failed. Input:
     4189<!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
     4190Got:
     4191| <!DOCTYPE html>
     4192| <html>
     4193|   <head>
     4194|   <body>
     4195|     <p>
     4196|       "foo"
     4197|       <math>
     4198|         <mtext>
     4199|           <i>
     4200|             "baz"
     4201|         <annotation-xml>
     4202|           <svg>
     4203|             <desc>
     4204|               <b>
     4205|                 "eggs"
     4206|             <g>
     4207|               <foreignobject>
     4208|     <p>
     4209|       "spam"
     4210|     <table>
     4211|       <tbody>
     4212|         <tr>
     4213|           <td>
     4214|             <img>
     4215|     <g>
     4216|       "quux"
     4217|     "bar"
     4218Expected:
     4219| <!DOCTYPE html>
     4220| <html>
     4221|   <head>
     4222|   <body>
     4223|     <p>
     4224|       "foo"
     4225|       <math math>
     4226|         <math mtext>
     4227|           <i>
     4228|             "baz"
     4229|         <math annotation-xml>
     4230|           <svg svg>
     4231|             <svg desc>
     4232|               <b>
     4233|                 "eggs"
     4234|             <svg g>
     4235|               <svg foreignObject>
     4236|                 <p>
     4237|                   "spam"
     4238|                 <table>
     4239|                   <tbody>
     4240|                     <tr>
     4241|                       <td>
     4242|                         <img>
     4243|             <svg g>
     4244|               "quux"
     4245|       "bar"
     4246
     4247Test 2 of 2 in resources/tests12.dat failed. Input:
     4248<!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
     4249Got:
     4250| <!DOCTYPE html>
     4251| <html>
     4252|   <head>
     4253|   <body>
     4254|     "foo"
     4255|     <math>
     4256|       <mtext>
     4257|         <i>
     4258|           "baz"
     4259|       <annotation-xml>
     4260|         <svg>
     4261|           <desc>
     4262|             <b>
     4263|               "eggs"
     4264|           <g>
     4265|             <foreignobject>
     4266|               <p>
     4267|                 "spam"
     4268|               <table>
     4269|                 <tbody>
     4270|                   <tr>
     4271|                     <td>
     4272|                       <img>
     4273|           <g>
     4274|             "quux"
     4275|     "bar"
     4276Expected:
     4277| <!DOCTYPE html>
     4278| <html>
     4279|   <head>
     4280|   <body>
     4281|     "foo"
     4282|     <math math>
     4283|       <math mtext>
     4284|         <i>
     4285|           "baz"
     4286|       <math annotation-xml>
     4287|         <svg svg>
     4288|           <svg desc>
     4289|             <b>
     4290|               "eggs"
     4291|           <svg g>
     4292|             <svg foreignObject>
     4293|               <p>
     4294|                 "spam"
     4295|               <table>
     4296|                 <tbody>
     4297|                   <tr>
     4298|                     <td>
     4299|                       <img>
     4300|           <svg g>
     4301|             "quux"
     4302|     "bar"
    1854303resources/tests14.dat: PASS
    1864304
     
    195431313
    1964314
     4315Test 3 of 14 in resources/tests15.dat failed. Input:
     4316<!doctype html></html> <head>
     4317Got:
     4318| <!DOCTYPE html>
     4319| <html>
     4320|   <head>
     4321|   <body>
     4322Expected:
     4323| <!DOCTYPE html>
     4324| <html>
     4325|   <head>
     4326|   <body>
     4327|     " "
     4328
     4329Test 4 of 14 in resources/tests15.dat failed. Input:
     4330<!doctype html></body><meta>
     4331Got:
     4332| <!DOCTYPE html>
     4333| <html>
     4334|   <head>
     4335|     <meta>
     4336|   <body>
     4337Expected:
     4338| <!DOCTYPE html>
     4339| <html>
     4340|   <head>
     4341|   <body>
     4342|     <meta>
     4343
     4344Test 5 of 14 in resources/tests15.dat failed. Input:
     4345<html></html><!-- foo -->
     4346Got:
     4347| <html>
     4348|   <!--  foo  -->
     4349|   <head>
     4350|   <body>
     4351Expected:
     4352| <html>
     4353|   <head>
     4354|   <body>
     4355| <!--  foo  -->
     4356
     4357Test 6 of 14 in resources/tests15.dat failed. Input:
     4358<!doctype html></body><title>X</title>
     4359Got:
     4360| <!DOCTYPE html>
     4361| <html>
     4362|   <head>
     4363|     <title>
     4364|       "X"
     4365|   <body>
     4366Expected:
     4367| <!DOCTYPE html>
     4368| <html>
     4369|   <head>
     4370|   <body>
     4371|     <title>
     4372|       "X"
     4373
     4374Test 7 of 14 in resources/tests15.dat failed. Input:
     4375<!doctype html><table> X<meta></table>
     4376Got:
     4377| <!DOCTYPE html>
     4378| <html>
     4379|   <head>
     4380|     <meta>
     4381|   <body>
     4382|     " X"
     4383|     <table>
     4384Expected:
     4385| <!DOCTYPE html>
     4386| <html>
     4387|   <head>
     4388|   <body>
     4389|     " X"
     4390|     <meta>
     4391|     <table>
     4392
     4393Test 11 of 14 in resources/tests15.dat failed. Input:
     4394<!doctype html><table>X<style> <tr>x </style> </table>
     4395Got:
     4396| <!DOCTYPE html>
     4397| <html>
     4398|   <head>
     4399|     <style>
     4400|       " <tr>x "
     4401|   <body>
     4402|     "X"
     4403|     <table>
     4404|       " "
     4405Expected:
     4406| <!DOCTYPE html>
     4407| <html>
     4408|   <head>
     4409|   <body>
     4410|     "X"
     4411|     <table>
     4412|       <style>
     4413|         " <tr>x "
     4414|       " "
     4415
     4416Test 12 of 14 in resources/tests15.dat failed. Input:
     4417<!doctype html><div><table><a>foo</a> <tr><td>bar</td> </tr></table></div>
     4418Got:
     4419| <!DOCTYPE html>
     4420| <html>
     4421|   <head>
     4422|   <body>
     4423|     <div>
     4424|       <a>
     4425|         "foo"
     4426|       <table>
     4427|         <tbody>
     4428|           " "
     4429|           <tr>
     4430|             <td>
     4431|               "bar"
     4432|             " "
     4433Expected:
     4434| <!DOCTYPE html>
     4435| <html>
     4436|   <head>
     4437|   <body>
     4438|     <div>
     4439|       <a>
     4440|         "foo"
     4441|       <table>
     4442|         " "
     4443|         <tbody>
     4444|           <tr>
     4445|             <td>
     4446|               "bar"
     4447|             " "
     4448
     4449Test 13 of 14 in resources/tests15.dat failed. Input:
     4450<frame></frame></frame><frameset><frame><frameset><frame></frameset><noframes></frameset><noframes>
     4451Got:
     4452| <html>
     4453|   <head>
     4454|   <body>
     4455|     style="display:none"
     4456|   <frameset>
     4457|     <frame>
     4458|     <frameset>
     4459|       <frame>
     4460Expected:
     4461| <html>
     4462|   <head>
     4463|   <frameset>
     4464|     <frame>
     4465|     <frameset>
     4466|       <frame>
     4467|     <noframes>
     4468|       "</frameset><noframes>"
    1974469resources/tests16.dat:
    198447084
     
    2094481186
    2104482
     4483Test 84 of 189 in resources/tests16.dat failed. Input:
     4484<!doctype html><noscript><!--<noscript></noscript>--></noscript>
     4485Got:
     4486| <!DOCTYPE html>
     4487| <html>
     4488|   <head>
     4489|   <body>
     4490|     <noscript>
     4491|     "-->"
     4492Expected:
     4493| <!DOCTYPE html>
     4494| <html>
     4495|   <head>
     4496|     <noscript>
     4497|       "<!--<noscript>"
     4498|   <body>
     4499|     "-->"
     4500
     4501Test 85 of 189 in resources/tests16.dat failed. Input:
     4502<!doctype html><noscript><!--</noscript>X<noscript>--></noscript>
     4503Got:
     4504| <!DOCTYPE html>
     4505| <html>
     4506|   <head>
     4507|   <body>
     4508|     <noscript>
     4509|     "X"
     4510|     <noscript>
     4511Expected:
     4512| <!DOCTYPE html>
     4513| <html>
     4514|   <head>
     4515|     <noscript>
     4516|       "<!--"
     4517|   <body>
     4518|     "X"
     4519|     <noscript>
     4520|       "-->"
     4521
     4522Test 86 of 189 in resources/tests16.dat failed. Input:
     4523<!doctype html><noscript><iframe></noscript>X
     4524Got:
     4525| <!DOCTYPE html>
     4526| <html>
     4527|   <head>
     4528|   <body>
     4529|     <noscript>
     4530|     "X"
     4531Expected:
     4532| <!DOCTYPE html>
     4533| <html>
     4534|   <head>
     4535|     <noscript>
     4536|       "<iframe>"
     4537|   <body>
     4538|     "X"
     4539
     4540Test 87 of 189 in resources/tests16.dat failed. Input:
     4541<!doctype html><noframes><!--<noframes></noframes>--></noframes>
     4542Got:
     4543| <!DOCTYPE html>
     4544| <html>
     4545|   <noframes>
     4546|   <head>
     4547|   <body>
     4548|     "-->"
     4549Expected:
     4550| <!DOCTYPE html>
     4551| <html>
     4552|   <head>
     4553|     <noframes>
     4554|       "<!--<noframes>"
     4555|   <body>
     4556|     "-->"
     4557
     4558Test 88 of 189 in resources/tests16.dat failed. Input:
     4559<!doctype html><noframes><body><script><!--...</script></body></noframes></html>
     4560Got:
     4561| <!DOCTYPE html>
     4562| <html>
     4563|   <noframes>
     4564|   <head>
     4565|   <body>
     4566Expected:
     4567| <!DOCTYPE html>
     4568| <html>
     4569|   <head>
     4570|     <noframes>
     4571|       "<body><script><!--...</script></body>"
     4572|   <body>
     4573
     4574Test 94 of 189 in resources/tests16.dat failed. Input:
     4575<!doctype html><noembed><!--<noembed></noembed>--></noembed>
     4576Got:
     4577| <!DOCTYPE html>
     4578| <html>
     4579|   <head>
     4580|   <body>
     4581|     <noembed>
     4582|     "-->"
     4583Expected:
     4584| <!DOCTYPE html>
     4585| <html>
     4586|   <head>
     4587|   <body>
     4588|     <noembed>
     4589|       "<!--<noembed>"
     4590|     "-->"
     4591
     4592Test 176 of 189 in resources/tests16.dat failed. Input:
     4593<noscript><!--<noscript></noscript>--></noscript>
     4594Got:
     4595| <html>
     4596|   <head>
     4597|   <body>
     4598|     <noscript>
     4599|     "-->"
     4600Expected:
     4601| <html>
     4602|   <head>
     4603|     <noscript>
     4604|       "<!--<noscript>"
     4605|   <body>
     4606|     "-->"
     4607
     4608Test 177 of 189 in resources/tests16.dat failed. Input:
     4609<noscript><!--</noscript>X<noscript>--></noscript>
     4610Got:
     4611| <html>
     4612|   <head>
     4613|   <body>
     4614|     <noscript>
     4615|     "X"
     4616|     <noscript>
     4617Expected:
     4618| <html>
     4619|   <head>
     4620|     <noscript>
     4621|       "<!--"
     4622|   <body>
     4623|     "X"
     4624|     <noscript>
     4625|       "-->"
     4626
     4627Test 178 of 189 in resources/tests16.dat failed. Input:
     4628<noscript><iframe></noscript>X
     4629Got:
     4630| <html>
     4631|   <head>
     4632|   <body>
     4633|     <noscript>
     4634|     "X"
     4635Expected:
     4636| <html>
     4637|   <head>
     4638|     <noscript>
     4639|       "<iframe>"
     4640|   <body>
     4641|     "X"
     4642
     4643Test 179 of 189 in resources/tests16.dat failed. Input:
     4644<noframes><!--<noframes></noframes>--></noframes>
     4645Got:
     4646| <html>
     4647|   <noframes>
     4648|   <head>
     4649|   <body>
     4650|     "-->"
     4651Expected:
     4652| <html>
     4653|   <head>
     4654|     <noframes>
     4655|       "<!--<noframes>"
     4656|   <body>
     4657|     "-->"
     4658
     4659Test 180 of 189 in resources/tests16.dat failed. Input:
     4660<noframes><body><script><!--...</script></body></noframes></html>
     4661Got:
     4662| <html>
     4663|   <noframes>
     4664|   <head>
     4665|   <body>
     4666Expected:
     4667| <html>
     4668|   <head>
     4669|     <noframes>
     4670|       "<body><script><!--...</script></body>"
     4671|   <body>
     4672
     4673Test 186 of 189 in resources/tests16.dat failed. Input:
     4674<noembed><!--<noembed></noembed>--></noembed>
     4675Got:
     4676| <html>
     4677|   <head>
     4678|   <body>
     4679|     <noembed>
     4680|     "-->"
     4681Expected:
     4682| <html>
     4683|   <head>
     4684|   <body>
     4685|     <noembed>
     4686|       "<!--<noembed>"
     4687|     "-->"
    2114688resources/webkit01.dat:
    212468917
    2134690
     4691Test 17 of 19 in resources/webkit01.dat failed. Input:
     4692<A>test< /A>
     4693Got:
     4694| <html>
     4695|   <head>
     4696|   <body>
     4697|     <a>
     4698|       "test"
     4699|       "< /A>"
     4700Expected:
     4701| <html>
     4702|   <head>
     4703|   <body>
     4704|     <a>
     4705|       "test< /A>"
    2144706resources/doctype01.dat: PASS
    2154707
     
    22047125
    2214713
     4714Test 2 of 68 in resources/entities01.dat failed. Input:
     4715FOO&gtBAR
     4716Got:
     4717| <html>
     4718|   <head>
     4719|   <body>
     4720|     "FOO&gtBAR"
     4721Expected:
     4722| <html>
     4723|   <head>
     4724|   <body>
     4725|     "FOO>BAR"
     4726
     4727Test 5 of 68 in resources/entities01.dat failed. Input:
     4728I'm &notit; I tell you
     4729Got:
     4730| <html>
     4731|   <head>
     4732|   <body>
     4733|     "I'm &notit; I tell you"
     4734Expected:
     4735| <html>
     4736|   <head>
     4737|   <body>
     4738|     "I'm ¬it; I tell you"
    2224739resources/entities02.dat: PASS
    2234740
  • trunk/LayoutTests/html5lib/runner.html

    r62232 r62237  
    150150            var detail = document.createElement("pre");
    151151            detail.appendChild(document.createTextNode(log.substring(2)));
    152             detail.style.display = "none";
     152            detail.style.display = "block";
    153153            document.body.appendChild(overview);
    154154            document.body.appendChild(detail);
Note: See TracChangeset for help on using the changeset viewer.