Title: [87265] trunk/LayoutTests
Revision
87265
Author
[email protected]
Date
2011-05-24 21:17:03 -0700 (Tue, 24 May 2011)

Log Message

2011-05-24  Julien Chaffraix  <[email protected]>

        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.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87264 => 87265)


--- trunk/LayoutTests/ChangeLog	2011-05-25 04:14:51 UTC (rev 87264)
+++ trunk/LayoutTests/ChangeLog	2011-05-25 04:17:03 UTC (rev 87265)
@@ -1,3 +1,13 @@
+2011-05-24  Julien Chaffraix  <[email protected]>
+
+        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.
+
 2011-05-24  Annie Sullivan  <[email protected]>
 
         Reviewed by Tony Chang.

Modified: trunk/LayoutTests/html5lib/resources/webkit02.dat (87264 => 87265)


--- trunk/LayoutTests/html5lib/resources/webkit02.dat	2011-05-25 04:14:51 UTC (rev 87264)
+++ trunk/LayoutTests/html5lib/resources/webkit02.dat	2011-05-25 04:17:03 UTC (rev 87265)
@@ -92,3 +92,13 @@
 |         <tr>
 |           <td>
 |             "A"
+
+#data
+<legend>test</legend>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>
+|     <legend>
+|       "test"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to