Changeset 65985 in webkit


Ignore:
Timestamp:
Aug 24, 2010 11:02:18 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-08-24 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

HTML5 spec changed to coalesce text nodes even when they were not created by the parser
https://bugs.webkit.org/show_bug.cgi?id=44586

See http://www.w3.org/Bugs/Public/show_bug.cgi?id=10221 for more info.

  • html5lib/resources/adoption01.dat:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r65981 r65985  
     12010-08-24  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        HTML5 spec changed to coalesce text nodes even when they were not created by the parser
     6        https://bugs.webkit.org/show_bug.cgi?id=44586
     7
     8        See http://www.w3.org/Bugs/Public/show_bug.cgi?id=10221 for more info.
     9
     10        * html5lib/resources/adoption01.dat:
     11
    1122010-08-24  Dumitru Daniliuc  <dumi@chromium.org>
    213
  • trunk/LayoutTests/html5lib/resources/adoption01.dat

    r65785 r65985  
    175175|   <head>
    176176|   <body>
    177 |     "A"
    178 |     "C"
     177|     "AC"
    179178|     <table>
    180179|       <tbody>
  • trunk/LayoutTests/html5lib/runner-expected.txt

    r65981 r65985  
    106106resources/comments01.dat: PASS
    107107
    108 resources/adoption01.dat:
    109 12
     108resources/adoption01.dat: PASS
    110109
    111 Test 12 of 13 in resources/adoption01.dat failed. Input:
    112 <table>A<td>B</td>C</table>
    113 Got:
    114 | <html>
    115 |   <head>
    116 |   <body>
    117 |     "AC"
    118 |     <table>
    119 |       <tbody>
    120 |         <tr>
    121 |           <td>
    122 |             "B"
    123 Expected:
    124 | <html>
    125 |   <head>
    126 |   <body>
    127 |     "A"
    128 |     "C"
    129 |     <table>
    130 |       <tbody>
    131 |         <tr>
    132 |           <td>
    133 |             "B"
    134110resources/adoption02.dat:
    1351112
Note: See TracChangeset for help on using the changeset viewer.