Changeset 65401 in webkit


Ignore:
Timestamp:
Aug 16, 2010 1:51:20 AM (14 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Alexey Proskuryakov.

document.write() isn't processed immediately before DOM access
https://bugs.webkit.org/show_bug.cgi?id=36881

Test that document.write gets flushed before DOM access takes place.

  • fast/tokenizer/document-write-racing-dom-access-expected.txt: Added.
  • fast/tokenizer/document-write-racing-dom-access.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r65400 r65401  
     12010-08-16  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        document.write() isn't processed immediately before DOM access
     6        https://bugs.webkit.org/show_bug.cgi?id=36881
     7
     8        Test that document.write gets flushed before DOM access takes place.
     9
     10        * fast/tokenizer/document-write-racing-dom-access-expected.txt: Added.
     11        * fast/tokenizer/document-write-racing-dom-access.html: Added.
     12
    1132010-08-16  Yuta Kitamura  <yutak@chromium.org>
    214
Note: See TracChangeset for help on using the changeset viewer.