Changeset 63872 in webkit


Ignore:
Timestamp:
Jul 21, 2010 6:10:34 PM (14 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Darin Adler.

incorrect tabindex parsing
https://bugs.webkit.org/show_bug.cgi?id=21076

Add a test showing that our parsing of unquoted attributes in
self-closing tags complies with the spec.

  • html5lib/resources/webkit02.dat: Added.
  • html5lib/runner-expected-html5.txt:
  • html5lib/runner-expected.txt:
  • html5lib/runner.html:
Location:
trunk/LayoutTests
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r63871 r63872  
     12010-07-21  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        incorrect tabindex parsing
     6        https://bugs.webkit.org/show_bug.cgi?id=21076
     7
     8        Add a test showing that our parsing of unquoted attributes in
     9        self-closing tags complies with the spec.
     10
     11        * html5lib/resources/webkit02.dat: Added.
     12        * html5lib/runner-expected-html5.txt:
     13        * html5lib/runner-expected.txt:
     14        * html5lib/runner.html:
     15
    1162010-07-21  Adam Barth  <abarth@webkit.org>
    217
  • trunk/LayoutTests/html5lib/runner-expected-html5.txt

    r63871 r63872  
    366366|         <table>
    367367resources/webkit01.dat: PASS
     368
     369resources/webkit02.dat: PASS
    368370
    369371resources/doctype01.dat: PASS
  • trunk/LayoutTests/html5lib/runner-expected.txt

    r63871 r63872  
    65526552|           "a"
    65536553|         <nobr>
     6554resources/webkit02.dat: PASS
     6555
    65546556resources/doctype01.dat:
    6555655731
  • trunk/LayoutTests/html5lib/runner.html

    r63858 r63872  
    5959        'resources/tests20.dat',
    6060        'resources/webkit01.dat',
     61        'resources/webkit02.dat',
    6162        'resources/doctype01.dat',
    6263        'resources/scriptdata01.dat',
Note: See TracChangeset for help on using the changeset viewer.