Changeset 67857 in webkit


Ignore:
Timestamp:
Sep 20, 2010 9:48:51 AM (14 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Alexey Proskuryakov.

script element created with html element as parent
https://bugs.webkit.org/show_bug.cgi?id=17023

The underlying bug is fixed by the HTML5 parser. We have lots of tests
for the resulting DOM in this case, but we don't have a test for what
the DOM looks like to a script running inline at that time. Since
that's how the test case attached to the bug was written, it seems
worth adding.

  • fast/parser/parent-of-script-before-head-expected.txt: Added.
  • fast/parser/parent-of-script-before-head.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r67856 r67857  
     12010-09-20  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        script element created with html element as parent
     6        https://bugs.webkit.org/show_bug.cgi?id=17023
     7
     8        The underlying bug is fixed by the HTML5 parser.  We have lots of tests
     9        for the resulting DOM in this case, but we don't have a test for what
     10        the DOM looks like to a script running inline at that time.  Since
     11        that's how the test case attached to the bug was written, it seems
     12        worth adding.
     13
     14        * fast/parser/parent-of-script-before-head-expected.txt: Added.
     15        * fast/parser/parent-of-script-before-head.html: Added.
     16
    1172010-09-20  Dimitri Glazkov  <dglazkov@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.