Changeset 60920 in webkit


Ignore:
Timestamp:
Jun 9, 2010 3:45:42 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-06-09 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Fix typo in fast/lists/ordered-list-with-no-ol-tag.html
https://bugs.webkit.org/show_bug.cgi?id=40391

This test contains an untermianted end tag, which parses differently in
the HTML5 parser than in the legacy parser. Having read the bug that
caused this test to be added, making the text valid HTML seems to
respect the intent of the test (which is about numbering).

As discussed in other patches, we have the parsing behavior covered in
parsing tests.

  • fast/lists/ordered-list-with-no-ol-tag.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r60919 r60920  
     12010-06-09  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Fix typo in fast/lists/ordered-list-with-no-ol-tag.html
     6        https://bugs.webkit.org/show_bug.cgi?id=40391
     7
     8        This test contains an untermianted end tag, which parses differently in
     9        the HTML5 parser than in the legacy parser.  Having read the bug that
     10        caused this test to be added, making the text valid HTML seems to
     11        respect the intent of the test (which is about numbering).
     12
     13        As discussed in other patches, we have the parsing behavior covered in
     14        parsing tests.
     15
     16        * fast/lists/ordered-list-with-no-ol-tag.html:
     17
    1182010-06-09  Adam Barth  <abarth@webkit.org>
    219
  • trunk/LayoutTests/fast/lists/ordered-list-with-no-ol-tag.html

    r15687 r60920  
    5858    <div class="listitem">Item 5
    5959        <table class="listitem"><tr><td>Table Cell A1</td><td>Table Cell B1</td></table>
    60         <table class="listitem"><tr><td>Table 2 Cell A1</td><td>Table 2 Cell B1</td></table
     60        <table class="listitem"><tr><td>Table 2 Cell A1</td><td>Table 2 Cell B1</td></table>
    6161    </div>
    6262    <div class="listitem">Item 6</div>
Note: See TracChangeset for help on using the changeset viewer.