Changeset 87265 in webkit


Ignore:
Timestamp:
May 24, 2011 9:17:03 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-24 Julien Chaffraix <jchaffraix@codeaurora.org>

Reviewed by Hajime Morita.

<legend> element is dropped on the floor
https://bugs.webkit.org/show_bug.cgi?id=18691

  • html5lib/resources/webkit02.dat: Added a passing test for <legend> parsing.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r87264 r87265  
     12011-05-24  Julien Chaffraix  <jchaffraix@codeaurora.org>
     2
     3        Reviewed by Hajime Morita.
     4
     5        <legend> element is dropped on the floor
     6        https://bugs.webkit.org/show_bug.cgi?id=18691
     7
     8        * html5lib/resources/webkit02.dat: Added a passing
     9        test for <legend> parsing.
     10
    1112011-05-24  Annie Sullivan  <sullivan@chromium.org>
    212
  • trunk/LayoutTests/html5lib/resources/webkit02.dat

    r69170 r87265  
    9393|           <td>
    9494|             "A"
     95
     96#data
     97<legend>test</legend>
     98#errors
     99#document
     100| <html>
     101|   <head>
     102|   <body>
     103|     <legend>
     104|       "test"
Note: See TracChangeset for help on using the changeset viewer.