Changeset 63858 in webkit


Ignore:
Timestamp:
Jul 21, 2010 2:41:28 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-07-21 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Pull HTML5lib test suite from upstream
https://bugs.webkit.org/show_bug.cgi?id=42776

Grab a bunch of new tests from html5lib upstream. Also, upstream
tweaked some of our tests, so I've updated our tests to match the
upstream tweaks.

  • html5lib/resources/adoption01.dat:
  • html5lib/resources/doctype01.dat:
  • html5lib/resources/scripted/adoption01.dat: Added.
  • html5lib/resources/scripted/webkit01.dat: Added.
  • html5lib/resources/tests1.dat:
  • html5lib/resources/tests17.dat: Added.
  • html5lib/resources/tests18.dat: Added.
  • html5lib/resources/tests19.dat: Added.
  • html5lib/resources/tests2.dat:
  • html5lib/resources/tests20.dat: Added.
  • html5lib/resources/tricky01.dat:
  • html5lib/resources/webkit01.dat:
  • html5lib/runner-expected-html5.txt:
  • html5lib/runner-expected.txt:
  • html5lib/runner.html:
  • html5lib/webkit-resumer-expected.txt:
Location:
trunk/LayoutTests
Files:
7 added
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r63857 r63858  
     12010-07-21  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Pull HTML5lib test suite from upstream
     6        https://bugs.webkit.org/show_bug.cgi?id=42776
     7
     8        Grab a bunch of new tests from html5lib upstream.  Also, upstream
     9        tweaked some of our tests, so I've updated our tests to match the
     10        upstream tweaks.
     11
     12        * html5lib/resources/adoption01.dat:
     13        * html5lib/resources/doctype01.dat:
     14        * html5lib/resources/scripted/adoption01.dat: Added.
     15        * html5lib/resources/scripted/webkit01.dat: Added.
     16        * html5lib/resources/tests1.dat:
     17        * html5lib/resources/tests17.dat: Added.
     18        * html5lib/resources/tests18.dat: Added.
     19        * html5lib/resources/tests19.dat: Added.
     20        * html5lib/resources/tests2.dat:
     21        * html5lib/resources/tests20.dat: Added.
     22        * html5lib/resources/tricky01.dat:
     23        * html5lib/resources/webkit01.dat:
     24        * html5lib/runner-expected-html5.txt:
     25        * html5lib/runner-expected.txt:
     26        * html5lib/runner.html:
     27        * html5lib/webkit-resumer-expected.txt:
     28
    1292010-07-21  Tony Chang  <tony@chromium.org>
    230
  • trunk/LayoutTests/html5lib/resources/adoption01.dat

    r63402 r63858  
    3333|     <a>
    3434|       "1"
    35 |       <button>
     35|     <button>
     36|       <a>
    3637|         "2"
    37 |     "3"
     38|       "3"
    3839
    3940#data
     
    151152
    152153#data
    153 <p><b id="A"><script>document.getElementById("A").id = "B"</script></p>TEXT</b>
    154 #errors
    155 #document
    156 | <html>
    157 |   <head>
    158 |   <body>
    159 |     <p>
    160 |       <b>
    161 |         id="B"
    162 |         <script>
    163 |           "document.getElementById("A").id = "B""
    164 |     <b>
    165 |       id="A"
    166 |       "TEXT"
    167 
    168 #data
    169154<table><a>1<td>2</td>3</table>
    170155#errors
  • trunk/LayoutTests/html5lib/resources/doctype01.dat

    r62912 r63858  
    133133#errors
    134134#document
    135 | <!DOCTYPE potato>
     135| <!DOCTYPE potato "" "taco"">
    136136| <html>
    137137|   <head>
     
    143143#errors
    144144#document
    145 | <!DOCTYPE potato>
     145| <!DOCTYPE potato "" "taco">
    146146| <html>
    147147|   <head>
     
    153153#errors
    154154#document
    155 | <!DOCTYPE potato>
     155| <!DOCTYPE potato "" "tai'co">
    156156| <html>
    157157|   <head>
     
    223223#errors
    224224#document
    225 | <!DOCTYPE potato>
     225| <!DOCTYPE potato "go'of" "">
    226226| <html>
    227227|   <head>
     
    233233#errors
    234234#document
    235 | <!DOCTYPE potato>
     235| <!DOCTYPE potato "go" "">
    236236| <html>
    237237|   <head>
     
    243243#errors
    244244#document
    245 | <!DOCTYPE potato>
     245| <!DOCTYPE potato "go:hh   of" "">
    246246| <html>
    247247|   <head>
     
    253253#errors
    254254#document
    255 | <!DOCTYPE potato>
     255| <!DOCTYPE potato "W3C-//dfdf" "">
    256256| <html>
    257257|   <head>
     
    264264#errors
    265265#document
    266 | <!DOCTYPE html>
     266| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    267267| <html>
    268268|   <head>
     
    285285#errors
    286286#document
    287 | <!DOCTYPE html>
     287| <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    288288| <html>
    289289|   <head>
     
    295295#errors
    296296#document
    297 | <!DOCTYPE html>
     297| <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    298298| <html>
    299299|   <head>
     
    318318#errors
    319319#document
    320 | <!DOCTYPE html>
     320| <!DOCTYPE html "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
    321321| <html>
    322322|   <head>
     
    327327#errors
    328328#document
    329 | <!DOCTYPE html>
     329| <!DOCTYPE html "" "http://www.w3.org/DTD/HTML4-strict.dtd">
    330330| <html>
    331331|   <head>
     
    338338#errors
    339339#document
    340 | <!DOCTYPE html>
     340| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    341341| <html>
    342342|   <head>
     
    347347#errors
    348348#document
    349 | <!DOCTYPE html>
     349| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    350350| <html>
    351351|   <head>
     
    356356#errors
    357357#document
    358 | <!DOCTYPE html>
     358| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    359359| <html>
    360360|   <head>
     
    365365#errors
    366366#document
    367 | <!DOCTYPE html>
    368 | <html>
    369 |   <head>
    370 |   <body>
     367| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     368| <html>
     369|   <head>
     370|   <body>
  • trunk/LayoutTests/html5lib/resources/tests1.dat

    r59638 r63858  
    260260
    261261#data
    262 <b><button></b></button></b>
     262<b><button>foo</b>bar
    263263#errors
    264264Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
     
    269269|   <body>
    270270|     <b>
     271|     <button>
     272|       <b>
     273|         "foo"
     274|       "bar"
     275
     276#data
     277<!DOCTYPE html><span><button>foo</span>bar
     278#errors
     27939: End tag “span” seen but there were unclosed elements.
     280#document
     281| <!DOCTYPE html>
     282| <html>
     283|   <head>
     284|   <body>
     285|     <span>
    271286|       <button>
     287|         "foobar"
    272288
    273289#data
     
    14751491|   <body>
    14761492|     <b>
    1477 |       <button>
     1493|     <button>
     1494|       <b>
    14781495
    14791496#data
  • trunk/LayoutTests/html5lib/resources/tests2.dat

    r62523 r63858  
    460460|         <option>
    461461|       <optgroup>
     462
     463#data
     464<!DOCTYPE html><datalist><option>foo</datalist>bar
     465#errors
     466#document
     467| <!DOCTYPE html>
     468| <html>
     469|   <head>
     470|   <body>
     471|     <datalist>
     472|       <option>
     473|         "foo"
     474|     "bar"
    462475
    463476#data
     
    737750|     <!-- <!--x -->
    738751|     "-->"
     752
     753#data
     754<!doctype html><div><form></form><div></div></div>
     755#errors
     756#document
     757| <!DOCTYPE html>
     758| <html>
     759|   <head>
     760|   <body>
     761|     <div>
     762|       <form>
     763|       <div>
  • trunk/LayoutTests/html5lib/resources/tricky01.dat

    r63799 r63858  
    149149
    150150#data
    151 <TABLE>
    152   <CENTER>
    153   <FONT>You should see a 100x100 green Image below.
    154   </CENTER>
    155 <IMG alt="Image" width=100 height=100 style="background-color:green">
    156 <tr><td>
    157 </td>
    158 </tr>
    159 </table>
     151<table><center> <font>a</center> <img> <tr><td> </td> </tr> </table>
    160152#errors
    161153#document
     
    164156|   <body>
    165157|     <center>
    166 |       "
    167   "
    168 |       <font>
    169 |         "You should see a 100x100 green Image below.
    170   "
     158|       " "
     159|       <font>
     160|         "a"
    171161|     <font>
    172162|       <img>
    173 |         alt="Image"
    174 |         height="100"
    175 |         style="background-color:green"
    176 |         width="100"
    177 |       "
    178 "
    179 |     <table>
    180 |       "
    181  
    182 "
     163|       " "
     164|     <table>
     165|       " "
    183166|       <tbody>
    184167|         <tr>
    185168|           <td>
    186 |             "
    187 "
    188 |           "
    189 "
    190 |         "
    191 "
     169|             " "
     170|           " "
     171|         " "
    192172
    193173#data
  • trunk/LayoutTests/html5lib/resources/webkit01.dat

    r63517 r63858  
    128128|     <foo>
    129129|     <potato>
    130 
    131 #data
    132 1<script>document.write("2")</script>3
    133 #errors
    134 #document
    135 | <html>
    136 |   <head>
    137 |   <body>
    138 |     "1"
    139 |     <script>
    140 |       "document.write("2")"
    141 |     "23"
    142 
    143 #data
    144 1<script>document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")</script>4
    145 #errors
    146 #document
    147 | <html>
    148 |   <head>
    149 |   <body>
    150 |     "1"
    151 |     <script>
    152 |       "document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")"
    153 |     <script>
    154 |       "document.write('2')"
    155 |     "2"
    156 |     <script>
    157 |       "document.write('3')"
    158 |     "34"
    159130
    160131#data
  • trunk/LayoutTests/html5lib/runner-expected-html5.txt

    r63813 r63858  
    44CONSOLE MESSAGE: line 0: Warning: Problem parsing viewBox=""
    55CONSOLE MESSAGE: line 0: Warning: Problem parsing viewBox=""
     6CONSOLE MESSAGE: line 1: SyntaxError: Parse error
     7CONSOLE MESSAGE: line 1: SyntaxError: Parse error
     8CONSOLE MESSAGE: line 1: SyntaxError: Parse error
     9CONSOLE MESSAGE: line 1: SyntaxError: Parse error
    610CONSOLE MESSAGE: line 2: PASS
    711CONSOLE MESSAGE: line 2: FOO<span>BAR</span>BAZ
    812Content-Type: text/plain
    9 resources/tests1.dat: PASS
    10 
     13resources/tests1.dat:
     1424
     1598
     16
     17Test 24 of 114 in resources/tests1.dat failed. Input:
     18<b><button>foo</b>bar
     19Got:
     20| <html>
     21|   <head>
     22|   <body>
     23|     <b>
     24|       <button>
     25|         "foobar"
     26Expected:
     27| <html>
     28|   <head>
     29|   <body>
     30|     <b>
     31|     <button>
     32|       <b>
     33|         "foo"
     34|       "bar"
     35
     36Test 98 of 114 in resources/tests1.dat failed. Input:
     37<b><button></b></button></b>
     38Got:
     39| <html>
     40|   <head>
     41|   <body>
     42|     <b>
     43|       <button>
     44Expected:
     45| <html>
     46|   <head>
     47|   <body>
     48|     <b>
     49|     <button>
     50|       <b>
    1151resources/tests2.dat: PASS
    1252
     
    167207resources/tests16.dat: PASS
    168208
     209resources/tests17.dat: PASS
     210
     211resources/tests18.dat: PASS
     212
     213resources/tests19.dat:
     2141
     21522
     21624
     21757
     21858
     21963
     22077
     22178
     22280
     22381
     22499
     225100
     226101
     227102
     228
     229Test 1 of 102 in resources/tests19.dat failed. Input:
     230<!doctype html><math><mn DefinitionUrl="foo">
     231Got:
     232| <!DOCTYPE html>
     233| <html>
     234|   <head>
     235|   <body>
     236|     <math math>
     237|       <math mn>
     238|         definitionurl="foo"
     239Expected:
     240| <!DOCTYPE html>
     241| <html>
     242|   <head>
     243|   <body>
     244|     <math math>
     245|       <math mn>
     246|         definitionURL="foo"
     247
     248Test 22 of 102 in resources/tests19.dat failed. Input:
     249<!doctype html><h1><div><h3><span></h1>foo
     250Got:
     251| <!DOCTYPE html>
     252| <html>
     253|   <head>
     254|   <body>
     255|     <h1>
     256|       <div>
     257|         <h3>
     258|           <span>
     259|     "foo"
     260Expected:
     261| <!DOCTYPE html>
     262| <html>
     263|   <head>
     264|   <body>
     265|     <h1>
     266|       <div>
     267|         <h3>
     268|           <span>
     269|         "foo"
     270
     271Test 24 of 102 in resources/tests19.dat failed. Input:
     272<!doctype html><h3><li>abc</h2>foo
     273Got:
     274| <!DOCTYPE html>
     275| <html>
     276|   <head>
     277|   <body>
     278|     <h3>
     279|       <li>
     280|         "abcfoo"
     281Expected:
     282| <!DOCTYPE html>
     283| <html>
     284|   <head>
     285|   <body>
     286|     <h3>
     287|       <li>
     288|         "abc"
     289|     "foo"
     290
     291Test 57 of 102 in resources/tests19.dat failed. Input:
     292<!doctype html><basefont><frameset>
     293Got:
     294| <!DOCTYPE html>
     295| <html>
     296|   <head>
     297|   <body>
     298|     <basefont>
     299Expected:
     300| <!DOCTYPE html>
     301| <html>
     302|   <head>
     303|     <basefont>
     304|   <frameset>
     305
     306Test 58 of 102 in resources/tests19.dat failed. Input:
     307<!doctype html><bgsound><frameset>
     308Got:
     309| <!DOCTYPE html>
     310| <html>
     311|   <head>
     312|   <body>
     313|     <bgsound>
     314Expected:
     315| <!DOCTYPE html>
     316| <html>
     317|   <head>
     318|     <bgsound>
     319|   <frameset>
     320
     321Test 63 of 102 in resources/tests19.dat failed. Input:
     322<!doctype html><keygen><frameset>
     323Got:
     324| <!DOCTYPE html>
     325| <html>
     326|   <head>
     327|   <body>
     328|     <keygen>
     329|       <option>
     330|         "2048 (High Grade)"
     331|       <option>
     332|         "1024 (Medium Grade)"
     333|       <option>
     334|         "512 (Low Grade)"
     335Expected:
     336| <!DOCTYPE html>
     337| <html>
     338|   <head>
     339|   <body>
     340|     <keygen>
     341
     342Test 77 of 102 in resources/tests19.dat failed. Input:
     343<html>�<frameset></frameset>
     344Got:
     345| <html>
     346|   <head>
     347|   <body>
     348|     "�"
     349Expected:
     350| <html>
     351|   <head>
     352|   <frameset>
     353
     354Test 78 of 102 in resources/tests19.dat failed. Input:
     355<html> � <frameset></frameset>
     356Got:
     357| <html>
     358|   <head>
     359|   <body>
     360|     "� "
     361Expected:
     362| <html>
     363|   <head>
     364|   <frameset>
     365
     366Test 80 of 102 in resources/tests19.dat failed. Input:
     367<html>��<frameset></frameset>
     368Got:
     369| <html>
     370|   <head>
     371|   <body>
     372|     "��"
     373Expected:
     374| <html>
     375|   <head>
     376|   <frameset>
     377
     378Test 81 of 102 in resources/tests19.dat failed. Input:
     379<html>�
     380 <frameset></frameset>
     381Got:
     382| <html>
     383|   <head>
     384|   <body>
     385|     "�
     386 "
     387Expected:
     388| <html>
     389|   <head>
     390|   <frameset>
     391
     392Test 99 of 102 in resources/tests19.dat failed. Input:
     393<!doctype html><a><b></a><basefont>
     394Got:
     395| <!DOCTYPE html>
     396| <html>
     397|   <head>
     398|   <body>
     399|     <a>
     400|       <b>
     401|     <b>
     402|       <basefont>
     403Expected:
     404| <!DOCTYPE html>
     405| <html>
     406|   <head>
     407|   <body>
     408|     <a>
     409|       <b>
     410|     <basefont>
     411
     412Test 100 of 102 in resources/tests19.dat failed. Input:
     413<!doctype html><a><b></a><bgsound>
     414Got:
     415| <!DOCTYPE html>
     416| <html>
     417|   <head>
     418|   <body>
     419|     <a>
     420|       <b>
     421|     <b>
     422|       <bgsound>
     423Expected:
     424| <!DOCTYPE html>
     425| <html>
     426|   <head>
     427|   <body>
     428|     <a>
     429|       <b>
     430|     <bgsound>
     431
     432Test 101 of 102 in resources/tests19.dat failed. Input:
     433<!doctype html><figcaption><article></figcaption>a
     434Got:
     435| <!DOCTYPE html>
     436| <html>
     437|   <head>
     438|   <body>
     439|     <figcaption>
     440|       <article>
     441|         "a"
     442Expected:
     443| <!DOCTYPE html>
     444| <html>
     445|   <head>
     446|   <body>
     447|     <figcaption>
     448|       <article>
     449|     "a"
     450
     451Test 102 of 102 in resources/tests19.dat failed. Input:
     452<!doctype html><summary><article></summary>a
     453Got:
     454| <!DOCTYPE html>
     455| <html>
     456|   <head>
     457|   <body>
     458|     <summary>
     459|       <article>
     460|         "a"
     461Expected:
     462| <!DOCTYPE html>
     463| <html>
     464|   <head>
     465|   <body>
     466|     <summary>
     467|       <article>
     468|     "a"
     469resources/tests20.dat:
     47020
     47121
     47224
     47325
     474
     475Test 20 of 25 in resources/tests20.dat failed. Input:
     476<!doctype html><address><button></address>a
     477Got:
     478| <!DOCTYPE html>
     479| <html>
     480|   <head>
     481|   <body>
     482|     <address>
     483|       <button>
     484|         "a"
     485Expected:
     486| <!DOCTYPE html>
     487| <html>
     488|   <head>
     489|   <body>
     490|     <address>
     491|       <button>
     492|     "a"
     493
     494Test 21 of 25 in resources/tests20.dat failed. Input:
     495<!doctype html><address><button></address>a
     496Got:
     497| <!DOCTYPE html>
     498| <html>
     499|   <head>
     500|   <body>
     501|     <address>
     502|       <button>
     503|         "a"
     504Expected:
     505| <!DOCTYPE html>
     506| <html>
     507|   <head>
     508|   <body>
     509|     <address>
     510|       <button>
     511|     "a"
     512
     513Test 24 of 25 in resources/tests20.dat failed. Input:
     514<!doctype html><p><figcaption>
     515Got:
     516| <!DOCTYPE html>
     517| <html>
     518|   <head>
     519|   <body>
     520|     <p>
     521|       <figcaption>
     522Expected:
     523| <!DOCTYPE html>
     524| <html>
     525|   <head>
     526|   <body>
     527|     <p>
     528|     <figcaption>
     529
     530Test 25 of 25 in resources/tests20.dat failed. Input:
     531<!doctype html><p><summary>
     532Got:
     533| <!DOCTYPE html>
     534| <html>
     535|   <head>
     536|   <body>
     537|     <p>
     538|       <summary>
     539Expected:
     540| <!DOCTYPE html>
     541| <html>
     542|   <head>
     543|   <body>
     544|     <p>
     545|     <summary>
    169546resources/webkit01.dat: PASS
    170547
    171 resources/doctype01.dat: PASS
    172 
     548resources/doctype01.dat:
     54914
     55015
     55116
     55223
     55324
     55425
     55526
     55627
     55729
     55830
     55932
     56033
     56134
     56235
     56336
     56437
     565
     566Test 14 of 37 in resources/doctype01.dat failed. Input:
     567<!DOCTYPE potato SYSTEM 'taco"'>Hello
     568Got:
     569| <!DOCTYPE potato>
     570| <html>
     571|   <head>
     572|   <body>
     573|     "Hello"
     574Expected:
     575| <!DOCTYPE potato "" "taco"">
     576| <html>
     577|   <head>
     578|   <body>
     579|     "Hello"
     580
     581Test 15 of 37 in resources/doctype01.dat failed. Input:
     582<!DOCTYPE potato SYSTEM "taco">Hello
     583Got:
     584| <!DOCTYPE potato>
     585| <html>
     586|   <head>
     587|   <body>
     588|     "Hello"
     589Expected:
     590| <!DOCTYPE potato "" "taco">
     591| <html>
     592|   <head>
     593|   <body>
     594|     "Hello"
     595
     596Test 16 of 37 in resources/doctype01.dat failed. Input:
     597<!DOCTYPE potato SYSTEM "tai'co">Hello
     598Got:
     599| <!DOCTYPE potato>
     600| <html>
     601|   <head>
     602|   <body>
     603|     "Hello"
     604Expected:
     605| <!DOCTYPE potato "" "tai'co">
     606| <html>
     607|   <head>
     608|   <body>
     609|     "Hello"
     610
     611Test 23 of 37 in resources/doctype01.dat failed. Input:
     612<!DOCTYPE potato PUBLIC "go'of">Hello
     613Got:
     614| <!DOCTYPE potato>
     615| <html>
     616|   <head>
     617|   <body>
     618|     "Hello"
     619Expected:
     620| <!DOCTYPE potato "go'of" "">
     621| <html>
     622|   <head>
     623|   <body>
     624|     "Hello"
     625
     626Test 24 of 37 in resources/doctype01.dat failed. Input:
     627<!DOCTYPE potato PUBLIC 'go'of'>Hello
     628Got:
     629| <!DOCTYPE potato>
     630| <html>
     631|   <head>
     632|   <body>
     633|     "Hello"
     634Expected:
     635| <!DOCTYPE potato "go" "">
     636| <html>
     637|   <head>
     638|   <body>
     639|     "Hello"
     640
     641Test 25 of 37 in resources/doctype01.dat failed. Input:
     642<!DOCTYPE potato PUBLIC 'go:hh   of' >Hello
     643Got:
     644| <!DOCTYPE potato>
     645| <html>
     646|   <head>
     647|   <body>
     648|     "Hello"
     649Expected:
     650| <!DOCTYPE potato "go:hh   of" "">
     651| <html>
     652|   <head>
     653|   <body>
     654|     "Hello"
     655
     656Test 26 of 37 in resources/doctype01.dat failed. Input:
     657<!DOCTYPE potato PUBLIC "W3C-//dfdf" SYSTEM ggg>Hello
     658Got:
     659| <!DOCTYPE potato>
     660| <html>
     661|   <head>
     662|   <body>
     663|     "Hello"
     664Expected:
     665| <!DOCTYPE potato "W3C-//dfdf" "">
     666| <html>
     667|   <head>
     668|   <body>
     669|     "Hello"
     670
     671Test 27 of 37 in resources/doctype01.dat failed. Input:
     672<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
     673   "http://www.w3.org/TR/html4/strict.dtd">Hello
     674Got:
     675| <!DOCTYPE html>
     676| <html>
     677|   <head>
     678|   <body>
     679|     "Hello"
     680Expected:
     681| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     682| <html>
     683|   <head>
     684|   <body>
     685|     "Hello"
     686
     687Test 29 of 37 in resources/doctype01.dat failed. Input:
     688<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     689"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     690Got:
     691| <!DOCTYPE html>
     692| <html>
     693|   <head>
     694|   <body>
     695Expected:
     696| <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     697| <html>
     698|   <head>
     699|   <body>
     700
     701Test 30 of 37 in resources/doctype01.dat failed. Input:
     702<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
     703"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
     704Got:
     705| <!DOCTYPE html>
     706| <html>
     707|   <head>
     708|   <body>
     709Expected:
     710| <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
     711| <html>
     712|   <head>
     713|   <body>
     714
     715Test 32 of 37 in resources/doctype01.dat failed. Input:
     716<!DOCTYPE html PUBLIC
     717  "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
     718    "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
     719Got:
     720| <!DOCTYPE html>
     721| <html>
     722|   <head>
     723|   <body>
     724Expected:
     725| <!DOCTYPE html "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
     726| <html>
     727|   <head>
     728|   <body>
     729
     730Test 33 of 37 in resources/doctype01.dat failed. Input:
     731<!DOCTYPE HTML SYSTEM "http://www.w3.org/DTD/HTML4-strict.dtd"><body><b>Mine!</b></body>
     732Got:
     733| <!DOCTYPE html>
     734| <html>
     735|   <head>
     736|   <body>
     737|     <b>
     738|       "Mine!"
     739Expected:
     740| <!DOCTYPE html "" "http://www.w3.org/DTD/HTML4-strict.dtd">
     741| <html>
     742|   <head>
     743|   <body>
     744|     <b>
     745|       "Mine!"
     746
     747Test 34 of 37 in resources/doctype01.dat failed. Input:
     748<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
     749Got:
     750| <!DOCTYPE html>
     751| <html>
     752|   <head>
     753|   <body>
     754Expected:
     755| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     756| <html>
     757|   <head>
     758|   <body>
     759
     760Test 35 of 37 in resources/doctype01.dat failed. Input:
     761<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"'http://www.w3.org/TR/html4/strict.dtd'>
     762Got:
     763| <!DOCTYPE html>
     764| <html>
     765|   <head>
     766|   <body>
     767Expected:
     768| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     769| <html>
     770|   <head>
     771|   <body>
     772
     773Test 36 of 37 in resources/doctype01.dat failed. Input:
     774<!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01//EN"'http://www.w3.org/TR/html4/strict.dtd'>
     775Got:
     776| <!DOCTYPE html>
     777| <html>
     778|   <head>
     779|   <body>
     780Expected:
     781| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     782| <html>
     783|   <head>
     784|   <body>
     785
     786Test 37 of 37 in resources/doctype01.dat failed. Input:
     787<!DOCTYPE HTML PUBLIC'-//W3C//DTD HTML 4.01//EN''http://www.w3.org/TR/html4/strict.dtd'>
     788Got:
     789| <!DOCTYPE html>
     790| <html>
     791|   <head>
     792|   <body>
     793Expected:
     794| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     795| <html>
     796|   <head>
     797|   <body>
    173798resources/scriptdata01.dat: PASS
    174799
     
    265890resources/adoption01.dat:
    2668913
    267 11
    268 13
    269 
    270 Test 3 of 13 in resources/adoption01.dat failed. Input:
     89212
     893
     894Test 3 of 12 in resources/adoption01.dat failed. Input:
    271895<a>1<button>2</a>3</button>
    272896Got:
     
    284908|     <a>
    285909|       "1"
    286 |       <button>
     910|     <button>
     911|       <a>
    287912|         "2"
    288 |     "3"
    289 
    290 Test 11 of 13 in resources/adoption01.dat failed. Input:
    291 <p><b id="A"><script>document.getElementById("A").id = "B"</script></p>TEXT</b>
    292 Got:
    293 | <html>
    294 |   <head>
    295 |   <body>
    296 |     <p>
    297 |       <b>
    298 |         id="B"
    299 |         <script>
    300 |           "document.getElementById("A").id = "B""
    301 |     <b>
    302 |       id="B"
    303 |       "TEXT"
    304 Expected:
    305 | <html>
    306 |   <head>
    307 |   <body>
    308 |     <p>
    309 |       <b>
    310 |         id="B"
    311 |         <script>
    312 |           "document.getElementById("A").id = "B""
    313 |     <b>
    314 |       id="A"
    315 |       "TEXT"
    316 
    317 Test 13 of 13 in resources/adoption01.dat failed. Input:
     913|       "3"
     914
     915Test 12 of 12 in resources/adoption01.dat failed. Input:
    318916<table>A<td>B</td>C</table>
    319917Got:
     
    388986
    389987resources/tricky01.dat: PASS
     988
     989resources/scripted/adoption01.dat:
     9901
     991
     992Test 1 of 1 in resources/scripted/adoption01.dat failed. Input:
     993<p><b id="A"><script>document.getElementById("A").id = "B"</script></p>TEXT</b>
     994Got:
     995| <html>
     996|   <head>
     997|   <body>
     998|     <p>
     999|       <b>
     1000|         id="B"
     1001|         <script>
     1002|           "document.getElementById("A").id = "B""
     1003|     <b>
     1004|       id="B"
     1005|       "TEXT"
     1006Expected:
     1007| <html>
     1008|   <head>
     1009|   <body>
     1010|     <p>
     1011|       <b>
     1012|         id="B"
     1013|         <script>
     1014|           "document.getElementById("A").id = "B""
     1015|     <b>
     1016|       id="A"
     1017|       "TEXT"
     1018resources/scripted/webkit01.dat: PASS
    3901019#EOF
  • trunk/LayoutTests/html5lib/runner-expected.txt

    r63799 r63858  
     1CONSOLE MESSAGE: line 1: SyntaxError: Parse error
     2CONSOLE MESSAGE: line 1: SyntaxError: Parse error
     3CONSOLE MESSAGE: line 1: SyntaxError: Parse error
     4CONSOLE MESSAGE: line 1: SyntaxError: Parse error
    15CONSOLE MESSAGE: line 1: SyntaxError: Parse error
    26CONSOLE MESSAGE: line 1: SyntaxError: Parse error
     
    48CONSOLE MESSAGE: line 2: FOO<span>BAR</span>BAZ
    59resources/tests1.dat:
     1024
    61125
    7 29
     1226
    81330
    9 32
     1431
    101533
    111634
    12 50
     1735
    131851
    141952
    152053
    162154
    17 78
     2255
    182379
    192480
    202581
    212682
    22 87
    23 90
     2783
     2888
    242991
    253092
    26 96
     3193
     3297
    273398
    28 101
    29 104
    30 106
    31 109
    32 113
    33 
    34 Test 25 of 113 in resources/tests1.dat failed. Input:
     3499
     35102
     36105
     37107
     38110
     39114
     40
     41Test 24 of 114 in resources/tests1.dat failed. Input:
     42<b><button>foo</b>bar
     43Got:
     44| <html>
     45|   <head>
     46|   <body>
     47|     <b>
     48|       <button>
     49|         "foo"
     50|     "bar"
     51Expected:
     52| <html>
     53|   <head>
     54|   <body>
     55|     <b>
     56|     <button>
     57|       <b>
     58|         "foo"
     59|       "bar"
     60
     61Test 25 of 114 in resources/tests1.dat failed. Input:
     62<!DOCTYPE html><span><button>foo</span>bar
     63Got:
     64| <!DOCTYPE html>
     65| <html>
     66|   <head>
     67|   <body>
     68|     <span>
     69|       <button>
     70|         "foo"
     71|     "bar"
     72Expected:
     73| <!DOCTYPE html>
     74| <html>
     75|   <head>
     76|   <body>
     77|     <span>
     78|       <button>
     79|         "foobar"
     80
     81Test 26 of 114 in resources/tests1.dat failed. Input:
    3582<p><b><div><marquee></p></b></div>X
    3683Got:
     
    59106|           "X"
    60107
    61 Test 29 of 113 in resources/tests1.dat failed. Input:
     108Test 30 of 114 in resources/tests1.dat failed. Input:
    62109<select><b><option><select><option></b></select>X
    63110Got:
     
    77124|       "X"
    78125
    79 Test 30 of 113 in resources/tests1.dat failed. Input:
     126Test 31 of 114 in resources/tests1.dat failed. Input:
    80127<a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y
    81128Got:
     
    117164|       "Y"
    118165
    119 Test 32 of 113 in resources/tests1.dat failed. Input:
     166Test 33 of 114 in resources/tests1.dat failed. Input:
    120167<!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->
    121168Got:
     
    155202|             <!-- X -->
    156203
    157 Test 33 of 113 in resources/tests1.dat failed. Input:
     204Test 34 of 114 in resources/tests1.dat failed. Input:
    158205<!DOCTYPE html><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->
    159206Got:
     
    188235|   <!-- do -->
    189236
    190 Test 34 of 113 in resources/tests1.dat failed. Input:
     237Test 35 of 114 in resources/tests1.dat failed. Input:
    191238<!DOCTYPE html>A<option>B<optgroup>C<select>D</option>E
    192239Got:
     
    211258|         "DE"
    212259
    213 Test 50 of 113 in resources/tests1.dat failed. Input:
     260Test 51 of 114 in resources/tests1.dat failed. Input:
    214261<!DOCTYPE html><script> <!-- </script> --> </script> EOF
    215262Got:
     
    231278|     "-->  EOF"
    232279
    233 Test 51 of 113 in resources/tests1.dat failed. Input:
     280Test 52 of 114 in resources/tests1.dat failed. Input:
    234281<b><p></b>TEST
    235282Got:
     
    249296|       "TEST"
    250297
    251 Test 52 of 113 in resources/tests1.dat failed. Input:
     298Test 53 of 114 in resources/tests1.dat failed. Input:
    252299<p id=a><b><p id=b></b>TEST
    253300Got:
     
    273320|       "TEST"
    274321
    275 Test 53 of 113 in resources/tests1.dat failed. Input:
     322Test 54 of 114 in resources/tests1.dat failed. Input:
    276323<b id=a><p><b id=b></p></b>TEST
    277324Got:
     
    298345|       "TEST"
    299346
    300 Test 54 of 113 in resources/tests1.dat failed. Input:
     347Test 55 of 114 in resources/tests1.dat failed. Input:
    301348<!DOCTYPE html><title>U-test</title><body><div><p>Test<u></p></div></body>
    302349Got:
     
    325372|         <u>
    326373
    327 Test 78 of 113 in resources/tests1.dat failed. Input:
     374Test 79 of 114 in resources/tests1.dat failed. Input:
    328375<a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe
    329376Got:
     
    364411|       "aoe"
    365412
    366 Test 79 of 113 in resources/tests1.dat failed. Input:
     413Test 80 of 114 in resources/tests1.dat failed. Input:
    367414<a href="blah">aba<table><tr><td><a href="foo">br</td></tr>x</table>aoe
    368415Got:
     
    398445|       "aoe"
    399446
    400 Test 80 of 113 in resources/tests1.dat failed. Input:
     447Test 81 of 114 in resources/tests1.dat failed. Input:
    401448<table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe
    402449Got:
     
    437484|       "aoe"
    438485
    439 Test 81 of 113 in resources/tests1.dat failed. Input:
     486Test 82 of 114 in resources/tests1.dat failed. Input:
    440487<a href=a>aa<marquee>aa<a href=b>bb</marquee>aa
    441488Got:
     
    470517|       "aa"
    471518
    472 Test 82 of 113 in resources/tests1.dat failed. Input:
     519Test 83 of 114 in resources/tests1.dat failed. Input:
    473520<wbr><strike><code></strike><code><strike></code>
    474521Got:
     
    494541|         <strike>
    495542
    496 Test 87 of 113 in resources/tests1.dat failed. Input:
     543Test 88 of 114 in resources/tests1.dat failed. Input:
    497544<body><body><base><link><meta><title><p></title><body><p></body>
    498545Got:
     
    517564|     <p>
    518565
    519 Test 90 of 113 in resources/tests1.dat failed. Input:
     566Test 91 of 114 in resources/tests1.dat failed. Input:
    520567<a><table><a></table><p><a><div><a>
    521568Got:
     
    544591|       <a>
    545592
    546 Test 91 of 113 in resources/tests1.dat failed. Input:
     593Test 92 of 114 in resources/tests1.dat failed. Input:
    547594<head></p><meta><p>
    548595Got:
     
    560607|     <p>
    561608
    562 Test 92 of 113 in resources/tests1.dat failed. Input:
     609Test 93 of 114 in resources/tests1.dat failed. Input:
    563610<head></html><meta><p>
    564611Got:
     
    575622|     <p>
    576623
    577 Test 96 of 113 in resources/tests1.dat failed. Input:
     624Test 97 of 114 in resources/tests1.dat failed. Input:
    578625<a><p><a></a></p></a>
    579626Got:
     
    593640|       <a>
    594641
    595 Test 98 of 113 in resources/tests1.dat failed. Input:
     642Test 98 of 114 in resources/tests1.dat failed. Input:
     643<b><button></b></button></b>
     644Got:
     645| <html>
     646|   <head>
     647|   <body>
     648|     <b>
     649|       <button>
     650Expected:
     651| <html>
     652|   <head>
     653|   <body>
     654|     <b>
     655|     <button>
     656|       <b>
     657
     658Test 99 of 114 in resources/tests1.dat failed. Input:
    596659<p><b><div><marquee></p></b></div>
    597660Got:
     
    618681|           <p>
    619682
    620 Test 101 of 113 in resources/tests1.dat failed. Input:
     683Test 102 of 114 in resources/tests1.dat failed. Input:
    621684<select><b><option><select><option></b></select>
    622685Got:
     
    634697|     <option>
    635698
    636 Test 104 of 113 in resources/tests1.dat failed. Input:
     699Test 105 of 114 in resources/tests1.dat failed. Input:
    637700<ul><li></li><div><li></div><li><li><div><li><address><li><b><em></b><li></ul>
    638701Got:
     
    674737|       <li>
    675738
    676 Test 106 of 113 in resources/tests1.dat failed. Input:
     739Test 107 of 114 in resources/tests1.dat failed. Input:
    677740<frameset><frame><frameset><frame></frameset><noframes></noframes></frameset>
    678741Got:
     
    691754|     <noframes>
    692755
    693 Test 109 of 113 in resources/tests1.dat failed. Input:
     756Test 110 of 114 in resources/tests1.dat failed. Input:
    694757<table><col><tbody><col><tr><col><td><col></table><col>
    695758Got:
     
    725788|         <col>
    726789
    727 Test 113 of 113 in resources/tests1.dat failed. Input:
     790Test 114 of 114 in resources/tests1.dat failed. Input:
    728791<frameset>
    729792Got:
     
    74180411
    74280536
    743 42
    744 44
     80638
     80743
    74580845
    746 
    747 Test 6 of 59 in resources/tests2.dat failed. Input:
     80946
     810
     811Test 6 of 61 in resources/tests2.dat failed. Input:
    748812<!DOCTYPE html><frameset>test
    749813Got:
     
    757821|   <frameset>
    758822
    759 Test 7 of 59 in resources/tests2.dat failed. Input:
     823Test 7 of 61 in resources/tests2.dat failed. Input:
    760824<!DOCTYPE html><frameset><!DOCTYPE html>
    761825Got:
     
    769833|   <frameset>
    770834
    771 Test 8 of 59 in resources/tests2.dat failed. Input:
     835Test 8 of 61 in resources/tests2.dat failed. Input:
    772836<!DOCTYPE html><font><p><b>test</font>
    773837Got:
     
    793857|           "test"
    794858
    795 Test 9 of 59 in resources/tests2.dat failed. Input:
     859Test 9 of 61 in resources/tests2.dat failed. Input:
    796860<!DOCTYPE html><dt><div><dd>
    797861Got:
     
    812876|     <dd>
    813877
    814 Test 11 of 59 in resources/tests2.dat failed. Input:
     878Test 11 of 61 in resources/tests2.dat failed. Input:
    815879<table><plaintext><td>
    816880Got:
     
    830894|     <table>
    831895
    832 Test 36 of 59 in resources/tests2.dat failed. Input:
     896Test 36 of 61 in resources/tests2.dat failed. Input:
    833897<!DOCTYPE html><select><optgroup><option></optgroup><option><select><option>
    834898Got:
     
    852916|     <option>
    853917
    854 Test 42 of 59 in resources/tests2.dat failed. Input:
     918Test 38 of 61 in resources/tests2.dat failed. Input:
     919<!DOCTYPE html><datalist><option>foo</datalist>bar
     920Got:
     921| <!DOCTYPE html>
     922| <html>
     923|   <head>
     924|   <body>
     925|     <datalist>
     926|       <option>
     927|         "foobar"
     928Expected:
     929| <!DOCTYPE html>
     930| <html>
     931|   <head>
     932|   <body>
     933|     <datalist>
     934|       <option>
     935|         "foo"
     936|     "bar"
     937
     938Test 43 of 61 in resources/tests2.dat failed. Input:
    855939<isindex test=x name=x>
    856940Got:
     
    871955|       <hr>
    872956
    873 Test 44 of 59 in resources/tests2.dat failed. Input:
     957Test 45 of 61 in resources/tests2.dat failed. Input:
    874958<!DOCTYPE html><body><title>test</body></title>
    875959Got:
     
    888972|       "test</body>"
    889973
    890 Test 45 of 59 in resources/tests2.dat failed. Input:
     974Test 46 of 61 in resources/tests2.dat failed. Input:
    891975<!DOCTYPE html><body><title>X</title><meta name=z><link rel=foo><style>
    892976x { content:"</style" } </style>
     
    43664450|       "<!--<noembed>"
    43674451|     "-->"
     4452resources/tests17.dat:
     44535
     4454
     4455Test 5 of 13 in resources/tests17.dat failed. Input:
     4456<!doctype html><table><caption><select><tr>
     4457Got:
     4458| <!DOCTYPE html>
     4459| <html>
     4460|   <head>
     4461|   <body>
     4462|     <table>
     4463|       <caption>
     4464|         <select>
     4465Expected:
     4466| <!DOCTYPE html>
     4467| <html>
     4468|   <head>
     4469|   <body>
     4470|     <table>
     4471|       <caption>
     4472|         <select>
     4473|       <tbody>
     4474|         <tr>
     4475resources/tests18.dat:
     44762
     44778
     447813
     447915
     448016
     448117
     448218
     448320
     4484
     4485Test 2 of 20 in resources/tests18.dat failed. Input:
     4486<!doctype html><table><plaintext></plaintext>
     4487Got:
     4488| <!DOCTYPE html>
     4489| <html>
     4490|   <head>
     4491|   <body>
     4492|     <plaintext>
     4493|       "</plaintext>"
     4494|     <table>
     4495|       <tbody>
     4496Expected:
     4497| <!DOCTYPE html>
     4498| <html>
     4499|   <head>
     4500|   <body>
     4501|     <plaintext>
     4502|       "</plaintext>"
     4503|     <table>
     4504
     4505Test 8 of 20 in resources/tests18.dat failed. Input:
     4506<!doctype html><table><tr><style></script></style>abc
     4507Got:
     4508| <!DOCTYPE html>
     4509| <html>
     4510|   <head>
     4511|     <style>
     4512|       "</script>"
     4513|   <body>
     4514|     "abc"
     4515|     <table>
     4516|       <tbody>
     4517|         <tr>
     4518Expected:
     4519| <!DOCTYPE html>
     4520| <html>
     4521|   <head>
     4522|   <body>
     4523|     "abc"
     4524|     <table>
     4525|       <tbody>
     4526|         <tr>
     4527|           <style>
     4528|             "</script>"
     4529
     4530Test 13 of 20 in resources/tests18.dat failed. Input:
     4531<!doctype html><table><select><script></style></script>abc
     4532Got:
     4533| <!DOCTYPE html>
     4534| <html>
     4535|   <head>
     4536|   <body>
     4537|     <select>
     4538|       <script>
     4539|         "</style>"
     4540|       "abc"
     4541|     <table>
     4542|       <tbody>
     4543Expected:
     4544| <!DOCTYPE html>
     4545| <html>
     4546|   <head>
     4547|   <body>
     4548|     <select>
     4549|       <script>
     4550|         "</style>"
     4551|       "abc"
     4552|     <table>
     4553
     4554Test 15 of 20 in resources/tests18.dat failed. Input:
     4555<!doctype html><frameset></frameset><noframes>abc
     4556Got:
     4557| <!DOCTYPE html>
     4558| <html>
     4559|   <frameset>
     4560|   <noframes>
     4561Expected:
     4562| <!DOCTYPE html>
     4563| <html>
     4564|   <head>
     4565|   <frameset>
     4566|   <noframes>
     4567|     "abc"
     4568
     4569Test 16 of 20 in resources/tests18.dat failed. Input:
     4570<!doctype html><frameset></frameset><noframes>abc</noframes><!--abc-->
     4571Got:
     4572| <!DOCTYPE html>
     4573| <html>
     4574|   <frameset>
     4575|   <noframes>
     4576|   <!-- abc -->
     4577Expected:
     4578| <!DOCTYPE html>
     4579| <html>
     4580|   <head>
     4581|   <frameset>
     4582|   <noframes>
     4583|     "abc"
     4584|   <!-- abc -->
     4585
     4586Test 17 of 20 in resources/tests18.dat failed. Input:
     4587<!doctype html><frameset></frameset></html><noframes>abc
     4588Got:
     4589| <!DOCTYPE html>
     4590| <html>
     4591|   <frameset>
     4592|   <noframes>
     4593Expected:
     4594| <!DOCTYPE html>
     4595| <html>
     4596|   <head>
     4597|   <frameset>
     4598|   <noframes>
     4599|     "abc"
     4600
     4601Test 18 of 20 in resources/tests18.dat failed. Input:
     4602<!doctype html><frameset></frameset></html><noframes>abc</noframes><!--abc-->
     4603Got:
     4604| <!DOCTYPE html>
     4605| <html>
     4606|   <frameset>
     4607|   <noframes>
     4608|   <!-- abc -->
     4609Expected:
     4610| <!DOCTYPE html>
     4611| <html>
     4612|   <head>
     4613|   <frameset>
     4614|   <noframes>
     4615|     "abc"
     4616| <!-- abc -->
     4617
     4618Test 20 of 20 in resources/tests18.dat failed. Input:
     4619<!doctype html><table><td><svg></svg>abc<td>
     4620Got:
     4621| <!DOCTYPE html>
     4622| <html>
     4623|   <head>
     4624|   <body>
     4625|     <table>
     4626|       <tbody>
     4627|         <tr>
     4628|           <td>
     4629|             <svg>
     4630|             "abc"
     4631|           <td>
     4632Expected:
     4633| <!DOCTYPE html>
     4634| <html>
     4635|   <head>
     4636|   <body>
     4637|     <table>
     4638|       <tbody>
     4639|         <tr>
     4640|           <td>
     4641|             <svg svg>
     4642|             "abc"
     4643|           <td>
     4644resources/tests19.dat:
     46451
     46462
     46473
     46488
     46499
     465010
     465111
     465212
     465313
     465414
     465515
     465616
     465717
     465818
     465919
     466020
     466121
     466222
     466324
     466431
     466532
     466633
     466735
     466836
     466937
     467038
     467139
     467240
     467341
     467442
     467543
     467645
     467746
     467847
     467948
     468049
     468150
     468251
     468352
     468453
     468554
     468655
     468756
     468857
     468958
     469059
     469160
     469261
     469362
     469463
     469564
     469665
     469766
     469867
     469968
     470069
     470170
     470271
     470372
     470473
     470574
     470675
     470776
     470877
     470978
     471079
     471180
     471281
     471382
     471483
     471584
     471690
     471791
     471893
     471994
     472095
     472196
     472299
     4723100
     4724101
     4725102
     4726
     4727Test 1 of 102 in resources/tests19.dat failed. Input:
     4728<!doctype html><math><mn DefinitionUrl="foo">
     4729Got:
     4730| <!DOCTYPE html>
     4731| <html>
     4732|   <head>
     4733|   <body>
     4734|     <math>
     4735|       <mn>
     4736|         definitionurl="foo"
     4737Expected:
     4738| <!DOCTYPE html>
     4739| <html>
     4740|   <head>
     4741|   <body>
     4742|     <math math>
     4743|       <math mn>
     4744|         definitionURL="foo"
     4745
     4746Test 2 of 102 in resources/tests19.dat failed. Input:
     4747<!doctype html><html></p><!--foo-->
     4748Got:
     4749| <!DOCTYPE html>
     4750| <html>
     4751|   <head>
     4752|   <body>
     4753|     <p>
     4754|     <!-- foo -->
     4755Expected:
     4756| <!DOCTYPE html>
     4757| <html>
     4758|   <!-- foo -->
     4759|   <head>
     4760|   <body>
     4761
     4762Test 3 of 102 in resources/tests19.dat failed. Input:
     4763<!doctype html><head></head></p><!--foo-->
     4764Got:
     4765| <!DOCTYPE html>
     4766| <html>
     4767|   <head>
     4768|   <body>
     4769|     <p>
     4770|     <!-- foo -->
     4771Expected:
     4772| <!DOCTYPE html>
     4773| <html>
     4774|   <head>
     4775|   <!-- foo -->
     4776|   <body>
     4777
     4778Test 8 of 102 in resources/tests19.dat failed. Input:
     4779<!doctype html><form><isindex>
     4780Got:
     4781| <!DOCTYPE html>
     4782| <html>
     4783|   <head>
     4784|   <body>
     4785|     <form>
     4786|       <div>
     4787|         <hr>
     4788|         "This is a searchable index. Enter search keywords: "
     4789|         <isindex>
     4790|           type="khtml_isindex"
     4791|         <hr>
     4792Expected:
     4793| <!DOCTYPE html>
     4794| <html>
     4795|   <head>
     4796|   <body>
     4797|     <form>
     4798
     4799Test 9 of 102 in resources/tests19.dat failed. Input:
     4800<!doctype html><isindex action="POST">
     4801Got:
     4802| <!DOCTYPE html>
     4803| <html>
     4804|   <head>
     4805|   <body>
     4806Expected:
     4807| <!DOCTYPE html>
     4808| <html>
     4809|   <head>
     4810|   <body>
     4811|     <form>
     4812|       action="POST"
     4813|       <hr>
     4814|       <label>
     4815|         "This is a searchable index. Enter search keywords: "
     4816|         <input>
     4817|           name="isindex"
     4818|       <hr>
     4819
     4820Test 10 of 102 in resources/tests19.dat failed. Input:
     4821<!doctype html><isindex prompt="this is isindex">
     4822Got:
     4823| <!DOCTYPE html>
     4824| <html>
     4825|   <head>
     4826|   <body>
     4827Expected:
     4828| <!DOCTYPE html>
     4829| <html>
     4830|   <head>
     4831|   <body>
     4832|     <form>
     4833|       <hr>
     4834|       <label>
     4835|         "this is isindex"
     4836|         <input>
     4837|           name="isindex"
     4838|       <hr>
     4839
     4840Test 11 of 102 in resources/tests19.dat failed. Input:
     4841<!doctype html><isindex type="hidden">
     4842Got:
     4843| <!DOCTYPE html>
     4844| <html>
     4845|   <head>
     4846|   <body>
     4847Expected:
     4848| <!DOCTYPE html>
     4849| <html>
     4850|   <head>
     4851|   <body>
     4852|     <form>
     4853|       <hr>
     4854|       <label>
     4855|         "This is a searchable index. Enter search keywords: "
     4856|         <input>
     4857|           name="isindex"
     4858|           type="hidden"
     4859|       <hr>
     4860
     4861Test 12 of 102 in resources/tests19.dat failed. Input:
     4862<!doctype html><isindex name="foo">
     4863Got:
     4864| <!DOCTYPE html>
     4865| <html>
     4866|   <head>
     4867|   <body>
     4868Expected:
     4869| <!DOCTYPE html>
     4870| <html>
     4871|   <head>
     4872|   <body>
     4873|     <form>
     4874|       <hr>
     4875|       <label>
     4876|         "This is a searchable index. Enter search keywords: "
     4877|         <input>
     4878|           name="isindex"
     4879|       <hr>
     4880
     4881Test 13 of 102 in resources/tests19.dat failed. Input:
     4882<!doctype html><ruby><p><rp>
     4883Got:
     4884| <!DOCTYPE html>
     4885| <html>
     4886|   <head>
     4887|   <body>
     4888|     <ruby>
     4889|       <p>
     4890|         <rp>
     4891Expected:
     4892| <!DOCTYPE html>
     4893| <html>
     4894|   <head>
     4895|   <body>
     4896|     <ruby>
     4897|       <p>
     4898|       <rp>
     4899
     4900Test 14 of 102 in resources/tests19.dat failed. Input:
     4901<!doctype html><ruby><div><span><rp>
     4902Got:
     4903| <!DOCTYPE html>
     4904| <html>
     4905|   <head>
     4906|   <body>
     4907|     <ruby>
     4908|       <div>
     4909|         <span>
     4910|           <rp>
     4911Expected:
     4912| <!DOCTYPE html>
     4913| <html>
     4914|   <head>
     4915|   <body>
     4916|     <ruby>
     4917|       <div>
     4918|         <span>
     4919|       <rp>
     4920
     4921Test 15 of 102 in resources/tests19.dat failed. Input:
     4922<!doctype html><ruby><div><p><rp>
     4923Got:
     4924| <!DOCTYPE html>
     4925| <html>
     4926|   <head>
     4927|   <body>
     4928|     <ruby>
     4929|       <div>
     4930|         <p>
     4931|           <rp>
     4932Expected:
     4933| <!DOCTYPE html>
     4934| <html>
     4935|   <head>
     4936|   <body>
     4937|     <ruby>
     4938|       <div>
     4939|         <p>
     4940|       <rp>
     4941
     4942Test 16 of 102 in resources/tests19.dat failed. Input:
     4943<!doctype html><ruby><p><rt>
     4944Got:
     4945| <!DOCTYPE html>
     4946| <html>
     4947|   <head>
     4948|   <body>
     4949|     <ruby>
     4950|       <p>
     4951|         <rt>
     4952Expected:
     4953| <!DOCTYPE html>
     4954| <html>
     4955|   <head>
     4956|   <body>
     4957|     <ruby>
     4958|       <p>
     4959|       <rt>
     4960
     4961Test 17 of 102 in resources/tests19.dat failed. Input:
     4962<!doctype html><ruby><div><span><rt>
     4963Got:
     4964| <!DOCTYPE html>
     4965| <html>
     4966|   <head>
     4967|   <body>
     4968|     <ruby>
     4969|       <div>
     4970|         <span>
     4971|           <rt>
     4972Expected:
     4973| <!DOCTYPE html>
     4974| <html>
     4975|   <head>
     4976|   <body>
     4977|     <ruby>
     4978|       <div>
     4979|         <span>
     4980|       <rt>
     4981
     4982Test 18 of 102 in resources/tests19.dat failed. Input:
     4983<!doctype html><ruby><div><p><rt>
     4984Got:
     4985| <!DOCTYPE html>
     4986| <html>
     4987|   <head>
     4988|   <body>
     4989|     <ruby>
     4990|       <div>
     4991|         <p>
     4992|           <rt>
     4993Expected:
     4994| <!DOCTYPE html>
     4995| <html>
     4996|   <head>
     4997|   <body>
     4998|     <ruby>
     4999|       <div>
     5000|         <p>
     5001|       <rt>
     5002
     5003Test 19 of 102 in resources/tests19.dat failed. Input:
     5004<!doctype html><math/><foo>
     5005Got:
     5006| <!DOCTYPE html>
     5007| <html>
     5008|   <head>
     5009|   <body>
     5010|     <math>
     5011|       <foo>
     5012Expected:
     5013| <!DOCTYPE html>
     5014| <html>
     5015|   <head>
     5016|   <body>
     5017|     <math math>
     5018|     <foo>
     5019
     5020Test 20 of 102 in resources/tests19.dat failed. Input:
     5021<!doctype html><svg/><foo>
     5022Got:
     5023| <!DOCTYPE html>
     5024| <html>
     5025|   <head>
     5026|   <body>
     5027|     <svg>
     5028|       <foo>
     5029Expected:
     5030| <!DOCTYPE html>
     5031| <html>
     5032|   <head>
     5033|   <body>
     5034|     <svg svg>
     5035|     <foo>
     5036
     5037Test 21 of 102 in resources/tests19.dat failed. Input:
     5038<!doctype html><div></body><!--foo-->
     5039Got:
     5040| <!DOCTYPE html>
     5041| <html>
     5042|   <head>
     5043|   <body>
     5044|     <div>
     5045|       <!-- foo -->
     5046Expected:
     5047| <!DOCTYPE html>
     5048| <html>
     5049|   <head>
     5050|   <body>
     5051|     <div>
     5052|   <!-- foo -->
     5053
     5054Test 22 of 102 in resources/tests19.dat failed. Input:
     5055<!doctype html><h1><div><h3><span></h1>foo
     5056Got:
     5057| <!DOCTYPE html>
     5058| <html>
     5059|   <head>
     5060|   <body>
     5061|     <h1>
     5062|       <div>
     5063|         <h3>
     5064|           <span>
     5065|     "foo"
     5066Expected:
     5067| <!DOCTYPE html>
     5068| <html>
     5069|   <head>
     5070|   <body>
     5071|     <h1>
     5072|       <div>
     5073|         <h3>
     5074|           <span>
     5075|         "foo"
     5076
     5077Test 24 of 102 in resources/tests19.dat failed. Input:
     5078<!doctype html><h3><li>abc</h2>foo
     5079Got:
     5080| <!DOCTYPE html>
     5081| <html>
     5082|   <head>
     5083|   <body>
     5084|     <h3>
     5085|       <li>
     5086|         "abcfoo"
     5087Expected:
     5088| <!DOCTYPE html>
     5089| <html>
     5090|   <head>
     5091|   <body>
     5092|     <h3>
     5093|       <li>
     5094|         "abc"
     5095|     "foo"
     5096
     5097Test 31 of 102 in resources/tests19.dat failed. Input:
     5098<!doctype html><p><math><mi><p><h1>
     5099Got:
     5100| <!DOCTYPE html>
     5101| <html>
     5102|   <head>
     5103|   <body>
     5104|     <p>
     5105|       <math>
     5106|         <mi>
     5107|     <p>
     5108|     <h1>
     5109Expected:
     5110| <!DOCTYPE html>
     5111| <html>
     5112|   <head>
     5113|   <body>
     5114|     <p>
     5115|       <math math>
     5116|         <math mi>
     5117|     <p>
     5118|     <h1>
     5119
     5120Test 32 of 102 in resources/tests19.dat failed. Input:
     5121<!doctype html><p><math><mi><p><h1>
     5122Got:
     5123| <!DOCTYPE html>
     5124| <html>
     5125|   <head>
     5126|   <body>
     5127|     <p>
     5128|       <math>
     5129|         <mi>
     5130|     <p>
     5131|     <h1>
     5132Expected:
     5133| <!DOCTYPE html>
     5134| <html>
     5135|   <head>
     5136|   <body>
     5137|     <p>
     5138|       <math math>
     5139|         <math mi>
     5140|     <p>
     5141|     <h1>
     5142
     5143Test 33 of 102 in resources/tests19.dat failed. Input:
     5144<!doctype html><frameset></noframes>
     5145Got:
     5146| <!DOCTYPE html>
     5147| <html>
     5148|   <frameset>
     5149Expected:
     5150| <!DOCTYPE html>
     5151| <html>
     5152|   <head>
     5153|   <frameset>
     5154
     5155Test 35 of 102 in resources/tests19.dat failed. Input:
     5156<!doctype html><html c=d><frameset></frameset></html><html a=b>
     5157Got:
     5158| <!DOCTYPE html>
     5159| <html>
     5160|   a="b"
     5161|   c="d"
     5162|   <frameset>
     5163Expected:
     5164| <!DOCTYPE html>
     5165| <html>
     5166|   a="b"
     5167|   c="d"
     5168|   <head>
     5169|   <frameset>
     5170
     5171Test 36 of 102 in resources/tests19.dat failed. Input:
     5172<!doctype html><html><frameset></frameset></html><!--foo-->
     5173Got:
     5174| <!DOCTYPE html>
     5175| <html>
     5176|   <frameset>
     5177|   <!-- foo -->
     5178Expected:
     5179| <!DOCTYPE html>
     5180| <html>
     5181|   <head>
     5182|   <frameset>
     5183| <!-- foo -->
     5184
     5185Test 37 of 102 in resources/tests19.dat failed. Input:
     5186<!doctype html><html><frameset></frameset></html> 
     5187Got:
     5188| <!DOCTYPE html>
     5189| <html>
     5190|   <frameset>
     5191Expected:
     5192| <!DOCTYPE html>
     5193| <html>
     5194|   <head>
     5195|   <frameset>
     5196|   "  "
     5197
     5198Test 38 of 102 in resources/tests19.dat failed. Input:
     5199<!doctype html><html><frameset></frameset></html>abc
     5200Got:
     5201| <!DOCTYPE html>
     5202| <html>
     5203|   <frameset>
     5204Expected:
     5205| <!DOCTYPE html>
     5206| <html>
     5207|   <head>
     5208|   <frameset>
     5209
     5210Test 39 of 102 in resources/tests19.dat failed. Input:
     5211<!doctype html><html><frameset></frameset></html><p>
     5212Got:
     5213| <!DOCTYPE html>
     5214| <html>
     5215|   <frameset>
     5216Expected:
     5217| <!DOCTYPE html>
     5218| <html>
     5219|   <head>
     5220|   <frameset>
     5221
     5222Test 40 of 102 in resources/tests19.dat failed. Input:
     5223<!doctype html><html><frameset></frameset></html></p>
     5224Got:
     5225| <!DOCTYPE html>
     5226| <html>
     5227|   <frameset>
     5228Expected:
     5229| <!DOCTYPE html>
     5230| <html>
     5231|   <head>
     5232|   <frameset>
     5233
     5234Test 41 of 102 in resources/tests19.dat failed. Input:
     5235<html><frameset></frameset></html><!doctype html>
     5236Got:
     5237| <html>
     5238|   <frameset>
     5239Expected:
     5240| <html>
     5241|   <head>
     5242|   <frameset>
     5243
     5244Test 42 of 102 in resources/tests19.dat failed. Input:
     5245<!doctype html><body><frameset>
     5246Got:
     5247| <!DOCTYPE html>
     5248| <html>
     5249|   <head>
     5250|   <body>
     5251|     style="display:none"
     5252|   <frameset>
     5253Expected:
     5254| <!DOCTYPE html>
     5255| <html>
     5256|   <head>
     5257|   <body>
     5258
     5259Test 43 of 102 in resources/tests19.dat failed. Input:
     5260<!doctype html><p><frameset><frame>
     5261Got:
     5262| <!DOCTYPE html>
     5263| <html>
     5264|   <head>
     5265|   <body>
     5266|     style="display:none"
     5267|     <p>
     5268|   <frameset>
     5269|     <frame>
     5270Expected:
     5271| <!DOCTYPE html>
     5272| <html>
     5273|   <head>
     5274|   <frameset>
     5275|     <frame>
     5276
     5277Test 45 of 102 in resources/tests19.dat failed. Input:
     5278<!doctype html><p> <frameset><frame>
     5279Got:
     5280| <!DOCTYPE html>
     5281| <html>
     5282|   <head>
     5283|   <body>
     5284|     style="display:none"
     5285|     <p>
     5286|       " "
     5287|   <frameset>
     5288|     <frame>
     5289Expected:
     5290| <!DOCTYPE html>
     5291| <html>
     5292|   <head>
     5293|   <frameset>
     5294|     <frame>
     5295
     5296Test 46 of 102 in resources/tests19.dat failed. Input:
     5297<!doctype html><pre><frameset>
     5298Got:
     5299| <!DOCTYPE html>
     5300| <html>
     5301|   <head>
     5302|   <body>
     5303|     style="display:none"
     5304|     <pre>
     5305|   <frameset>
     5306Expected:
     5307| <!DOCTYPE html>
     5308| <html>
     5309|   <head>
     5310|   <body>
     5311|     <pre>
     5312
     5313Test 47 of 102 in resources/tests19.dat failed. Input:
     5314<!doctype html><listing><frameset>
     5315Got:
     5316| <!DOCTYPE html>
     5317| <html>
     5318|   <head>
     5319|   <body>
     5320|     style="display:none"
     5321|     <listing>
     5322|   <frameset>
     5323Expected:
     5324| <!DOCTYPE html>
     5325| <html>
     5326|   <head>
     5327|   <body>
     5328|     <listing>
     5329
     5330Test 48 of 102 in resources/tests19.dat failed. Input:
     5331<!doctype html><li><frameset>
     5332Got:
     5333| <!DOCTYPE html>
     5334| <html>
     5335|   <head>
     5336|   <body>
     5337|     style="display:none"
     5338|     <li>
     5339|   <frameset>
     5340Expected:
     5341| <!DOCTYPE html>
     5342| <html>
     5343|   <head>
     5344|   <body>
     5345|     <li>
     5346
     5347Test 49 of 102 in resources/tests19.dat failed. Input:
     5348<!doctype html><dd><frameset>
     5349Got:
     5350| <!DOCTYPE html>
     5351| <html>
     5352|   <head>
     5353|   <body>
     5354|     style="display:none"
     5355|     <dd>
     5356|   <frameset>
     5357Expected:
     5358| <!DOCTYPE html>
     5359| <html>
     5360|   <head>
     5361|   <body>
     5362|     <dd>
     5363
     5364Test 50 of 102 in resources/tests19.dat failed. Input:
     5365<!doctype html><dt><frameset>
     5366Got:
     5367| <!DOCTYPE html>
     5368| <html>
     5369|   <head>
     5370|   <body>
     5371|     style="display:none"
     5372|     <dt>
     5373|   <frameset>
     5374Expected:
     5375| <!DOCTYPE html>
     5376| <html>
     5377|   <head>
     5378|   <body>
     5379|     <dt>
     5380
     5381Test 51 of 102 in resources/tests19.dat failed. Input:
     5382<!doctype html><button><frameset>
     5383Got:
     5384| <!DOCTYPE html>
     5385| <html>
     5386|   <head>
     5387|   <body>
     5388|     style="display:none"
     5389|     <button>
     5390|   <frameset>
     5391Expected:
     5392| <!DOCTYPE html>
     5393| <html>
     5394|   <head>
     5395|   <body>
     5396|     <button>
     5397
     5398Test 52 of 102 in resources/tests19.dat failed. Input:
     5399<!doctype html><applet><frameset>
     5400Got:
     5401| <!DOCTYPE html>
     5402| <html>
     5403|   <head>
     5404|   <body>
     5405|     style="display:none"
     5406|     <applet>
     5407|   <frameset>
     5408Expected:
     5409| <!DOCTYPE html>
     5410| <html>
     5411|   <head>
     5412|   <body>
     5413|     <applet>
     5414
     5415Test 53 of 102 in resources/tests19.dat failed. Input:
     5416<!doctype html><marquee><frameset>
     5417Got:
     5418| <!DOCTYPE html>
     5419| <html>
     5420|   <head>
     5421|   <body>
     5422|     style="display:none"
     5423|     <marquee>
     5424|   <frameset>
     5425Expected:
     5426| <!DOCTYPE html>
     5427| <html>
     5428|   <head>
     5429|   <body>
     5430|     <marquee>
     5431
     5432Test 54 of 102 in resources/tests19.dat failed. Input:
     5433<!doctype html><object><frameset>
     5434Got:
     5435| <!DOCTYPE html>
     5436| <html>
     5437|   <head>
     5438|   <body>
     5439|     style="display:none"
     5440|     <object>
     5441|   <frameset>
     5442Expected:
     5443| <!DOCTYPE html>
     5444| <html>
     5445|   <head>
     5446|   <body>
     5447|     <object>
     5448
     5449Test 55 of 102 in resources/tests19.dat failed. Input:
     5450<!doctype html><table><frameset>
     5451Got:
     5452| <!DOCTYPE html>
     5453| <html>
     5454|   <head>
     5455|   <body>
     5456|     style="display:none"
     5457|     <table>
     5458|   <frameset>
     5459Expected:
     5460| <!DOCTYPE html>
     5461| <html>
     5462|   <head>
     5463|   <body>
     5464|     <table>
     5465
     5466Test 56 of 102 in resources/tests19.dat failed. Input:
     5467<!doctype html><area><frameset>
     5468Got:
     5469| <!DOCTYPE html>
     5470| <html>
     5471|   <frameset>
     5472Expected:
     5473| <!DOCTYPE html>
     5474| <html>
     5475|   <head>
     5476|   <body>
     5477|     <area>
     5478
     5479Test 57 of 102 in resources/tests19.dat failed. Input:
     5480<!doctype html><basefont><frameset>
     5481Got:
     5482| <!DOCTYPE html>
     5483| <html>
     5484|   <head>
     5485|   <body>
     5486|     style="display:none"
     5487|     <basefont>
     5488|   <frameset>
     5489Expected:
     5490| <!DOCTYPE html>
     5491| <html>
     5492|   <head>
     5493|     <basefont>
     5494|   <frameset>
     5495
     5496Test 58 of 102 in resources/tests19.dat failed. Input:
     5497<!doctype html><bgsound><frameset>
     5498Got:
     5499| <!DOCTYPE html>
     5500| <html>
     5501|   <head>
     5502|   <body>
     5503|     style="display:none"
     5504|     <bgsound>
     5505|   <frameset>
     5506Expected:
     5507| <!DOCTYPE html>
     5508| <html>
     5509|   <head>
     5510|     <bgsound>
     5511|   <frameset>
     5512
     5513Test 59 of 102 in resources/tests19.dat failed. Input:
     5514<!doctype html><br><frameset>
     5515Got:
     5516| <!DOCTYPE html>
     5517| <html>
     5518|   <head>
     5519|   <body>
     5520|     style="display:none"
     5521|     <br>
     5522|   <frameset>
     5523Expected:
     5524| <!DOCTYPE html>
     5525| <html>
     5526|   <head>
     5527|   <body>
     5528|     <br>
     5529
     5530Test 60 of 102 in resources/tests19.dat failed. Input:
     5531<!doctype html><embed><frameset>
     5532Got:
     5533| <!DOCTYPE html>
     5534| <html>
     5535|   <head>
     5536|   <body>
     5537|     style="display:none"
     5538|     <embed>
     5539|   <frameset>
     5540Expected:
     5541| <!DOCTYPE html>
     5542| <html>
     5543|   <head>
     5544|   <body>
     5545|     <embed>
     5546
     5547Test 61 of 102 in resources/tests19.dat failed. Input:
     5548<!doctype html><img><frameset>
     5549Got:
     5550| <!DOCTYPE html>
     5551| <html>
     5552|   <head>
     5553|   <body>
     5554|     style="display:none"
     5555|     <img>
     5556|   <frameset>
     5557Expected:
     5558| <!DOCTYPE html>
     5559| <html>
     5560|   <head>
     5561|   <body>
     5562|     <img>
     5563
     5564Test 62 of 102 in resources/tests19.dat failed. Input:
     5565<!doctype html><input><frameset>
     5566Got:
     5567| <!DOCTYPE html>
     5568| <html>
     5569|   <head>
     5570|   <body>
     5571|     style="display:none"
     5572|     <input>
     5573|   <frameset>
     5574Expected:
     5575| <!DOCTYPE html>
     5576| <html>
     5577|   <head>
     5578|   <body>
     5579|     <input>
     5580
     5581Test 63 of 102 in resources/tests19.dat failed. Input:
     5582<!doctype html><keygen><frameset>
     5583Got:
     5584| <!DOCTYPE html>
     5585| <html>
     5586|   <head>
     5587|   <body>
     5588|     style="display:none"
     5589|     <keygen>
     5590|       <option>
     5591|         "2048 (High Grade)"
     5592|       <option>
     5593|         "1024 (Medium Grade)"
     5594|       <option>
     5595|         "512 (Low Grade)"
     5596|   <frameset>
     5597Expected:
     5598| <!DOCTYPE html>
     5599| <html>
     5600|   <head>
     5601|   <body>
     5602|     <keygen>
     5603
     5604Test 64 of 102 in resources/tests19.dat failed. Input:
     5605<!doctype html><wbr><frameset>
     5606Got:
     5607| <!DOCTYPE html>
     5608| <html>
     5609|   <head>
     5610|   <body>
     5611|     style="display:none"
     5612|     <wbr>
     5613|   <frameset>
     5614Expected:
     5615| <!DOCTYPE html>
     5616| <html>
     5617|   <head>
     5618|   <body>
     5619|     <wbr>
     5620
     5621Test 65 of 102 in resources/tests19.dat failed. Input:
     5622<!doctype html><hr><frameset>
     5623Got:
     5624| <!DOCTYPE html>
     5625| <html>
     5626|   <head>
     5627|   <body>
     5628|     style="display:none"
     5629|     <hr>
     5630|   <frameset>
     5631Expected:
     5632| <!DOCTYPE html>
     5633| <html>
     5634|   <head>
     5635|   <body>
     5636|     <hr>
     5637
     5638Test 66 of 102 in resources/tests19.dat failed. Input:
     5639<!doctype html><textarea></textarea><frameset>
     5640Got:
     5641| <!DOCTYPE html>
     5642| <html>
     5643|   <head>
     5644|   <body>
     5645|     style="display:none"
     5646|     <textarea>
     5647|   <frameset>
     5648Expected:
     5649| <!DOCTYPE html>
     5650| <html>
     5651|   <head>
     5652|   <body>
     5653|     <textarea>
     5654
     5655Test 67 of 102 in resources/tests19.dat failed. Input:
     5656<!doctype html><xmp></xmp><frameset>
     5657Got:
     5658| <!DOCTYPE html>
     5659| <html>
     5660|   <head>
     5661|   <body>
     5662|     style="display:none"
     5663|     <xmp>
     5664|   <frameset>
     5665Expected:
     5666| <!DOCTYPE html>
     5667| <html>
     5668|   <head>
     5669|   <body>
     5670|     <xmp>
     5671
     5672Test 68 of 102 in resources/tests19.dat failed. Input:
     5673<!doctype html><iframe></iframe><frameset>
     5674Got:
     5675| <!DOCTYPE html>
     5676| <html>
     5677|   <head>
     5678|   <body>
     5679|     style="display:none"
     5680|     <iframe>
     5681|   <frameset>
     5682Expected:
     5683| <!DOCTYPE html>
     5684| <html>
     5685|   <head>
     5686|   <body>
     5687|     <iframe>
     5688
     5689Test 69 of 102 in resources/tests19.dat failed. Input:
     5690<!doctype html><select></select><frameset>
     5691Got:
     5692| <!DOCTYPE html>
     5693| <html>
     5694|   <head>
     5695|   <body>
     5696|     style="display:none"
     5697|     <select>
     5698|   <frameset>
     5699Expected:
     5700| <!DOCTYPE html>
     5701| <html>
     5702|   <head>
     5703|   <body>
     5704|     <select>
     5705
     5706Test 70 of 102 in resources/tests19.dat failed. Input:
     5707<!doctype html><svg></svg><frameset><frame>
     5708Got:
     5709| <!DOCTYPE html>
     5710| <html>
     5711|   <head>
     5712|   <body>
     5713|     style="display:none"
     5714|     <svg>
     5715|   <frameset>
     5716|     <frame>
     5717Expected:
     5718| <!DOCTYPE html>
     5719| <html>
     5720|   <head>
     5721|   <frameset>
     5722|     <frame>
     5723
     5724Test 71 of 102 in resources/tests19.dat failed. Input:
     5725<!doctype html><math></math><frameset><frame>
     5726Got:
     5727| <!DOCTYPE html>
     5728| <html>
     5729|   <head>
     5730|   <body>
     5731|     style="display:none"
     5732|     <math>
     5733|   <frameset>
     5734|     <frame>
     5735Expected:
     5736| <!DOCTYPE html>
     5737| <html>
     5738|   <head>
     5739|   <frameset>
     5740|     <frame>
     5741
     5742Test 72 of 102 in resources/tests19.dat failed. Input:
     5743<!doctype html><svg><foreignObject><div> <frameset><frame>
     5744Got:
     5745| <!DOCTYPE html>
     5746| <html>
     5747|   <head>
     5748|   <body>
     5749|     style="display:none"
     5750|     <svg>
     5751|       <foreignobject>
     5752|         <div>
     5753|           " "
     5754|   <frameset>
     5755|     <frame>
     5756Expected:
     5757| <!DOCTYPE html>
     5758| <html>
     5759|   <head>
     5760|   <frameset>
     5761|     <frame>
     5762
     5763Test 73 of 102 in resources/tests19.dat failed. Input:
     5764<!doctype html><svg>a</svg><frameset><frame>
     5765Got:
     5766| <!DOCTYPE html>
     5767| <html>
     5768|   <head>
     5769|   <body>
     5770|     <svg>
     5771|       "a"
     5772Expected:
     5773| <!DOCTYPE html>
     5774| <html>
     5775|   <head>
     5776|   <body>
     5777|     <svg svg>
     5778|       "a"
     5779
     5780Test 74 of 102 in resources/tests19.dat failed. Input:
     5781<!doctype html><svg> </svg><frameset><frame>
     5782Got:
     5783| <!DOCTYPE html>
     5784| <html>
     5785|   <head>
     5786|   <body>
     5787|     style="display:none"
     5788|     <svg>
     5789|       " "
     5790|   <frameset>
     5791|     <frame>
     5792Expected:
     5793| <!DOCTYPE html>
     5794| <html>
     5795|   <head>
     5796|   <frameset>
     5797|     <frame>
     5798
     5799Test 75 of 102 in resources/tests19.dat failed. Input:
     5800<html>aaa<frameset></frameset>
     5801Got:
     5802| <html>
     5803|   <head>
     5804|   <body>
     5805|     style="display:none"
     5806|     "aaa"
     5807|   <frameset>
     5808Expected:
     5809| <html>
     5810|   <head>
     5811|   <body>
     5812|     "aaa"
     5813
     5814Test 76 of 102 in resources/tests19.dat failed. Input:
     5815<html> a <frameset></frameset>
     5816Got:
     5817| <html>
     5818|   <head>
     5819|   <body>
     5820|     style="display:none"
     5821|     " a "
     5822|   <frameset>
     5823Expected:
     5824| <html>
     5825|   <head>
     5826|   <body>
     5827|     "a "
     5828
     5829Test 77 of 102 in resources/tests19.dat failed. Input:
     5830<html>�<frameset></frameset>
     5831Got:
     5832| <html>
     5833|   <head>
     5834|   <body>
     5835|     style="display:none"
     5836|     "�"
     5837|   <frameset>
     5838Expected:
     5839| <html>
     5840|   <head>
     5841|   <frameset>
     5842
     5843Test 78 of 102 in resources/tests19.dat failed. Input:
     5844<html> � <frameset></frameset>
     5845Got:
     5846| <html>
     5847|   <head>
     5848|   <body>
     5849|     style="display:none"
     5850|     " � "
     5851|   <frameset>
     5852Expected:
     5853| <html>
     5854|   <head>
     5855|   <frameset>
     5856
     5857Test 79 of 102 in resources/tests19.dat failed. Input:
     5858<html>a�a<frameset></frameset>
     5859Got:
     5860| <html>
     5861|   <head>
     5862|   <body>
     5863|     style="display:none"
     5864|     "a�a"
     5865|   <frameset>
     5866Expected:
     5867| <html>
     5868|   <head>
     5869|   <body>
     5870|     "a�a"
     5871
     5872Test 80 of 102 in resources/tests19.dat failed. Input:
     5873<html>��<frameset></frameset>
     5874Got:
     5875| <html>
     5876|   <head>
     5877|   <body>
     5878|     style="display:none"
     5879|     "��"
     5880|   <frameset>
     5881Expected:
     5882| <html>
     5883|   <head>
     5884|   <frameset>
     5885
     5886Test 81 of 102 in resources/tests19.dat failed. Input:
     5887<html>�
     5888 <frameset></frameset>
     5889Got:
     5890| <html>
     5891|   <head>
     5892|   <body>
     5893|     style="display:none"
     5894|     "�
     5895 "
     5896|   <frameset>
     5897Expected:
     5898| <html>
     5899|   <head>
     5900|   <frameset>
     5901
     5902Test 82 of 102 in resources/tests19.dat failed. Input:
     5903<!doctype html><p><math></p>a
     5904Got:
     5905| <!DOCTYPE html>
     5906| <html>
     5907|   <head>
     5908|   <body>
     5909|     <p>
     5910|       <math>
     5911|     "a"
     5912Expected:
     5913| <!DOCTYPE html>
     5914| <html>
     5915|   <head>
     5916|   <body>
     5917|     <p>
     5918|       <math math>
     5919|     "a"
     5920
     5921Test 83 of 102 in resources/tests19.dat failed. Input:
     5922<!doctype html><p><math><mn><span></p>a
     5923Got:
     5924| <!DOCTYPE html>
     5925| <html>
     5926|   <head>
     5927|   <body>
     5928|     <p>
     5929|       <math>
     5930|         <mn>
     5931|           <span>
     5932|     "a"
     5933Expected:
     5934| <!DOCTYPE html>
     5935| <html>
     5936|   <head>
     5937|   <body>
     5938|     <p>
     5939|       <math math>
     5940|         <math mn>
     5941|           <span>
     5942|     "a"
     5943
     5944Test 84 of 102 in resources/tests19.dat failed. Input:
     5945<!doctype html><math></html>
     5946Got:
     5947| <!DOCTYPE html>
     5948| <html>
     5949|   <head>
     5950|   <body>
     5951|     <math>
     5952Expected:
     5953| <!DOCTYPE html>
     5954| <html>
     5955|   <head>
     5956|   <body>
     5957|     <math math>
     5958
     5959Test 90 of 102 in resources/tests19.dat failed. Input:
     5960<!doctype html>a<i>b<table>c<b>d</i>e</b>f
     5961Got:
     5962| <!DOCTYPE html>
     5963| <html>
     5964|   <head>
     5965|   <body>
     5966|     "a"
     5967|     <i>
     5968|       "b"
     5969|       "c"
     5970|       <b>
     5971|         "de"
     5972|       "f"
     5973|       <table>
     5974|         <tbody>
     5975Expected:
     5976| <!DOCTYPE html>
     5977| <html>
     5978|   <head>
     5979|   <body>
     5980|     "a"
     5981|     <i>
     5982|       "bc"
     5983|       <b>
     5984|         "de"
     5985|       "f"
     5986|       <table>
     5987
     5988Test 91 of 102 in resources/tests19.dat failed. Input:
     5989<!doctype html><table><i>a<b>b<div>c<a>d</i>e</b>f
     5990Got:
     5991| <!DOCTYPE html>
     5992| <html>
     5993|   <head>
     5994|   <body>
     5995|     <i>
     5996|       "a"
     5997|       <b>
     5998|         "b"
     5999|       <div>
     6000|         <b>
     6001|           "c"
     6002|           <a>
     6003|             "de"
     6004|         <a>
     6005|           "f"
     6006|     <table>
     6007|       <tbody>
     6008Expected:
     6009| <!DOCTYPE html>
     6010| <html>
     6011|   <head>
     6012|   <body>
     6013|     <i>
     6014|       "a"
     6015|       <b>
     6016|         "b"
     6017|     <b>
     6018|     <div>
     6019|       <b>
     6020|         <i>
     6021|           "c"
     6022|           <a>
     6023|             "d"
     6024|         <a>
     6025|           "e"
     6026|       <a>
     6027|         "f"
     6028|     <table>
     6029
     6030Test 93 of 102 in resources/tests19.dat failed. Input:
     6031<!doctype html><table><i>a<b>b<div>c</i>
     6032Got:
     6033| <!DOCTYPE html>
     6034| <html>
     6035|   <head>
     6036|   <body>
     6037|     <i>
     6038|       "a"
     6039|       <b>
     6040|         "b"
     6041|         <div>
     6042|           "c"
     6043|     <table>
     6044|       <tbody>
     6045Expected:
     6046| <!DOCTYPE html>
     6047| <html>
     6048|   <head>
     6049|   <body>
     6050|     <i>
     6051|       "a"
     6052|       <b>
     6053|         "b"
     6054|     <b>
     6055|       <div>
     6056|         <i>
     6057|           "c"
     6058|     <table>
     6059
     6060Test 94 of 102 in resources/tests19.dat failed. Input:
     6061<!doctype html><table><i>a<b>b<div>c<a>d</i>e</b>f
     6062Got:
     6063| <!DOCTYPE html>
     6064| <html>
     6065|   <head>
     6066|   <body>
     6067|     <i>
     6068|       "a"
     6069|       <b>
     6070|         "b"
     6071|       <div>
     6072|         <b>
     6073|           "c"
     6074|           <a>
     6075|             "de"
     6076|         <a>
     6077|           "f"
     6078|     <table>
     6079|       <tbody>
     6080Expected:
     6081| <!DOCTYPE html>
     6082| <html>
     6083|   <head>
     6084|   <body>
     6085|     <i>
     6086|       "a"
     6087|       <b>
     6088|         "b"
     6089|     <b>
     6090|     <div>
     6091|       <b>
     6092|         <i>
     6093|           "c"
     6094|           <a>
     6095|             "d"
     6096|         <a>
     6097|           "e"
     6098|       <a>
     6099|         "f"
     6100|     <table>
     6101
     6102Test 95 of 102 in resources/tests19.dat failed. Input:
     6103<!doctype html><table><i>a<div>b<tr>c<b>d</i>e
     6104Got:
     6105| <!DOCTYPE html>
     6106| <html>
     6107|   <head>
     6108|   <body>
     6109|     <i>
     6110|       "a"
     6111|       <div>
     6112|         "b"
     6113|     "c"
     6114|     <b>
     6115|       "de"
     6116|     <table>
     6117|       <tbody>
     6118|         <tr>
     6119Expected:
     6120| <!DOCTYPE html>
     6121| <html>
     6122|   <head>
     6123|   <body>
     6124|     <i>
     6125|       "a"
     6126|       <div>
     6127|         "b"
     6128|     <i>
     6129|       "c"
     6130|       <b>
     6131|         "d"
     6132|     <b>
     6133|       "e"
     6134|     <table>
     6135|       <tbody>
     6136|         <tr>
     6137
     6138Test 96 of 102 in resources/tests19.dat failed. Input:
     6139<!doctype html><table><td><table><i>a<div>b<b>c</i>d
     6140Got:
     6141| <!DOCTYPE html>
     6142| <html>
     6143|   <head>
     6144|   <body>
     6145|     <table>
     6146|       <tbody>
     6147|         <tr>
     6148|           <td>
     6149|             <i>
     6150|               "a"
     6151|               <div>
     6152|                 "b"
     6153|                 <b>
     6154|                   "cd"
     6155|             <table>
     6156|               <tbody>
     6157Expected:
     6158| <!DOCTYPE html>
     6159| <html>
     6160|   <head>
     6161|   <body>
     6162|     <table>
     6163|       <tbody>
     6164|         <tr>
     6165|           <td>
     6166|             <i>
     6167|               "a"
     6168|             <div>
     6169|               <i>
     6170|                 "b"
     6171|                 <b>
     6172|                   "c"
     6173|               <b>
     6174|                 "d"
     6175|             <table>
     6176
     6177Test 99 of 102 in resources/tests19.dat failed. Input:
     6178<!doctype html><a><b></a><basefont>
     6179Got:
     6180| <!DOCTYPE html>
     6181| <html>
     6182|   <head>
     6183|   <body>
     6184|     <a>
     6185|       <b>
     6186|     <b>
     6187|       <basefont>
     6188Expected:
     6189| <!DOCTYPE html>
     6190| <html>
     6191|   <head>
     6192|   <body>
     6193|     <a>
     6194|       <b>
     6195|     <basefont>
     6196
     6197Test 100 of 102 in resources/tests19.dat failed. Input:
     6198<!doctype html><a><b></a><bgsound>
     6199Got:
     6200| <!DOCTYPE html>
     6201| <html>
     6202|   <head>
     6203|   <body>
     6204|     <a>
     6205|       <b>
     6206|     <b>
     6207|       <bgsound>
     6208Expected:
     6209| <!DOCTYPE html>
     6210| <html>
     6211|   <head>
     6212|   <body>
     6213|     <a>
     6214|       <b>
     6215|     <bgsound>
     6216
     6217Test 101 of 102 in resources/tests19.dat failed. Input:
     6218<!doctype html><figcaption><article></figcaption>a
     6219Got:
     6220| <!DOCTYPE html>
     6221| <html>
     6222|   <head>
     6223|   <body>
     6224|     <figcaption>
     6225|       <article>
     6226|         "a"
     6227Expected:
     6228| <!DOCTYPE html>
     6229| <html>
     6230|   <head>
     6231|   <body>
     6232|     <figcaption>
     6233|       <article>
     6234|     "a"
     6235
     6236Test 102 of 102 in resources/tests19.dat failed. Input:
     6237<!doctype html><summary><article></summary>a
     6238Got:
     6239| <!DOCTYPE html>
     6240| <html>
     6241|   <head>
     6242|   <body>
     6243|     <summary>
     6244|       <article>
     6245|         "a"
     6246Expected:
     6247| <!DOCTYPE html>
     6248| <html>
     6249|   <head>
     6250|   <body>
     6251|     <summary>
     6252|       <article>
     6253|     "a"
     6254resources/tests20.dat:
     625519
     625622
     625723
     625824
     625925
     6260
     6261Test 19 of 25 in resources/tests20.dat failed. Input:
     6262<!doctype html><p><button></p>
     6263Got:
     6264| <!DOCTYPE html>
     6265| <html>
     6266|   <head>
     6267|   <body>
     6268|     <p>
     6269|       <button>
     6270Expected:
     6271| <!DOCTYPE html>
     6272| <html>
     6273|   <head>
     6274|   <body>
     6275|     <p>
     6276|       <button>
     6277|         <p>
     6278
     6279Test 22 of 25 in resources/tests20.dat failed. Input:
     6280<p><table></p>
     6281Got:
     6282| <html>
     6283|   <head>
     6284|   <body>
     6285|     <p>
     6286|       <p>
     6287|       <table>
     6288|         <tbody>
     6289Expected:
     6290| <html>
     6291|   <head>
     6292|   <body>
     6293|     <p>
     6294|       <p>
     6295|       <table>
     6296
     6297Test 23 of 25 in resources/tests20.dat failed. Input:
     6298<!doctype html><svg>
     6299Got:
     6300| <!DOCTYPE html>
     6301| <html>
     6302|   <head>
     6303|   <body>
     6304|     <svg>
     6305Expected:
     6306| <!DOCTYPE html>
     6307| <html>
     6308|   <head>
     6309|   <body>
     6310|     <svg svg>
     6311
     6312Test 24 of 25 in resources/tests20.dat failed. Input:
     6313<!doctype html><p><figcaption>
     6314Got:
     6315| <!DOCTYPE html>
     6316| <html>
     6317|   <head>
     6318|   <body>
     6319|     <p>
     6320|       <figcaption>
     6321Expected:
     6322| <!DOCTYPE html>
     6323| <html>
     6324|   <head>
     6325|   <body>
     6326|     <p>
     6327|     <figcaption>
     6328
     6329Test 25 of 25 in resources/tests20.dat failed. Input:
     6330<!doctype html><p><summary>
     6331Got:
     6332| <!DOCTYPE html>
     6333| <html>
     6334|   <head>
     6335|   <body>
     6336|     <p>
     6337|       <summary>
     6338Expected:
     6339| <!DOCTYPE html>
     6340| <html>
     6341|   <head>
     6342|   <body>
     6343|     <p>
     6344|     <summary>
    43686345resources/webkit01.dat:
     634618
    4369634720
    4370634822
    4371634924
     635025
    4372635126
    4373635227
    4374635328
    4375635429
    4376 30
    4377635531
    4378 33
    4379 
    4380 Test 20 of 35 in resources/webkit01.dat failed. Input:
     6356
     6357Test 18 of 33 in resources/webkit01.dat failed. Input:
    43816358<body></br foo="bar"></body>
    43826359Got:
     
    43926369|     <br>
    43936370
    4394 Test 22 of 35 in resources/webkit01.dat failed. Input:
     6371Test 20 of 33 in resources/webkit01.dat failed. Input:
    43956372<body></body></br foo="bar">
    43966373Got:
     
    44066383|     <br>
    44076384
    4408 Test 24 of 35 in resources/webkit01.dat failed. Input:
     6385Test 22 of 33 in resources/webkit01.dat failed. Input:
    44096386<html><body></body></html><!-- Hi there -->
    44106387Got:
     
    44196396| <!--  Hi there  -->
    44206397
    4421 Test 26 of 35 in resources/webkit01.dat failed. Input:
     6398Test 24 of 33 in resources/webkit01.dat failed. Input:
    44226399<html><body></body></html>x<!-- Hi there --></html><!-- Again -->
    44236400Got:
     
    44366413| <!--  Again  -->
    44376414
    4438 Test 27 of 35 in resources/webkit01.dat failed. Input:
     6415Test 25 of 33 in resources/webkit01.dat failed. Input:
    44396416<html><body></body></html>x<!-- Hi there --></body></html><!-- Again -->
    44406417Got:
     
    44536430| <!--  Again  -->
    44546431
    4455 Test 28 of 35 in resources/webkit01.dat failed. Input:
     6432Test 26 of 33 in resources/webkit01.dat failed. Input:
    44566433<html><body><ruby><div><rp>xx</rp></div></ruby></body></html>
    44576434Got:
     
    44726449|         "xx"
    44736450
    4474 Test 29 of 35 in resources/webkit01.dat failed. Input:
     6451Test 27 of 33 in resources/webkit01.dat failed. Input:
    44756452<html><body><ruby><div><rt>xx</rt></div></ruby></body></html>
    44766453Got:
     
    44916468|         "xx"
    44926469
    4493 Test 30 of 35 in resources/webkit01.dat failed. Input:
     6470Test 28 of 33 in resources/webkit01.dat failed. Input:
    44946471<html><frameset><!--1--><noframes>A</noframes><!--2--></frameset><!--3--><noframes>B</noframes><!--4--></html><!--5--><noframes>C</noframes><!--6-->
    44956472Got:
     
    45216498| <!-- 6 -->
    45226499
    4523 Test 31 of 35 in resources/webkit01.dat failed. Input:
     6500Test 29 of 33 in resources/webkit01.dat failed. Input:
    45246501<select><option>A<select><option>B<select><option>C<select><option>D<select><option>E<select><option>F<select><option>G<select>
    45256502Got:
     
    45656542|           "G"
    45666543
    4567 Test 33 of 35 in resources/webkit01.dat failed. Input:
     6544Test 31 of 33 in resources/webkit01.dat failed. Input:
    45686545<div><b></div><div><nobr>a<nobr>
    45696546Got:
     
    45906567|         <nobr>
    45916568resources/doctype01.dat:
     656914
     657015
     657116
     657223
     657324
     657425
     657526
     657627
     657729
     657830
    4592657931
     658032
     658133
     658234
     658335
     658436
     658537
     6586
     6587Test 14 of 37 in resources/doctype01.dat failed. Input:
     6588<!DOCTYPE potato SYSTEM 'taco"'>Hello
     6589Got:
     6590| <!DOCTYPE potato>
     6591| <html>
     6592|   <head>
     6593|   <body>
     6594|     "Hello"
     6595Expected:
     6596| <!DOCTYPE potato "" "taco"">
     6597| <html>
     6598|   <head>
     6599|   <body>
     6600|     "Hello"
     6601
     6602Test 15 of 37 in resources/doctype01.dat failed. Input:
     6603<!DOCTYPE potato SYSTEM "taco">Hello
     6604Got:
     6605| <!DOCTYPE potato>
     6606| <html>
     6607|   <head>
     6608|   <body>
     6609|     "Hello"
     6610Expected:
     6611| <!DOCTYPE potato "" "taco">
     6612| <html>
     6613|   <head>
     6614|   <body>
     6615|     "Hello"
     6616
     6617Test 16 of 37 in resources/doctype01.dat failed. Input:
     6618<!DOCTYPE potato SYSTEM "tai'co">Hello
     6619Got:
     6620| <!DOCTYPE potato>
     6621| <html>
     6622|   <head>
     6623|   <body>
     6624|     "Hello"
     6625Expected:
     6626| <!DOCTYPE potato "" "tai'co">
     6627| <html>
     6628|   <head>
     6629|   <body>
     6630|     "Hello"
     6631
     6632Test 23 of 37 in resources/doctype01.dat failed. Input:
     6633<!DOCTYPE potato PUBLIC "go'of">Hello
     6634Got:
     6635| <!DOCTYPE potato>
     6636| <html>
     6637|   <head>
     6638|   <body>
     6639|     "Hello"
     6640Expected:
     6641| <!DOCTYPE potato "go'of" "">
     6642| <html>
     6643|   <head>
     6644|   <body>
     6645|     "Hello"
     6646
     6647Test 24 of 37 in resources/doctype01.dat failed. Input:
     6648<!DOCTYPE potato PUBLIC 'go'of'>Hello
     6649Got:
     6650| <!DOCTYPE potato>
     6651| <html>
     6652|   <head>
     6653|   <body>
     6654|     "Hello"
     6655Expected:
     6656| <!DOCTYPE potato "go" "">
     6657| <html>
     6658|   <head>
     6659|   <body>
     6660|     "Hello"
     6661
     6662Test 25 of 37 in resources/doctype01.dat failed. Input:
     6663<!DOCTYPE potato PUBLIC 'go:hh   of' >Hello
     6664Got:
     6665| <!DOCTYPE potato>
     6666| <html>
     6667|   <head>
     6668|   <body>
     6669|     "Hello"
     6670Expected:
     6671| <!DOCTYPE potato "go:hh   of" "">
     6672| <html>
     6673|   <head>
     6674|   <body>
     6675|     "Hello"
     6676
     6677Test 26 of 37 in resources/doctype01.dat failed. Input:
     6678<!DOCTYPE potato PUBLIC "W3C-//dfdf" SYSTEM ggg>Hello
     6679Got:
     6680| <!DOCTYPE potato>
     6681| <html>
     6682|   <head>
     6683|   <body>
     6684|     "Hello"
     6685Expected:
     6686| <!DOCTYPE potato "W3C-//dfdf" "">
     6687| <html>
     6688|   <head>
     6689|   <body>
     6690|     "Hello"
     6691
     6692Test 27 of 37 in resources/doctype01.dat failed. Input:
     6693<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
     6694   "http://www.w3.org/TR/html4/strict.dtd">Hello
     6695Got:
     6696| <!DOCTYPE html>
     6697| <html>
     6698|   <head>
     6699|   <body>
     6700|     "Hello"
     6701Expected:
     6702| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     6703| <html>
     6704|   <head>
     6705|   <body>
     6706|     "Hello"
     6707
     6708Test 29 of 37 in resources/doctype01.dat failed. Input:
     6709<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     6710"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     6711Got:
     6712| <!DOCTYPE html>
     6713| <html>
     6714|   <head>
     6715|   <body>
     6716Expected:
     6717| <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     6718| <html>
     6719|   <head>
     6720|   <body>
     6721
     6722Test 30 of 37 in resources/doctype01.dat failed. Input:
     6723<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
     6724"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
     6725Got:
     6726| <!DOCTYPE html>
     6727| <html>
     6728|   <head>
     6729|   <body>
     6730Expected:
     6731| <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
     6732| <html>
     6733|   <head>
     6734|   <body>
    45936735
    45946736Test 31 of 37 in resources/doctype01.dat failed. Input:
     
    46096751|   <body>
    46106752|     "]>"
     6753
     6754Test 32 of 37 in resources/doctype01.dat failed. Input:
     6755<!DOCTYPE html PUBLIC
     6756  "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
     6757    "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
     6758Got:
     6759| <!DOCTYPE html>
     6760| <html>
     6761|   <head>
     6762|   <body>
     6763Expected:
     6764| <!DOCTYPE html "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
     6765| <html>
     6766|   <head>
     6767|   <body>
     6768
     6769Test 33 of 37 in resources/doctype01.dat failed. Input:
     6770<!DOCTYPE HTML SYSTEM "http://www.w3.org/DTD/HTML4-strict.dtd"><body><b>Mine!</b></body>
     6771Got:
     6772| <!DOCTYPE html>
     6773| <html>
     6774|   <head>
     6775|   <body>
     6776|     <b>
     6777|       "Mine!"
     6778Expected:
     6779| <!DOCTYPE html "" "http://www.w3.org/DTD/HTML4-strict.dtd">
     6780| <html>
     6781|   <head>
     6782|   <body>
     6783|     <b>
     6784|       "Mine!"
     6785
     6786Test 34 of 37 in resources/doctype01.dat failed. Input:
     6787<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
     6788Got:
     6789| <!DOCTYPE html>
     6790| <html>
     6791|   <head>
     6792|   <body>
     6793Expected:
     6794| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     6795| <html>
     6796|   <head>
     6797|   <body>
     6798
     6799Test 35 of 37 in resources/doctype01.dat failed. Input:
     6800<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"'http://www.w3.org/TR/html4/strict.dtd'>
     6801Got:
     6802| <!DOCTYPE html>
     6803| <html>
     6804|   <head>
     6805|   <body>
     6806Expected:
     6807| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     6808| <html>
     6809|   <head>
     6810|   <body>
     6811
     6812Test 36 of 37 in resources/doctype01.dat failed. Input:
     6813<!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01//EN"'http://www.w3.org/TR/html4/strict.dtd'>
     6814Got:
     6815| <!DOCTYPE html>
     6816| <html>
     6817|   <head>
     6818|   <body>
     6819Expected:
     6820| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     6821| <html>
     6822|   <head>
     6823|   <body>
     6824
     6825Test 37 of 37 in resources/doctype01.dat failed. Input:
     6826<!DOCTYPE HTML PUBLIC'-//W3C//DTD HTML 4.01//EN''http://www.w3.org/TR/html4/strict.dtd'>
     6827Got:
     6828| <!DOCTYPE html>
     6829| <html>
     6830|   <head>
     6831|   <body>
     6832Expected:
     6833| <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     6834| <html>
     6835|   <head>
     6836|   <body>
    46116837resources/scriptdata01.dat: PASS
    46126838
     
    47877013resources/adoption01.dat:
    478870141
     70153
    478970166
    479070177
     
    479270199
    4793702011
    4794 12
    4795 
    4796 Test 1 of 13 in resources/adoption01.dat failed. Input:
     7021
     7022Test 1 of 12 in resources/adoption01.dat failed. Input:
    47977023<a><p></a></p>
    47987024Got:
     
    48107036|       <a>
    48117037
    4812 Test 6 of 13 in resources/adoption01.dat failed. Input:
     7038Test 3 of 12 in resources/adoption01.dat failed. Input:
     7039<a>1<button>2</a>3</button>
     7040Got:
     7041| <html>
     7042|   <head>
     7043|   <body>
     7044|     <a>
     7045|       "1"
     7046|       <button>
     7047|         "2"
     7048|     "3"
     7049Expected:
     7050| <html>
     7051|   <head>
     7052|   <body>
     7053|     <a>
     7054|       "1"
     7055|     <button>
     7056|       <a>
     7057|         "2"
     7058|       "3"
     7059
     7060Test 6 of 12 in resources/adoption01.dat failed. Input:
    48137061<table><a>1<p>2</a>3</p>
    48147062Got:
     
    48347082|     <table>
    48357083
    4836 Test 7 of 13 in resources/adoption01.dat failed. Input:
     7084Test 7 of 12 in resources/adoption01.dat failed. Input:
    48377085<b><b><a><p></a>
    48387086Got:
     
    48547102|           <a>
    48557103
    4856 Test 8 of 13 in resources/adoption01.dat failed. Input:
     7104Test 8 of 12 in resources/adoption01.dat failed. Input:
    48577105<b><a><b><p></a>
    48587106Got:
     
    48767124|           <a>
    48777125
    4878 Test 9 of 13 in resources/adoption01.dat failed. Input:
     7126Test 9 of 12 in resources/adoption01.dat failed. Input:
    48797127<a><b><b><p></a>
    48807128Got:
     
    49007148|           <a>
    49017149
    4902 Test 11 of 13 in resources/adoption01.dat failed. Input:
    4903 <p><b id="A"><script>document.getElementById("A").id = "B"</script></p>TEXT</b>
    4904 Got:
    4905 | <html>
    4906 |   <head>
    4907 |   <body>
    4908 |     <p>
    4909 |       <b>
    4910 |         id="B"
    4911 |         <script>
    4912 |           "document.getElementById("A").id = "B""
    4913 |     <b>
    4914 |       id="B"
    4915 |       "TEXT"
    4916 Expected:
    4917 | <html>
    4918 |   <head>
    4919 |   <body>
    4920 |     <p>
    4921 |       <b>
    4922 |         id="B"
    4923 |         <script>
    4924 |           "document.getElementById("A").id = "B""
    4925 |     <b>
    4926 |       id="A"
    4927 |       "TEXT"
    4928 
    4929 Test 12 of 13 in resources/adoption01.dat failed. Input:
     7150Test 11 of 12 in resources/adoption01.dat failed. Input:
    49307151<table><a>1<td>2</td>3</table>
    49317152Got:
     
    52647485
    52657486Test 6 of 9 in resources/tricky01.dat failed. Input:
    5266 <TABLE>
    5267   <CENTER>
    5268   <FONT>You should see a 100x100 green Image below.
    5269   </CENTER>
    5270 <IMG alt="Image" width=100 height=100 style="background-color:green">
    5271 <tr><td>
    5272 </td>
    5273 </tr>
    5274 </table>
     7487<table><center> <font>a</center> <img> <tr><td> </td> </tr> </table>
    52757488Got:
    52767489| <html>
     
    52787491|   <body>
    52797492|     <center>
    5280 |       "
    5281   "
     7493|       " "
    52827494|       <font>
    5283 |         "You should see a 100x100 green Image below.
    5284   "
     7495|         "a"
    52857496|     <font>
    5286 |       "
    5287 "
     7497|       " "
    52887498|       <img>
    5289 |         alt="Image"
    5290 |         height="100"
    5291 |         style="background-color:green"
    5292 |         width="100"
    5293 |       "
    5294 "
    5295 |     <table>
    5296 |       "
    5297   "
     7499|       " "
     7500|     <table>
    52987501|       <tbody>
    52997502|         <tr>
    53007503|           <td>
    5301 |             "
    5302 "
    5303 |           "
    5304 "
    5305 |         "
    5306 "
     7504|             " "
     7505|           " "
     7506|         " "
    53077507Expected:
    53087508| <html>
     
    53107510|   <body>
    53117511|     <center>
    5312 |       "
    5313   "
     7512|       " "
    53147513|       <font>
    5315 |         "You should see a 100x100 green Image below.
    5316   "
     7514|         "a"
    53177515|     <font>
    53187516|       <img>
    5319 |         alt="Image"
    5320 |         height="100"
    5321 |         style="background-color:green"
    5322 |         width="100"
    5323 |       "
    5324 "
    5325 |     <table>
    5326 |       "
    5327  
    5328 "
     7517|       " "
     7518|     <table>
     7519|       " "
    53297520|       <tbody>
    53307521|         <tr>
    53317522|           <td>
    5332 |             "
    5333 "
    5334 |           "
    5335 "
    5336 |         "
    5337 "
     7523|             " "
     7524|           " "
     7525|         " "
    53387526
    53397527Test 7 of 9 in resources/tricky01.dat failed. Input:
     
    54857673
    54867674"
     7675resources/scripted/adoption01.dat:
     76761
     7677
     7678Test 1 of 1 in resources/scripted/adoption01.dat failed. Input:
     7679<p><b id="A"><script>document.getElementById("A").id = "B"</script></p>TEXT</b>
     7680Got:
     7681| <html>
     7682|   <head>
     7683|   <body>
     7684|     <p>
     7685|       <b>
     7686|         id="B"
     7687|         <script>
     7688|           "document.getElementById("A").id = "B""
     7689|     <b>
     7690|       id="B"
     7691|       "TEXT"
     7692Expected:
     7693| <html>
     7694|   <head>
     7695|   <body>
     7696|     <p>
     7697|       <b>
     7698|         id="B"
     7699|         <script>
     7700|           "document.getElementById("A").id = "B""
     7701|     <b>
     7702|       id="A"
     7703|       "TEXT"
     7704resources/scripted/webkit01.dat: PASS
  • trunk/LayoutTests/html5lib/runner.html

    r63798 r63858  
    5454        'resources/tests15.dat',
    5555        'resources/tests16.dat',
     56        'resources/tests17.dat',
     57        'resources/tests18.dat',
     58        'resources/tests19.dat',
     59        'resources/tests20.dat',
    5660        'resources/webkit01.dat',
    5761        'resources/doctype01.dat',
     
    6670        'resources/isindex.dat',
    6771        'resources/tables01.dat',
    68         'resources/tricky01.dat'
     72        'resources/tricky01.dat',
     73        'resources/scripted/adoption01.dat',
     74        'resources/scripted/webkit01.dat'
    6975    ],
    7076    tests = [],
  • trunk/LayoutTests/html5lib/webkit-resumer-expected.txt

    r63403 r63858  
    158158CONSOLE MESSAGE: line 2: FOO<span>BAR</span>BAZ
    159159resources/webkit01.dat:
    160 648.1
    161 649.2
    162 650.3
    163 651.4
    164 652.5
    165 653.6
    166 654.7
    167 655.8
    168 656.9
    169 657.10
    170 658.11
    171 659.12
    172 660.13
    173 661.14
    174 662.15
    175 663.16
    176 664.17
    177 665.18
    178 666.19
    179 667.20
    180 668.21
    181 669.22
    182 670.23
    183 671.24
    184 672.25
    185 673.26
    186 674.27
    187 700.1
    188 701.2
    189 702.3
    190 703.4
    191 704.5
    192 705.6
    193 706.7
    194 707.8
    195 708.9
    196 709.10
    197 710.11
    198 711.12
    199 712.13
    200 713.14
    201 714.15
    202 715.16
    203 716.17
    204 717.18
    205 718.19
    206 719.20
    207 720.21
    208 721.22
    209 722.23
    210 723.24
    211 724.25
    212 725.26
    213 726.27
    214 752.1
    215 753.2
    216 754.3
    217 755.4
    218 756.5
    219 757.6
    220 758.7
    221 759.8
    222 760.9
    223 761.10
    224 762.11
    225 763.12
    226 764.13
    227 765.14
    228 766.15
    229 767.16
    230 768.17
    231 769.18
    232 770.19
    233 771.20
    234 772.21
    235 773.22
    236 774.23
    237 775.24
    238 776.25
    239 777.26
    240 778.27
    241 779.28
    242 780.29
    243 781.30
    244 782.31
    245 783.32
    246 784.33
    247 785.34
    248 786.35
    249 787.36
    250 788.37
    251 789.38
    252 790.39
    253 791.40
    254 792.41
    255 793.42
    256 837.1
    257 838.2
    258 839.3
    259 840.4
    260 841.5
    261 842.6
    262 843.7
    263 844.8
    264 845.9
    265 846.10
    266 847.11
    267 848.12
    268 849.13
    269 850.14
    270 851.15
    271 852.16
    272 853.17
    273 854.18
    274 855.19
    275 856.20
    276 857.21
    277 858.22
    278 859.23
    279 860.24
    280 861.25
    281 862.26
    282 863.27
    283 864.28
    284 865.29
    285 866.30
    286 867.31
    287 868.32
    288 869.33
    289 870.34
    290 871.35
    291 872.36
    292 873.37
    293 874.38
    294 875.39
    295 876.40
    296 877.41
    297 878.42
    298 879.43
    299 880.44
    300 881.45
    301 882.46
    302 883.47
    303 884.48
    304 885.49
    305 886.50
    306 887.51
    307 888.52
    308 889.53
    309 890.54
    310 891.55
    311 892.56
    312 893.57
    313 894.58
    314 895.59
    315 896.60
    316 897.61
    317 898.62
    318 899.63
    319 900.64
    320 901.1
    321 902.2
    322 903.3
    323 904.4
    324 905.5
    325 906.6
    326 907.7
    327 908.8
    328 909.9
    329 910.10
    330 911.11
    331 912.12
    332 913.13
    333 914.14
    334 915.15
    335 916.16
    336 917.17
    337 918.18
    338 919.19
    339 920.20
    340 921.21
    341 922.22
    342 923.23
    343 924.24
    344 925.25
    345 926.26
    346 927.27
    347 928.28
    348 929.29
    349 930.30
    350 931.31
    351 932.32
    352 933.33
    353 934.34
    354 935.35
    355 936.36
    356 937.37
    357 938.38
    358 939.39
    359 940.40
    360 941.41
    361 942.42
    362 943.43
    363 944.44
    364 945.45
    365 946.46
    366 947.47
    367 948.48
    368 949.49
    369 950.50
    370 951.51
    371 952.52
    372 953.53
    373 954.54
    374 955.55
    375 956.56
    376 957.57
    377 958.58
    378 959.59
    379 960.60
    380 961.61
    381 962.62
    382 963.63
    383 964.64
    384 965.65
    385 966.66
    386 967.67
    387 968.68
    388 969.69
    389 970.70
    390 971.71
    391 972.1
    392 973.2
    393 974.3
    394 975.4
    395 976.5
    396 977.6
    397 978.7
    398 979.8
    399 980.9
    400 981.10
    401 982.11
    402 983.12
    403 984.13
    404 985.14
    405 986.15
    406 987.16
    407 988.17
    408 989.18
    409 990.19
    410 991.20
    411 992.21
    412 993.22
    413 994.23
    414 995.24
    415 996.25
    416 997.26
    417 998.27
    418 999.28
    419 1000.29
    420 1001.30
    421 1002.31
    422 1003.32
    423 1004.33
    424 1005.34
    425 1006.35
    426 1007.36
    427 1008.37
    428 1009.38
    429 1010.39
    430 1011.40
    431 1012.41
    432 1013.42
    433 1014.43
    434 1015.44
    435 1016.45
    436 1017.46
    437 1018.47
    438 1019.48
    439 1020.49
    440 1021.50
    441 1022.51
    442 1023.52
    443 1024.53
    444 1025.54
    445 1026.55
    446 1027.56
    447 1028.57
    448 1029.58
    449 1030.59
    450 1031.60
    451 1032.1
    452 1033.2
    453 1034.3
    454 1035.4
    455 1036.5
    456 1037.6
    457 1038.7
    458 1039.8
    459 1040.9
    460 1041.10
    461 1042.11
    462 1043.12
    463 1044.13
    464 1045.14
    465 1046.15
    466 1047.16
    467 1048.17
    468 1049.18
    469 1050.19
    470 1051.20
    471 1052.21
    472 1053.22
    473 1054.23
    474 1055.24
    475 1056.25
    476 1057.26
    477 1058.27
    478 1059.28
    479 1060.29
    480 1061.30
    481 1062.31
    482 1063.32
    483 1064.33
    484 1065.34
    485 1066.35
    486 1067.36
    487 1068.37
    488 1069.38
    489 1070.39
    490 1071.40
    491 1072.41
    492 1073.42
    493 1074.43
    494 1075.44
    495 1076.45
    496 1077.46
    497 1078.47
    498 1079.48
    499 1080.49
    500 1081.50
    501 1082.51
    502 1083.52
    503 1084.53
    504 1085.54
    505 1086.55
    506 1087.56
    507 1088.57
    508 1089.58
    509 1090.59
    510 1091.60
    511 1092.1
    512 1093.2
    513 1094.3
    514 1095.4
    515 1096.5
    516 1097.6
    517 1098.7
    518 1099.8
    519 1100.9
    520 1101.10
    521 1102.11
    522 1103.12
    523 1104.13
    524 1105.14
    525 1106.15
    526 1107.16
    527 1108.17
    528 1109.18
    529 1110.19
    530 1111.20
    531 1112.21
    532 1113.22
    533 1114.23
    534 1115.24
    535 1116.25
    536 1117.26
    537 1118.27
    538 1119.28
    539 1120.29
    540 1121.30
    541 1122.31
    542 1123.32
    543 1124.33
    544 1125.34
    545 1126.35
    546 1127.36
    547 1128.37
    548 1129.38
    549 1130.39
    550 1131.40
    551 1132.41
    552 1133.42
    553 1134.43
    554 1135.44
    555 1136.45
    556 1137.46
    557 1138.47
    558 1139.48
    559 1140.49
    560 1141.50
    561 1142.51
    562 1143.52
    563 1144.53
    564 1145.54
    565 1146.55
    566 1147.56
    567 1148.57
    568 1149.58
    569 1150.59
    570 1151.60
    571 1152.61
    572 1153.62
    573 1154.63
    574 1155.64
    575 1156.65
    576 1157.66
    577 1158.67
    578 1159.68
    579 1160.69
    580 1161.70
    581 1162.71
    582 1163.72
    583 1164.73
    584 1165.74
    585 1166.75
    586 1167.76
    587 1168.77
    588 1169.78
    589 1170.79
    590 1171.80
    591 1172.81
    592 1173.82
    593 1174.83
    594 1175.84
    595 1176.85
    596 1177.86
    597 1178.87
    598 1179.88
    599 1180.89
    600 1181.90
    601 1182.91
    602 1183.92
    603 1184.93
    604 1185.94
    605 1186.95
    606 1187.96
    607 1188.97
    608 1189.98
    609 1190.99
    610 1191.100
    611 1192.101
    612 1193.102
    613 1194.103
    614 1195.104
    615 1196.105
    616 1197.106
    617 1198.107
    618 1199.108
    619 1200.109
    620 1201.110
    621 1202.111
    622 1203.112
    623 1204.113
    624 1205.114
    625 1206.115
    626 1207.116
    627 1208.117
    628 1209.118
    629 1210.119
    630 1211.120
    631 1212.121
    632 1213.122
    633 1214.123
    634 1215.124
    635 1216.125
    636 1217.126
    637 1218.127
    638 1219.128
    639 1220.129
    640 1221.130
    641 1222.131
    642 1223.132
    643 1224.133
    644 1225.134
    645 1226.135
    646 1227.136
    647 1228.137
    648 1229.138
    649 1230.139
    650 1231.140
    651 1232.141
    652 1233.142
    653 1234.143
    654 1235.144
    655 1236.145
    656 1237.146
    657 1238.147
    658 1239.1
    659 1240.2
    660 1241.3
    661 1242.4
    662 1243.5
    663 1244.6
    664 1245.7
    665 1246.8
    666 1247.9
    667 1248.10
    668 1249.11
    669 1250.12
    670 1251.13
    671 1252.14
    672 1253.15
    673 1254.16
    674 1255.17
    675 1256.18
    676 1257.19
    677 1258.20
    678 1259.21
    679 1260.22
    680 1261.23
    681 1262.24
    682 1263.25
    683 1264.26
    684 1265.27
    685 1266.28
    686 1267.29
    687 1268.30
    688 1269.31
    689 1270.32
    690 1271.33
    691 1272.34
    692 1273.35
    693 1274.36
    694 1275.37
    695 1276.38
    696 1277.39
    697 1278.40
    698 1279.41
    699 1280.42
    700 1281.43
    701 1282.44
    702 1283.45
    703 1284.46
    704 1285.47
    705 1286.48
    706 1287.49
    707 1288.50
    708 1289.51
    709 1290.52
    710 1291.53
    711 1292.54
    712 1293.55
    713 1294.56
    714 1295.57
    715 1296.58
    716 1297.59
    717 1298.60
    718 1299.61
    719 1300.62
    720 1301.63
    721 1302.64
    722 1303.65
    723 1304.66
    724 1305.67
    725 1306.68
    726 1307.69
    727 1308.70
    728 1309.71
    729 1310.72
    730 1311.73
    731 1312.74
    732 1313.75
    733 1314.76
    734 1315.77
    735 1316.78
    736 1317.79
    737 1318.80
    738 1319.81
    739 1320.82
    740 1321.83
    741 1322.84
    742 1323.85
    743 1324.86
    744 1325.87
    745 1326.88
    746 1327.89
    747 1328.90
    748 1329.91
    749 1330.92
    750 1331.93
    751 1332.94
    752 1333.95
    753 1334.96
    754 1335.97
    755 1336.98
    756 1337.99
    757 1338.100
    758 1339.101
    759 1340.102
    760 1341.103
    761 1342.104
    762 1343.105
    763 1344.106
    764 1345.107
    765 1346.108
    766 1347.109
    767 1348.110
    768 1349.111
    769 1350.112
    770 1351.113
    771 1352.114
    772 1353.115
    773 1354.116
    774 1355.117
    775 1356.118
    776 1357.119
    777 1358.120
    778 1359.121
    779 1360.122
    780 1361.123
    781 1362.124
    782 1363.125
    783 1364.126
    784 1392.1
    785 1393.2
    786 1394.3
    787 1395.4
    788 1396.5
    789 1397.6
    790 1398.7
    791 1399.8
    792 1400.9
    793 1401.10
    794 1402.11
    795 1403.12
    796 1404.13
    797 1405.14
    798 1406.15
    799 1407.16
    800 1408.17
    801 1409.18
    802 1410.19
    803 1411.20
    804 1412.21
    805 1413.22
    806 1414.23
    807 1415.24
    808 1416.25
    809 1417.26
    810 1418.27
    811 1419.28
    812 1420.29
    813 1421.30
    814 1422.31
     160494.1
     161495.2
     162496.3
     163497.4
     164498.5
     165499.6
     166500.7
     167501.8
     168502.9
     169503.10
     170504.11
     171505.12
     172506.13
     173507.14
     174508.15
     175509.16
     176510.17
     177511.18
     178512.19
     179513.20
     180514.21
     181515.22
     182516.23
     183517.24
     184518.25
     185519.26
     186520.27
     187546.1
     188547.2
     189548.3
     190549.4
     191550.5
     192551.6
     193552.7
     194553.8
     195554.9
     196555.10
     197556.11
     198557.12
     199558.13
     200559.14
     201560.15
     202561.16
     203562.17
     204563.18
     205564.19
     206565.20
     207566.21
     208567.22
     209568.23
     210569.24
     211570.25
     212571.26
     213572.27
     214598.1
     215599.2
     216600.3
     217601.4
     218602.5
     219603.6
     220604.7
     221605.8
     222606.9
     223607.10
     224608.11
     225609.12
     226610.13
     227611.14
     228612.15
     229613.16
     230614.17
     231615.18
     232616.19
     233617.20
     234618.21
     235619.22
     236620.23
     237621.24
     238622.25
     239623.26
     240624.27
     241625.28
     242626.29
     243627.30
     244628.31
     245629.32
     246630.33
     247631.34
     248632.35
     249633.36
     250634.37
     251635.38
     252636.39
     253637.40
     254638.41
     255639.42
     256683.1
     257684.2
     258685.3
     259686.4
     260687.5
     261688.6
     262689.7
     263690.8
     264691.9
     265692.10
     266693.11
     267694.12
     268695.13
     269696.14
     270697.15
     271698.16
     272699.17
     273700.18
     274701.19
     275702.20
     276703.21
     277704.22
     278705.23
     279706.24
     280707.25
     281708.26
     282709.27
     283710.28
     284711.29
     285712.30
     286713.31
     287714.32
     288715.33
     289716.34
     290717.35
     291718.36
     292719.37
     293720.38
     294721.39
     295722.40
     296723.41
     297724.42
     298725.43
     299726.44
     300727.45
     301728.46
     302729.47
     303730.48
     304731.49
     305732.50
     306733.51
     307734.52
     308735.53
     309736.54
     310737.55
     311738.56
     312739.57
     313740.58
     314741.59
     315742.60
     316743.61
     317744.62
     318745.63
     319746.64
     320747.1
     321748.2
     322749.3
     323750.4
     324751.5
     325752.6
     326753.7
     327754.8
     328755.9
     329756.10
     330757.11
     331758.12
     332759.13
     333760.14
     334761.15
     335762.16
     336763.17
     337764.18
     338765.19
     339766.20
     340767.21
     341768.22
     342769.23
     343770.24
     344771.25
     345772.26
     346773.27
     347774.28
     348775.29
     349776.30
     350777.31
     351778.32
     352779.33
     353780.34
     354781.35
     355782.36
     356783.37
     357784.38
     358785.39
     359786.40
     360787.41
     361788.42
     362789.43
     363790.44
     364791.45
     365792.46
     366793.47
     367794.48
     368795.49
     369796.50
     370797.51
     371798.52
     372799.53
     373800.54
     374801.55
     375802.56
     376803.57
     377804.58
     378805.59
     379806.60
     380807.61
     381808.62
     382809.63
     383810.64
     384811.65
     385812.66
     386813.67
     387814.68
     388815.69
     389816.70
     390817.71
     391818.1
     392819.2
     393820.3
     394821.4
     395822.5
     396823.6
     397824.7
     398825.8
     399826.9
     400827.10
     401828.11
     402829.12
     403830.13
     404831.14
     405832.15
     406833.16
     407834.17
     408835.18
     409836.19
     410837.20
     411838.21
     412839.22
     413840.23
     414841.24
     415842.25
     416843.26
     417844.27
     418845.28
     419846.29
     420847.30
     421848.31
     422849.32
     423850.33
     424851.34
     425852.35
     426853.36
     427854.37
     428855.38
     429856.39
     430857.40
     431858.41
     432859.42
     433860.43
     434861.44
     435862.45
     436863.46
     437864.47
     438865.48
     439866.49
     440867.50
     441868.51
     442869.52
     443870.53
     444871.54
     445872.55
     446873.56
     447874.57
     448875.58
     449876.59
     450877.60
     451878.1
     452879.2
     453880.3
     454881.4
     455882.5
     456883.6
     457884.7
     458885.8
     459886.9
     460887.10
     461888.11
     462889.12
     463890.13
     464891.14
     465892.15
     466893.16
     467894.17
     468895.18
     469896.19
     470897.20
     471898.21
     472899.22
     473900.23
     474901.24
     475902.25
     476903.26
     477904.27
     478905.28
     479906.29
     480907.30
     481908.31
     482909.32
     483910.33
     484911.34
     485912.35
     486913.36
     487914.37
     488915.38
     489916.39
     490917.40
     491918.41
     492919.42
     493920.43
     494921.44
     495922.45
     496923.46
     497924.47
     498925.48
     499926.49
     500927.50
     501928.51
     502929.52
     503930.53
     504931.54
     505932.55
     506933.56
     507934.57
     508935.58
     509936.59
     510937.60
     511938.1
     512939.2
     513940.3
     514941.4
     515942.5
     516943.6
     517944.7
     518945.8
     519946.9
     520947.10
     521948.11
     522949.12
     523950.13
     524951.14
     525952.15
     526953.16
     527954.17
     528955.18
     529956.19
     530957.20
     531958.21
     532959.22
     533960.23
     534961.24
     535962.25
     536963.26
     537964.27
     538965.28
     539966.29
     540967.30
     541968.31
     542969.32
     543970.33
     544971.34
     545972.35
     546973.36
     547974.37
     548975.38
     549976.39
     550977.40
     551978.41
     552979.42
     553980.43
     554981.44
     555982.45
     556983.46
     557984.47
     558985.48
     559986.49
     560987.50
     561988.51
     562989.52
     563990.53
     564991.54
     565992.55
     566993.56
     567994.57
     568995.58
     569996.59
     570997.60
     571998.61
     572999.62
     5731000.63
     5741001.64
     5751002.65
     5761003.66
     5771004.67
     5781005.68
     5791006.69
     5801007.70
     5811008.71
     5821009.72
     5831010.73
     5841011.74
     5851012.75
     5861013.76
     5871014.77
     5881015.78
     5891016.79
     5901017.80
     5911018.81
     5921019.82
     5931020.83
     5941021.84
     5951022.85
     5961023.86
     5971024.87
     5981025.88
     5991026.89
     6001027.90
     6011028.91
     6021029.92
     6031030.93
     6041031.94
     6051032.95
     6061033.96
     6071034.97
     6081035.98
     6091036.99
     6101037.100
     6111038.101
     6121039.102
     6131040.103
     6141041.104
     6151042.105
     6161043.106
     6171044.107
     6181045.108
     6191046.109
     6201047.110
     6211048.111
     6221049.112
     6231050.113
     6241051.114
     6251052.115
     6261053.116
     6271054.117
     6281055.118
     6291056.119
     6301057.120
     6311058.121
     6321059.122
     6331060.123
     6341061.124
     6351062.125
     6361063.126
     6371064.127
     6381065.128
     6391066.129
     6401067.130
     6411068.131
     6421069.132
     6431070.133
     6441071.134
     6451072.135
     6461073.136
     6471074.137
     6481075.138
     6491076.139
     6501077.140
     6511078.141
     6521079.142
     6531080.143
     6541081.144
     6551082.145
     6561083.146
     6571084.147
     6581085.1
     6591086.2
     6601087.3
     6611088.4
     6621089.5
     6631090.6
     6641091.7
     6651092.8
     6661093.9
     6671094.10
     6681095.11
     6691096.12
     6701097.13
     6711098.14
     6721099.15
     6731100.16
     6741101.17
     6751102.18
     6761103.19
     6771104.20
     6781105.21
     6791106.22
     6801107.23
     6811108.24
     6821109.25
     6831110.26
     6841111.27
     6851112.28
     6861113.29
     6871114.30
     6881115.31
     6891116.32
     6901117.33
     6911118.34
     6921119.35
     6931120.36
     6941121.37
     6951122.38
     6961123.39
     6971124.40
     6981125.41
     6991126.42
     7001127.43
     7011128.44
     7021129.45
     7031130.46
     7041131.47
     7051132.48
     7061133.49
     7071134.50
     7081135.51
     7091136.52
     7101137.53
     7111138.54
     7121139.55
     7131140.56
     7141141.57
     7151142.58
     7161143.59
     7171144.60
     7181145.61
     7191146.62
     7201147.63
     7211148.64
     7221149.65
     7231150.66
     7241151.67
     7251152.68
     7261153.69
     7271154.70
     7281155.71
     7291156.72
     7301157.73
     7311158.74
     7321159.75
     7331160.76
     7341161.77
     7351162.78
     7361163.79
     7371164.80
     7381165.81
     7391166.82
     7401167.83
     7411168.84
     7421169.85
     7431170.86
     7441171.87
     7451172.88
     7461173.89
     7471174.90
     7481175.91
     7491176.92
     7501177.93
     7511178.94
     7521179.95
     7531180.96
     7541181.97
     7551182.98
     7561183.99
     7571184.100
     7581185.101
     7591186.102
     7601187.103
     7611188.104
     7621189.105
     7631190.106
     7641191.107
     7651192.108
     7661193.109
     7671194.110
     7681195.111
     7691196.112
     7701197.113
     7711198.114
     7721199.115
     7731200.116
     7741201.117
     7751202.118
     7761203.119
     7771204.120
     7781205.121
     7791206.122
     7801207.123
     7811208.124
     7821209.125
     7831210.126
     7841238.1
     7851239.2
     7861240.3
     7871241.4
     7881242.5
     7891243.6
     7901244.7
     7911245.8
     7921246.9
     7931247.10
     7941248.11
     7951249.12
     7961250.13
     7971251.14
     7981252.15
     7991253.16
     8001254.17
     8011255.18
     8021256.19
     8031257.20
     8041258.21
     8051259.22
     8061260.23
     8071261.24
     8081262.25
     8091263.26
     8101264.27
     8111265.28
     8121266.29
     8131267.30
     8141268.31
Note: See TracChangeset for help on using the changeset viewer.