Changeset 63799 in webkit


Ignore:
Timestamp:
Jul 20, 2010 7:41:45 PM (14 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Eric Seidel.

Update expected results for a "tricky" test
https://bugs.webkit.org/show_bug.cgi?id=42604

Originally, I created these expectations using Minefield. However, it
appears that Minefield parses this case incorrectly according to the
spec. I've filed <https://bugzilla.mozilla.org/show_bug.cgi?id=580091>.

This patch updates our expected results to what I believe is correct.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r63798 r63799  
     12010-07-20  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Update expected results for a "tricky" test
     6        https://bugs.webkit.org/show_bug.cgi?id=42604
     7
     8        Originally, I created these expectations using Minefield.  However, it
     9        appears that Minefield parses this case incorrectly according to the
     10        spec.  I've filed <https://bugzilla.mozilla.org/show_bug.cgi?id=580091>.
     11
     12        This patch updates our expected results to what I believe is correct.
     13
     14        * html5lib/resources/tricky01.dat:
     15        * html5lib/runner-expected-html5.txt:
     16        * html5lib/runner-expected.txt:
     17
    1182010-07-20  Adam Barth  <abarth@webkit.org>
    219
  • trunk/LayoutTests/html5lib/resources/tricky01.dat

    r63728 r63799  
    170170  "
    171171|     <font>
    172 |       "
    173 "
    174172|       <img>
    175173|         alt="Image"
    176174|         height="100"
    177 |         style="background-color: green;"
     175|         style="background-color:green"
    178176|         width="100"
    179177|       "
    180178"
    181 |     <font>
    182 |       "
    183 "
    184 |     <font>
    185 |       "
    186 "
    187 |     <table>
    188 |       "
    189   "
     179|     <table>
     180|       "
     181 
     182"
    190183|       <tbody>
    191184|         <tr>
    192185|           <td>
    193186|             "
     187"
     188|           "
     189"
     190|         "
    194191"
    195192
  • trunk/LayoutTests/html5lib/runner-expected-html5.txt

    r63798 r63799  
    411411resources/tables01.dat: PASS
    412412
    413 resources/tricky01.dat:
    414 6
    415 
    416 Test 6 of 9 in resources/tricky01.dat failed. Input:
    417 <TABLE>
    418   <CENTER>
    419   <FONT>You should see a 100x100 green Image below.
    420   </CENTER>
    421 <IMG alt="Image" width=100 height=100 style="background-color:green">
    422 <tr><td>
    423 </td>
    424 </tr>
    425 </table>
    426 Got:
    427 | <html>
    428 |   <head>
    429 |   <body>
    430 |     <center>
    431 |       "
    432   "
    433 |       <font>
    434 |         "You should see a 100x100 green Image below.
    435   "
    436 |     <font>
    437 |       <img>
    438 |         alt="Image"
    439 |         height="100"
    440 |         style="background-color:green"
    441 |         width="100"
    442 |       "
    443 "
    444 |     <table>
    445 |       "
    446  
    447 "
    448 |       <tbody>
    449 |         <tr>
    450 |           <td>
    451 |             "
    452 "
    453 |           "
    454 "
    455 |         "
    456 "
    457 Expected:
    458 | <html>
    459 |   <head>
    460 |   <body>
    461 |     <center>
    462 |       "
    463   "
    464 |       <font>
    465 |         "You should see a 100x100 green Image below.
    466   "
    467 |     <font>
    468 |       "
    469 "
    470 |       <img>
    471 |         alt="Image"
    472 |         height="100"
    473 |         style="background-color: green;"
    474 |         width="100"
    475 |       "
    476 "
    477 |     <font>
    478 |       "
    479 "
    480 |     <font>
    481 |       "
    482 "
    483 |     <table>
    484 |       "
    485   "
    486 |       <tbody>
    487 |         <tr>
    488 |           <td>
    489 |             "
    490 "
     413resources/tricky01.dat: PASS
    491414#EOF
  • trunk/LayoutTests/html5lib/runner-expected.txt

    r63798 r63799  
    53165316  "
    53175317|     <font>
    5318 |       "
    5319 "
    53205318|       <img>
    53215319|         alt="Image"
    53225320|         height="100"
    5323 |         style="background-color: green;"
     5321|         style="background-color:green"
    53245322|         width="100"
    53255323|       "
    53265324"
    5327 |     <font>
     5325|     <table>
    53285326|       "
     5327 
    53295328"
    5330 |     <font>
    5331 |       "
    5332 "
    5333 |     <table>
    5334 |       "
    5335   "
    53365329|       <tbody>
    53375330|         <tr>
    53385331|           <td>
    53395332|             "
     5333"
     5334|           "
     5335"
     5336|         "
    53405337"
    53415338
Note: See TracChangeset for help on using the changeset viewer.