Changeset 64838 in webkit


Ignore:
Timestamp:
Aug 6, 2010 5:13:28 AM (14 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Darin Adler.

<noscript> is not allowed inside <p>
https://bugs.webkit.org/show_bug.cgi?id=43440

Add a test that we now we parse this example correctly.

  • html5lib/resources/webkit02.dat:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64837 r64838  
     12010-08-06  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        <noscript> is not allowed inside <p>
     6        https://bugs.webkit.org/show_bug.cgi?id=43440
     7
     8        Add a test that we now we parse this example correctly.
     9
     10        * html5lib/resources/webkit02.dat:
     11
    1122010-08-06  Nikolas Zimmermann  <nzimmermann@rim.com>
    213
  • trunk/LayoutTests/html5lib/resources/webkit02.dat

    r63872 r64838  
    88|     <foo>
    99|       bar="qux/"
     10
     11#data
     12<p id="status"><noscript><strong>A</strong></noscript><span>B</span></p>
     13#errors
     14#document
     15| <html>
     16|   <head>
     17|   <body>
     18|     <p>
     19|       id="status"
     20|       <noscript>
     21|         "<strong>A</strong>"
     22|       <span>
     23|         "B"
Note: See TracChangeset for help on using the changeset viewer.