Changeset 102626 in webkit


Ignore:
Timestamp:
Dec 12, 2011 2:49:58 PM (12 years ago)
Author:
abarth@webkit.org
Message:

Update html5lib test data to latest version
https://bugs.webkit.org/show_bug.cgi?id=74343

Reviewed by Eric Seidel.

This patch imports the latest version of the "dat" files from
http://code.google.com/p/html5lib/

  • html5lib/resources/pending-spec-changes.dat:
  • html5lib/resources/plain-text-unsafe.dat:
  • html5lib/resources/tables01.dat:
  • html5lib/resources/tests16.dat:
  • html5lib/resources/tests19.dat:
  • html5lib/resources/tests26.dat:
  • html5lib/resources/tests_innerHTML_1.dat:
  • html5lib/resources/webkit01.dat:
  • html5lib/runner-expected.txt:
  • html5lib/webkit-resumer-expected.txt:
  • platform/chromium/html5lib/runner-expected.txt:
Location:
trunk/LayoutTests
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r102623 r102626  
     12011-12-12  Adam Barth  <abarth@webkit.org>
     2
     3        Update html5lib test data to latest version
     4        https://bugs.webkit.org/show_bug.cgi?id=74343
     5
     6        Reviewed by Eric Seidel.
     7
     8        This patch imports the latest version of the "dat" files from
     9        http://code.google.com/p/html5lib/
     10
     11        * html5lib/resources/pending-spec-changes.dat:
     12        * html5lib/resources/plain-text-unsafe.dat:
     13        * html5lib/resources/tables01.dat:
     14        * html5lib/resources/tests16.dat:
     15        * html5lib/resources/tests19.dat:
     16        * html5lib/resources/tests26.dat:
     17        * html5lib/resources/tests_innerHTML_1.dat:
     18        * html5lib/resources/webkit01.dat:
     19        * html5lib/runner-expected.txt:
     20        * html5lib/webkit-resumer-expected.txt:
     21        * platform/chromium/html5lib/runner-expected.txt:
     22
    1232011-12-12  Filip Pizlo  <fpizlo@apple.com>
    224
  • trunk/LayoutTests/html5lib/resources/pending-spec-changes.dat

    r79765 r102626  
    2727|           "foo"
    2828|     "bar"
     29
     30#data
     31<table><tr><td><svg><desc><td></desc><circle>
     32#errors
     337: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
     3430: A table cell was implicitly closed, but there were open elements.
     3526: Unclosed element “desc”.
     3620: Unclosed element “svg”.
     3737: Stray end tag “desc”.
     3845: End of file seen and there were open elements.
     3945: Unclosed element “circle”.
     407: Unclosed element “table”.
     41#document
     42| <html>
     43|   <head>
     44|   <body>
     45|     <table>
     46|       <tbody>
     47|         <tr>
     48|           <td>
     49|             <svg svg>
     50|               <svg desc>
     51|           <td>
     52|             <circle>
  • trunk/LayoutTests/html5lib/resources/tables01.dat

    r63183 r102626  
    196196|             <button>
    197197|           <td>
     198
     199#data
     200<table><tr><td><svg><desc><td>
     201#errors
     202#document
     203| <html>
     204|   <head>
     205|   <body>
     206|     <table>
     207|       <tbody>
     208|         <tr>
     209|           <td>
     210|             <svg svg>
     211|               <svg desc>
     212|           <td>
  • trunk/LayoutTests/html5lib/resources/tests16.dat

    r59638 r102626  
    10751075|     <textarea>
    10761076|       "</textarea>"
     1077
     1078#data
     1079<!doctype html><textarea>&lt;</textarea>
     1080#errors
     1081#document
     1082| <!DOCTYPE html>
     1083| <html>
     1084|   <head>
     1085|   <body>
     1086|     <textarea>
     1087|       "<"
     1088
     1089#data
     1090<!doctype html><textarea>a&lt;b</textarea>
     1091#errors
     1092#document
     1093| <!DOCTYPE html>
     1094| <html>
     1095|   <head>
     1096|   <body>
     1097|     <textarea>
     1098|       "a<b"
    10771099
    10781100#data
  • trunk/LayoutTests/html5lib/resources/tests19.dat

    r79765 r102626  
    174174|       <div>
    175175|         <span>
    176 |       <rp>
     176|           <rp>
    177177
    178178#data
     
    187187|       <div>
    188188|         <p>
    189 |       <rp>
     189|         <rp>
    190190
    191191#data
     
    212212|       <div>
    213213|         <span>
    214 |       <rt>
     214|           <rt>
    215215
    216216#data
     
    225225|       <div>
    226226|         <p>
    227 |       <rt>
     227|         <rt>
    228228
    229229#data
     
    12191219|       <a>
    12201220|         "b"
     1221
     1222#data
     1223<!DOCTYPE html><div>a<a></div>b<p>c</p>d
     1224#errors
     1225#document
     1226| <!DOCTYPE html>
     1227| <html>
     1228|   <head>
     1229|   <body>
     1230|     <div>
     1231|       "a"
     1232|       <a>
     1233|     <a>
     1234|       "b"
     1235|       <p>
     1236|         "c"
     1237|       "d"
  • trunk/LayoutTests/html5lib/resources/tests26.dat

    r79765 r102626  
    194194|       <nobr>
    195195|         "2"
     196
     197#data
     198<p><code x</code></p>
     199
     200#errors
     201#document
     202| <html>
     203|   <head>
     204|   <body>
     205|     <p>
     206|       <code>
     207|         code=""
     208|         x<=""
     209|     <code>
     210|       code=""
     211|       x<=""
     212|       "
     213"
     214
     215#data
     216<!DOCTYPE html><svg><foreignObject><p><i></p>a
     217#errors
     21845: End tag “p” seen, but there were open elements.
     21941: Unclosed element “i”.
     22046: End of file seen and there were open elements.
     22135: Unclosed element “foreignObject”.
     22220: Unclosed element “svg”.
     223#document
     224| <!DOCTYPE html>
     225| <html>
     226|   <head>
     227|   <body>
     228|     <svg svg>
     229|       <svg foreignObject>
     230|         <p>
     231|           <i>
     232|         <i>
     233|           "a"
     234
     235#data
     236<!DOCTYPE html><table><tr><td><svg><foreignObject><p><i></p>a
     237#errors
     23856: End tag “p” seen, but there were open elements.
     23952: Unclosed element “i”.
     24057: End of file seen and there were open elements.
     24146: Unclosed element “foreignObject”.
     24231: Unclosed element “svg”.
     24322: Unclosed element “table”.
     244#document
     245| <!DOCTYPE html>
     246| <html>
     247|   <head>
     248|   <body>
     249|     <table>
     250|       <tbody>
     251|         <tr>
     252|           <td>
     253|             <svg svg>
     254|               <svg foreignObject>
     255|                 <p>
     256|                   <i>
     257|                 <i>
     258|                   "a"
     259
     260#data
     261<!DOCTYPE html><math><mtext><p><i></p>a
     262#errors
     26338: End tag “p” seen, but there were open elements.
     26434: Unclosed element “i”.
     26539: End of file in a foreign namespace context.
     266#document
     267| <!DOCTYPE html>
     268| <html>
     269|   <head>
     270|   <body>
     271|     <math math>
     272|       <math mtext>
     273|         <p>
     274|           <i>
     275|         <i>
     276|           "a"
     277
     278#data
     279<!DOCTYPE html><table><tr><td><math><mtext><p><i></p>a
     280#errors
     28153: End tag “p” seen, but there were open elements.
     28249: Unclosed element “i”.
     28354: End of file in a foreign namespace context.
     284#document
     285| <!DOCTYPE html>
     286| <html>
     287|   <head>
     288|   <body>
     289|     <table>
     290|       <tbody>
     291|         <tr>
     292|           <td>
     293|             <math math>
     294|               <math mtext>
     295|                 <p>
     296|                   <i>
     297|                 <i>
     298|                   "a"
     299
     300#data
     301<!DOCTYPE html><body><div><!/div>a
     302#errors
     30329: Bogus comment.
     30434: End of file seen and there were open elements.
     30526: Unclosed element “div”.
     306#document
     307| <!DOCTYPE html>
     308| <html>
     309|   <head>
     310|   <body>
     311|     <div>
     312|       <!-- /div -->
     313|       "a"
  • trunk/LayoutTests/html5lib/resources/tests_innerHTML_1.dat

    r68129 r102626  
    732732#document
    733733| <frame>
     734
     735#data
     736#errors
     737#document-fragment
     738html
     739#document
     740| <head>
     741| <body>
  • trunk/LayoutTests/html5lib/resources/webkit01.dat

    r75198 r102626  
    290290|     <ruby>
    291291|       <div>
    292 |       <rp>
    293 |         "xx"
     292|         <rp>
     293|           "xx"
    294294
    295295#data
     
    302302|     <ruby>
    303303|       <div>
    304 |       <rt>
    305 |         "xx"
     304|         <rt>
     305|           "xx"
    306306
    307307#data
  • trunk/LayoutTests/html5lib/runner-expected.txt

    r100157 r102626  
    88CONSOLE MESSAGE: line 1: SyntaxError: Unexpected token '<'
    99CONSOLE MESSAGE: line 1: SyntaxError: Unexpected token '<'
     10ALERT: Invalid test: #errors
     11#document-fragment
     12html
     13#document
     14| <head>
     15| <body>
     16
    1017CONSOLE MESSAGE: line 2: PASS
    1118CONSOLE MESSAGE: line 2: FOO<span>BAR</span>BAZ
     
    1421resources/pending-spec-changes.dat:
    15222
    16 
    17 Test 2 of 2 in resources/pending-spec-changes.dat failed. Input:
     233
     24
     25Test 2 of 3 in resources/pending-spec-changes.dat failed. Input:
    1826<!DOCTYPE html><table><caption><svg>foo</table>bar
    1927Got:
     
    3644|           "foo"
    3745|     "bar"
    38 resources/plain-text-unsafe.dat: PASS
    39 
     46
     47Test 3 of 3 in resources/pending-spec-changes.dat failed. Input:
     48<table><tr><td><svg><desc><td></desc><circle>
     49Got:
     50| <html>
     51|   <head>
     52|   <body>
     53|     <table>
     54|       <tbody>
     55|         <tr>
     56|           <td>
     57|             <svg svg>
     58|               <svg desc>
     59|               <svg circle>
     60Expected:
     61| <html>
     62|   <head>
     63|   <body>
     64|     <table>
     65|       <tbody>
     66|         <tr>
     67|           <td>
     68|             <svg svg>
     69|               <svg desc>
     70|           <td>
     71|             <circle>
     72resources/plain-text-unsafe.dat:
     7310
     7414
     7519
     7620
     7727
     7828
     7929
     8030
     8131
     8232
     8333
     84
     85Test 10 of 33 in resources/plain-text-unsafe.dat failed. Input:
     86<plaintext>fillertext
     87Got:
     88| <html>
     89|   <head>
     90|   <body>
     91|     <plaintext>
     92|       "fillertext"
     93Expected:
     94| <html>
     95|   <head>
     96|   <body>
     97|     <plaintext>
     98|       "�filler�text�"
     99
     100Test 14 of 33 in resources/plain-text-unsafe.dat failed. Input:
     101<body><svg><foreignObject>fillertext
     102Got:
     103| <html>
     104|   <head>
     105|   <body>
     106|     <svg svg>
     107|       <svg foreignObject>
     108|         "�filler�text"
     109Expected:
     110| <html>
     111|   <head>
     112|   <body>
     113|     <svg svg>
     114|       <svg foreignObject>
     115|         "fillertext"
     116
     117Test 19 of 33 in resources/plain-text-unsafe.dat failed. Input:
     118<svg></svg><frameset>
     119Got:
     120| <html>
     121|   <head>
     122|   <body>
     123|     <svg svg>
     124|       "�"
     125Expected:
     126| <html>
     127|   <head>
     128|   <frameset>
     129
     130Test 20 of 33 in resources/plain-text-unsafe.dat failed. Input:
     131<svg> </svg><frameset>
     132Got:
     133| <html>
     134|   <head>
     135|   <body>
     136|     <svg svg>
     137|       "� "
     138Expected:
     139| <html>
     140|   <head>
     141|   <frameset>
     142
     143Test 27 of 33 in resources/plain-text-unsafe.dat failed. Input:
     144<!DOCTYPE html><table><tr><td><math><mtext>a
     145Got:
     146| <!DOCTYPE html>
     147| <html>
     148|   <head>
     149|   <body>
     150|     <table>
     151|       <tbody>
     152|         <tr>
     153|           <td>
     154|             <math math>
     155|               <math mtext>
     156|                 "�a"
     157Expected:
     158| <!DOCTYPE html>
     159| <html>
     160|   <head>
     161|   <body>
     162|     <table>
     163|       <tbody>
     164|         <tr>
     165|           <td>
     166|             <math math>
     167|               <math mtext>
     168|                 "a"
     169
     170Test 28 of 33 in resources/plain-text-unsafe.dat failed. Input:
     171<!DOCTYPE html><table><tr><td><svg><foreignObject>a
     172Got:
     173| <!DOCTYPE html>
     174| <html>
     175|   <head>
     176|   <body>
     177|     <table>
     178|       <tbody>
     179|         <tr>
     180|           <td>
     181|             <svg svg>
     182|               <svg foreignObject>
     183|                 "�a"
     184Expected:
     185| <!DOCTYPE html>
     186| <html>
     187|   <head>
     188|   <body>
     189|     <table>
     190|       <tbody>
     191|         <tr>
     192|           <td>
     193|             <svg svg>
     194|               <svg foreignObject>
     195|                 "a"
     196
     197Test 29 of 33 in resources/plain-text-unsafe.dat failed. Input:
     198<!DOCTYPE html><math><mi>ab
     199Got:
     200| <!DOCTYPE html>
     201| <html>
     202|   <head>
     203|   <body>
     204|     <math math>
     205|       <math mi>
     206|         "a�b"
     207Expected:
     208| <!DOCTYPE html>
     209| <html>
     210|   <head>
     211|   <body>
     212|     <math math>
     213|       <math mi>
     214|         "ab"
     215
     216Test 30 of 33 in resources/plain-text-unsafe.dat failed. Input:
     217<!DOCTYPE html><math><mo>ab
     218Got:
     219| <!DOCTYPE html>
     220| <html>
     221|   <head>
     222|   <body>
     223|     <math math>
     224|       <math mo>
     225|         "a�b"
     226Expected:
     227| <!DOCTYPE html>
     228| <html>
     229|   <head>
     230|   <body>
     231|     <math math>
     232|       <math mo>
     233|         "ab"
     234
     235Test 31 of 33 in resources/plain-text-unsafe.dat failed. Input:
     236<!DOCTYPE html><math><mn>ab
     237Got:
     238| <!DOCTYPE html>
     239| <html>
     240|   <head>
     241|   <body>
     242|     <math math>
     243|       <math mn>
     244|         "a�b"
     245Expected:
     246| <!DOCTYPE html>
     247| <html>
     248|   <head>
     249|   <body>
     250|     <math math>
     251|       <math mn>
     252|         "ab"
     253
     254Test 32 of 33 in resources/plain-text-unsafe.dat failed. Input:
     255<!DOCTYPE html><math><ms>ab
     256Got:
     257| <!DOCTYPE html>
     258| <html>
     259|   <head>
     260|   <body>
     261|     <math math>
     262|       <math ms>
     263|         "a�b"
     264Expected:
     265| <!DOCTYPE html>
     266| <html>
     267|   <head>
     268|   <body>
     269|     <math math>
     270|       <math ms>
     271|         "ab"
     272
     273Test 33 of 33 in resources/plain-text-unsafe.dat failed. Input:
     274<!DOCTYPE html><math><mtext>ab
     275Got:
     276| <!DOCTYPE html>
     277| <html>
     278|   <head>
     279|   <body>
     280|     <math math>
     281|       <math mtext>
     282|         "a�b"
     283Expected:
     284| <!DOCTYPE html>
     285| <html>
     286|   <head>
     287|   <body>
     288|     <math math>
     289|       <math mtext>
     290|         "ab"
    40291resources/tests1.dat: PASS
    41292
     
    159410
    160411resources/tests19.dat:
     41214
     41315
     41417
     41518
    16141681
    162417
    163 Test 81 of 103 in resources/tests19.dat failed. Input:
     418Test 14 of 104 in resources/tests19.dat failed. Input:
     419<!doctype html><ruby><div><span><rp>
     420Got:
     421| <!DOCTYPE html>
     422| <html>
     423|   <head>
     424|   <body>
     425|     <ruby>
     426|       <div>
     427|         <span>
     428|       <rp>
     429Expected:
     430| <!DOCTYPE html>
     431| <html>
     432|   <head>
     433|   <body>
     434|     <ruby>
     435|       <div>
     436|         <span>
     437|           <rp>
     438
     439Test 15 of 104 in resources/tests19.dat failed. Input:
     440<!doctype html><ruby><div><p><rp>
     441Got:
     442| <!DOCTYPE html>
     443| <html>
     444|   <head>
     445|   <body>
     446|     <ruby>
     447|       <div>
     448|         <p>
     449|       <rp>
     450Expected:
     451| <!DOCTYPE html>
     452| <html>
     453|   <head>
     454|   <body>
     455|     <ruby>
     456|       <div>
     457|         <p>
     458|         <rp>
     459
     460Test 17 of 104 in resources/tests19.dat failed. Input:
     461<!doctype html><ruby><div><span><rt>
     462Got:
     463| <!DOCTYPE html>
     464| <html>
     465|   <head>
     466|   <body>
     467|     <ruby>
     468|       <div>
     469|         <span>
     470|       <rt>
     471Expected:
     472| <!DOCTYPE html>
     473| <html>
     474|   <head>
     475|   <body>
     476|     <ruby>
     477|       <div>
     478|         <span>
     479|           <rt>
     480
     481Test 18 of 104 in resources/tests19.dat failed. Input:
     482<!doctype html><ruby><div><p><rt>
     483Got:
     484| <!DOCTYPE html>
     485| <html>
     486|   <head>
     487|   <body>
     488|     <ruby>
     489|       <div>
     490|         <p>
     491|       <rt>
     492Expected:
     493| <!DOCTYPE html>
     494| <html>
     495|   <head>
     496|   <body>
     497|     <ruby>
     498|       <div>
     499|         <p>
     500|         <rt>
     501
     502Test 81 of 104 in resources/tests19.dat failed. Input:
    164503<!doctype html><div><body><frameset>
    165504Got:
     
    7831122resources/tests25.dat: PASS
    7841123
    785 resources/tests26.dat: PASS
    786 
     1124resources/tests26.dat:
     112511
     112612
     112713
     112814
     1129
     1130Test 11 of 15 in resources/tests26.dat failed. Input:
     1131<!DOCTYPE html><svg><foreignObject><p><i></p>a
     1132Got:
     1133| <!DOCTYPE html>
     1134| <html>
     1135|   <head>
     1136|   <body>
     1137|     <svg svg>
     1138|       <svg foreignObject>
     1139|         <p>
     1140|           <i>
     1141|         "a"
     1142Expected:
     1143| <!DOCTYPE html>
     1144| <html>
     1145|   <head>
     1146|   <body>
     1147|     <svg svg>
     1148|       <svg foreignObject>
     1149|         <p>
     1150|           <i>
     1151|         <i>
     1152|           "a"
     1153
     1154Test 12 of 15 in resources/tests26.dat failed. Input:
     1155<!DOCTYPE html><table><tr><td><svg><foreignObject><p><i></p>a
     1156Got:
     1157| <!DOCTYPE html>
     1158| <html>
     1159|   <head>
     1160|   <body>
     1161|     <table>
     1162|       <tbody>
     1163|         <tr>
     1164|           <td>
     1165|             <svg svg>
     1166|               <svg foreignObject>
     1167|                 <p>
     1168|                   <i>
     1169|                 "a"
     1170Expected:
     1171| <!DOCTYPE html>
     1172| <html>
     1173|   <head>
     1174|   <body>
     1175|     <table>
     1176|       <tbody>
     1177|         <tr>
     1178|           <td>
     1179|             <svg svg>
     1180|               <svg foreignObject>
     1181|                 <p>
     1182|                   <i>
     1183|                 <i>
     1184|                   "a"
     1185
     1186Test 13 of 15 in resources/tests26.dat failed. Input:
     1187<!DOCTYPE html><math><mtext><p><i></p>a
     1188Got:
     1189| <!DOCTYPE html>
     1190| <html>
     1191|   <head>
     1192|   <body>
     1193|     <math math>
     1194|       <math mtext>
     1195|         <p>
     1196|           <i>
     1197|         "a"
     1198Expected:
     1199| <!DOCTYPE html>
     1200| <html>
     1201|   <head>
     1202|   <body>
     1203|     <math math>
     1204|       <math mtext>
     1205|         <p>
     1206|           <i>
     1207|         <i>
     1208|           "a"
     1209
     1210Test 14 of 15 in resources/tests26.dat failed. Input:
     1211<!DOCTYPE html><table><tr><td><math><mtext><p><i></p>a
     1212Got:
     1213| <!DOCTYPE html>
     1214| <html>
     1215|   <head>
     1216|   <body>
     1217|     <table>
     1218|       <tbody>
     1219|         <tr>
     1220|           <td>
     1221|             <math math>
     1222|               <math mtext>
     1223|                 <p>
     1224|                   <i>
     1225|                 "a"
     1226Expected:
     1227| <!DOCTYPE html>
     1228| <html>
     1229|   <head>
     1230|   <body>
     1231|     <table>
     1232|       <tbody>
     1233|         <tr>
     1234|           <td>
     1235|             <math math>
     1236|               <math mtext>
     1237|                 <p>
     1238|                   <i>
     1239|                 <i>
     1240|                   "a"
    7871241resources/tests_innerHTML_1.dat: PASS
    7881242
    789 resources/webkit01.dat: PASS
    790 
     1243resources/webkit01.dat:
     124426
     124527
     1246
     1247Test 26 of 49 in resources/webkit01.dat failed. Input:
     1248<html><body><ruby><div><rp>xx</rp></div></ruby></body></html>
     1249Got:
     1250| <html>
     1251|   <head>
     1252|   <body>
     1253|     <ruby>
     1254|       <div>
     1255|       <rp>
     1256|         "xx"
     1257Expected:
     1258| <html>
     1259|   <head>
     1260|   <body>
     1261|     <ruby>
     1262|       <div>
     1263|         <rp>
     1264|           "xx"
     1265
     1266Test 27 of 49 in resources/webkit01.dat failed. Input:
     1267<html><body><ruby><div><rt>xx</rt></div></ruby></body></html>
     1268Got:
     1269| <html>
     1270|   <head>
     1271|   <body>
     1272|     <ruby>
     1273|       <div>
     1274|       <rt>
     1275|         "xx"
     1276Expected:
     1277| <html>
     1278|   <head>
     1279|   <body>
     1280|     <ruby>
     1281|       <div>
     1282|         <rt>
     1283|           "xx"
    7911284resources/webkit02.dat: PASS
    7921285
     
    8111304resources/isindex.dat: PASS
    8121305
    813 resources/tables01.dat: PASS
    814 
     1306resources/tables01.dat:
     130717
     1308
     1309Test 17 of 17 in resources/tables01.dat failed. Input:
     1310<table><tr><td><svg><desc><td>
     1311Got:
     1312| <html>
     1313|   <head>
     1314|   <body>
     1315|     <table>
     1316|       <tbody>
     1317|         <tr>
     1318|           <td>
     1319|             <svg svg>
     1320|               <svg desc>
     1321Expected:
     1322| <html>
     1323|   <head>
     1324|   <body>
     1325|     <table>
     1326|       <tbody>
     1327|         <tr>
     1328|           <td>
     1329|             <svg svg>
     1330|               <svg desc>
     1331|           <td>
    8151332resources/tricky01.dat: PASS
    8161333
  • trunk/LayoutTests/html5lib/webkit-resumer-expected.txt

    r64712 r102626  
    157157CONSOLE MESSAGE: line 2: FOO<span>BAR</span>BAZ
    158158CONSOLE MESSAGE: line 2: FOO<span>BAR</span>BAZ
    159 resources/webkit01.dat: PASS
     159resources/webkit01.dat:
     160818.1
     161819.2
     162820.3
     163821.4
     164822.5
     165823.6
     166824.7
     167825.8
     168826.9
     169827.10
     170828.11
     171829.12
     172830.13
     173831.14
     174832.15
     175833.16
     176834.17
     177835.18
     178836.19
     179837.20
     180838.21
     181839.22
     182840.23
     183841.24
     184842.25
     185843.26
     186844.27
     187845.28
     188846.29
     189847.30
     190848.31
     191849.32
     192850.33
     193851.34
     194852.35
     195853.36
     196854.37
     197855.38
     198856.39
     199857.40
     200858.41
     201859.42
     202860.43
     203861.44
     204862.45
     205863.46
     206864.47
     207865.48
     208866.49
     209867.50
     210868.51
     211869.52
     212870.53
     213871.54
     214872.55
     215873.56
     216874.57
     217875.58
     218876.59
     219877.60
     220878.1
     221879.2
     222880.3
     223881.4
     224882.5
     225883.6
     226884.7
     227885.8
     228886.9
     229887.10
     230888.11
     231889.12
     232890.13
     233891.14
     234892.15
     235893.16
     236894.17
     237895.18
     238896.19
     239897.20
     240898.21
     241899.22
     242900.23
     243901.24
     244902.25
     245903.26
     246904.27
     247905.28
     248906.29
     249907.30
     250908.31
     251909.32
     252910.33
     253911.34
     254912.35
     255913.36
     256914.37
     257915.38
     258916.39
     259917.40
     260918.41
     261919.42
     262920.43
     263921.44
     264922.45
     265923.46
     266924.47
     267925.48
     268926.49
     269927.50
     270928.51
     271929.52
     272930.53
     273931.54
     274932.55
     275933.56
     276934.57
     277935.58
     278936.59
     279937.60
  • trunk/LayoutTests/platform/chromium/html5lib/runner-expected.txt

    r100157 r102626  
    88CONSOLE MESSAGE: line 1: Uncaught SyntaxError: Unexpected token <
    99CONSOLE MESSAGE: line 1: Uncaught SyntaxError: Unexpected token <
     10ALERT: Invalid test: #errors
     11#document-fragment
     12html
     13#document
     14| <head>
     15| <body>
     16
    1017CONSOLE MESSAGE: line 2: PASS
    1118CONSOLE MESSAGE: line 2: FOO<span>BAR</span>BAZ
     
    1421resources/pending-spec-changes.dat:
    15222
    16 
    17 Test 2 of 2 in resources/pending-spec-changes.dat failed. Input:
     233
     24
     25Test 2 of 3 in resources/pending-spec-changes.dat failed. Input:
    1826<!DOCTYPE html><table><caption><svg>foo</table>bar
    1927Got:
     
    3644|           "foo"
    3745|     "bar"
    38 resources/plain-text-unsafe.dat: PASS
    39 
     46
     47Test 3 of 3 in resources/pending-spec-changes.dat failed. Input:
     48<table><tr><td><svg><desc><td></desc><circle>
     49Got:
     50| <html>
     51|   <head>
     52|   <body>
     53|     <table>
     54|       <tbody>
     55|         <tr>
     56|           <td>
     57|             <svg svg>
     58|               <svg desc>
     59|               <svg circle>
     60Expected:
     61| <html>
     62|   <head>
     63|   <body>
     64|     <table>
     65|       <tbody>
     66|         <tr>
     67|           <td>
     68|             <svg svg>
     69|               <svg desc>
     70|           <td>
     71|             <circle>
     72resources/plain-text-unsafe.dat:
     7310
     7414
     7519
     7620
     7727
     7828
     7929
     8030
     8131
     8232
     8333
     84
     85Test 10 of 33 in resources/plain-text-unsafe.dat failed. Input:
     86<plaintext>fillertext
     87Got:
     88| <html>
     89|   <head>
     90|   <body>
     91|     <plaintext>
     92|       "fillertext"
     93Expected:
     94| <html>
     95|   <head>
     96|   <body>
     97|     <plaintext>
     98|       "�filler�text�"
     99
     100Test 14 of 33 in resources/plain-text-unsafe.dat failed. Input:
     101<body><svg><foreignObject>fillertext
     102Got:
     103| <html>
     104|   <head>
     105|   <body>
     106|     <svg svg>
     107|       <svg foreignObject>
     108|         "�filler�text"
     109Expected:
     110| <html>
     111|   <head>
     112|   <body>
     113|     <svg svg>
     114|       <svg foreignObject>
     115|         "fillertext"
     116
     117Test 19 of 33 in resources/plain-text-unsafe.dat failed. Input:
     118<svg></svg><frameset>
     119Got:
     120| <html>
     121|   <head>
     122|   <body>
     123|     <svg svg>
     124|       "�"
     125Expected:
     126| <html>
     127|   <head>
     128|   <frameset>
     129
     130Test 20 of 33 in resources/plain-text-unsafe.dat failed. Input:
     131<svg> </svg><frameset>
     132Got:
     133| <html>
     134|   <head>
     135|   <body>
     136|     <svg svg>
     137|       "� "
     138Expected:
     139| <html>
     140|   <head>
     141|   <frameset>
     142
     143Test 27 of 33 in resources/plain-text-unsafe.dat failed. Input:
     144<!DOCTYPE html><table><tr><td><math><mtext>a
     145Got:
     146| <!DOCTYPE html>
     147| <html>
     148|   <head>
     149|   <body>
     150|     <table>
     151|       <tbody>
     152|         <tr>
     153|           <td>
     154|             <math math>
     155|               <math mtext>
     156|                 "�a"
     157Expected:
     158| <!DOCTYPE html>
     159| <html>
     160|   <head>
     161|   <body>
     162|     <table>
     163|       <tbody>
     164|         <tr>
     165|           <td>
     166|             <math math>
     167|               <math mtext>
     168|                 "a"
     169
     170Test 28 of 33 in resources/plain-text-unsafe.dat failed. Input:
     171<!DOCTYPE html><table><tr><td><svg><foreignObject>a
     172Got:
     173| <!DOCTYPE html>
     174| <html>
     175|   <head>
     176|   <body>
     177|     <table>
     178|       <tbody>
     179|         <tr>
     180|           <td>
     181|             <svg svg>
     182|               <svg foreignObject>
     183|                 "�a"
     184Expected:
     185| <!DOCTYPE html>
     186| <html>
     187|   <head>
     188|   <body>
     189|     <table>
     190|       <tbody>
     191|         <tr>
     192|           <td>
     193|             <svg svg>
     194|               <svg foreignObject>
     195|                 "a"
     196
     197Test 29 of 33 in resources/plain-text-unsafe.dat failed. Input:
     198<!DOCTYPE html><math><mi>ab
     199Got:
     200| <!DOCTYPE html>
     201| <html>
     202|   <head>
     203|   <body>
     204|     <math math>
     205|       <math mi>
     206|         "a�b"
     207Expected:
     208| <!DOCTYPE html>
     209| <html>
     210|   <head>
     211|   <body>
     212|     <math math>
     213|       <math mi>
     214|         "ab"
     215
     216Test 30 of 33 in resources/plain-text-unsafe.dat failed. Input:
     217<!DOCTYPE html><math><mo>ab
     218Got:
     219| <!DOCTYPE html>
     220| <html>
     221|   <head>
     222|   <body>
     223|     <math math>
     224|       <math mo>
     225|         "a�b"
     226Expected:
     227| <!DOCTYPE html>
     228| <html>
     229|   <head>
     230|   <body>
     231|     <math math>
     232|       <math mo>
     233|         "ab"
     234
     235Test 31 of 33 in resources/plain-text-unsafe.dat failed. Input:
     236<!DOCTYPE html><math><mn>ab
     237Got:
     238| <!DOCTYPE html>
     239| <html>
     240|   <head>
     241|   <body>
     242|     <math math>
     243|       <math mn>
     244|         "a�b"
     245Expected:
     246| <!DOCTYPE html>
     247| <html>
     248|   <head>
     249|   <body>
     250|     <math math>
     251|       <math mn>
     252|         "ab"
     253
     254Test 32 of 33 in resources/plain-text-unsafe.dat failed. Input:
     255<!DOCTYPE html><math><ms>ab
     256Got:
     257| <!DOCTYPE html>
     258| <html>
     259|   <head>
     260|   <body>
     261|     <math math>
     262|       <math ms>
     263|         "a�b"
     264Expected:
     265| <!DOCTYPE html>
     266| <html>
     267|   <head>
     268|   <body>
     269|     <math math>
     270|       <math ms>
     271|         "ab"
     272
     273Test 33 of 33 in resources/plain-text-unsafe.dat failed. Input:
     274<!DOCTYPE html><math><mtext>ab
     275Got:
     276| <!DOCTYPE html>
     277| <html>
     278|   <head>
     279|   <body>
     280|     <math math>
     281|       <math mtext>
     282|         "a�b"
     283Expected:
     284| <!DOCTYPE html>
     285| <html>
     286|   <head>
     287|   <body>
     288|     <math math>
     289|       <math mtext>
     290|         "ab"
    40291resources/tests1.dat: PASS
    41292
     
    159410
    160411resources/tests19.dat:
     41214
     41315
     41417
     41518
    16141681
    162417
    163 Test 81 of 103 in resources/tests19.dat failed. Input:
     418Test 14 of 104 in resources/tests19.dat failed. Input:
     419<!doctype html><ruby><div><span><rp>
     420Got:
     421| <!DOCTYPE html>
     422| <html>
     423|   <head>
     424|   <body>
     425|     <ruby>
     426|       <div>
     427|         <span>
     428|       <rp>
     429Expected:
     430| <!DOCTYPE html>
     431| <html>
     432|   <head>
     433|   <body>
     434|     <ruby>
     435|       <div>
     436|         <span>
     437|           <rp>
     438
     439Test 15 of 104 in resources/tests19.dat failed. Input:
     440<!doctype html><ruby><div><p><rp>
     441Got:
     442| <!DOCTYPE html>
     443| <html>
     444|   <head>
     445|   <body>
     446|     <ruby>
     447|       <div>
     448|         <p>
     449|       <rp>
     450Expected:
     451| <!DOCTYPE html>
     452| <html>
     453|   <head>
     454|   <body>
     455|     <ruby>
     456|       <div>
     457|         <p>
     458|         <rp>
     459
     460Test 17 of 104 in resources/tests19.dat failed. Input:
     461<!doctype html><ruby><div><span><rt>
     462Got:
     463| <!DOCTYPE html>
     464| <html>
     465|   <head>
     466|   <body>
     467|     <ruby>
     468|       <div>
     469|         <span>
     470|       <rt>
     471Expected:
     472| <!DOCTYPE html>
     473| <html>
     474|   <head>
     475|   <body>
     476|     <ruby>
     477|       <div>
     478|         <span>
     479|           <rt>
     480
     481Test 18 of 104 in resources/tests19.dat failed. Input:
     482<!doctype html><ruby><div><p><rt>
     483Got:
     484| <!DOCTYPE html>
     485| <html>
     486|   <head>
     487|   <body>
     488|     <ruby>
     489|       <div>
     490|         <p>
     491|       <rt>
     492Expected:
     493| <!DOCTYPE html>
     494| <html>
     495|   <head>
     496|   <body>
     497|     <ruby>
     498|       <div>
     499|         <p>
     500|         <rt>
     501
     502Test 81 of 104 in resources/tests19.dat failed. Input:
    164503<!doctype html><div><body><frameset>
    165504Got:
     
    7831122resources/tests25.dat: PASS
    7841123
    785 resources/tests26.dat: PASS
    786 
     1124resources/tests26.dat:
     112511
     112612
     112713
     112814
     1129
     1130Test 11 of 15 in resources/tests26.dat failed. Input:
     1131<!DOCTYPE html><svg><foreignObject><p><i></p>a
     1132Got:
     1133| <!DOCTYPE html>
     1134| <html>
     1135|   <head>
     1136|   <body>
     1137|     <svg svg>
     1138|       <svg foreignObject>
     1139|         <p>
     1140|           <i>
     1141|         "a"
     1142Expected:
     1143| <!DOCTYPE html>
     1144| <html>
     1145|   <head>
     1146|   <body>
     1147|     <svg svg>
     1148|       <svg foreignObject>
     1149|         <p>
     1150|           <i>
     1151|         <i>
     1152|           "a"
     1153
     1154Test 12 of 15 in resources/tests26.dat failed. Input:
     1155<!DOCTYPE html><table><tr><td><svg><foreignObject><p><i></p>a
     1156Got:
     1157| <!DOCTYPE html>
     1158| <html>
     1159|   <head>
     1160|   <body>
     1161|     <table>
     1162|       <tbody>
     1163|         <tr>
     1164|           <td>
     1165|             <svg svg>
     1166|               <svg foreignObject>
     1167|                 <p>
     1168|                   <i>
     1169|                 "a"
     1170Expected:
     1171| <!DOCTYPE html>
     1172| <html>
     1173|   <head>
     1174|   <body>
     1175|     <table>
     1176|       <tbody>
     1177|         <tr>
     1178|           <td>
     1179|             <svg svg>
     1180|               <svg foreignObject>
     1181|                 <p>
     1182|                   <i>
     1183|                 <i>
     1184|                   "a"
     1185
     1186Test 13 of 15 in resources/tests26.dat failed. Input:
     1187<!DOCTYPE html><math><mtext><p><i></p>a
     1188Got:
     1189| <!DOCTYPE html>
     1190| <html>
     1191|   <head>
     1192|   <body>
     1193|     <math math>
     1194|       <math mtext>
     1195|         <p>
     1196|           <i>
     1197|         "a"
     1198Expected:
     1199| <!DOCTYPE html>
     1200| <html>
     1201|   <head>
     1202|   <body>
     1203|     <math math>
     1204|       <math mtext>
     1205|         <p>
     1206|           <i>
     1207|         <i>
     1208|           "a"
     1209
     1210Test 14 of 15 in resources/tests26.dat failed. Input:
     1211<!DOCTYPE html><table><tr><td><math><mtext><p><i></p>a
     1212Got:
     1213| <!DOCTYPE html>
     1214| <html>
     1215|   <head>
     1216|   <body>
     1217|     <table>
     1218|       <tbody>
     1219|         <tr>
     1220|           <td>
     1221|             <math math>
     1222|               <math mtext>
     1223|                 <p>
     1224|                   <i>
     1225|                 "a"
     1226Expected:
     1227| <!DOCTYPE html>
     1228| <html>
     1229|   <head>
     1230|   <body>
     1231|     <table>
     1232|       <tbody>
     1233|         <tr>
     1234|           <td>
     1235|             <math math>
     1236|               <math mtext>
     1237|                 <p>
     1238|                   <i>
     1239|                 <i>
     1240|                   "a"
    7871241resources/tests_innerHTML_1.dat: PASS
    7881242
    789 resources/webkit01.dat: PASS
    790 
     1243resources/webkit01.dat:
     124426
     124527
     1246
     1247Test 26 of 49 in resources/webkit01.dat failed. Input:
     1248<html><body><ruby><div><rp>xx</rp></div></ruby></body></html>
     1249Got:
     1250| <html>
     1251|   <head>
     1252|   <body>
     1253|     <ruby>
     1254|       <div>
     1255|       <rp>
     1256|         "xx"
     1257Expected:
     1258| <html>
     1259|   <head>
     1260|   <body>
     1261|     <ruby>
     1262|       <div>
     1263|         <rp>
     1264|           "xx"
     1265
     1266Test 27 of 49 in resources/webkit01.dat failed. Input:
     1267<html><body><ruby><div><rt>xx</rt></div></ruby></body></html>
     1268Got:
     1269| <html>
     1270|   <head>
     1271|   <body>
     1272|     <ruby>
     1273|       <div>
     1274|       <rt>
     1275|         "xx"
     1276Expected:
     1277| <html>
     1278|   <head>
     1279|   <body>
     1280|     <ruby>
     1281|       <div>
     1282|         <rt>
     1283|           "xx"
    7911284resources/webkit02.dat: PASS
    7921285
     
    8111304resources/isindex.dat: PASS
    8121305
    813 resources/tables01.dat: PASS
    814 
     1306resources/tables01.dat:
     130717
     1308
     1309Test 17 of 17 in resources/tables01.dat failed. Input:
     1310<table><tr><td><svg><desc><td>
     1311Got:
     1312| <html>
     1313|   <head>
     1314|   <body>
     1315|     <table>
     1316|       <tbody>
     1317|         <tr>
     1318|           <td>
     1319|             <svg svg>
     1320|               <svg desc>
     1321Expected:
     1322| <html>
     1323|   <head>
     1324|   <body>
     1325|     <table>
     1326|       <tbody>
     1327|         <tr>
     1328|           <td>
     1329|             <svg svg>
     1330|               <svg desc>
     1331|           <td>
    8151332resources/tricky01.dat: PASS
    8161333
Note: See TracChangeset for help on using the changeset viewer.