Changeset 80821 in webkit


Ignore:
Timestamp:
Mar 10, 2011 11:24:16 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-03-10 Adam Barth <abarth@webkit.org>

Reviewed by Alexey Proskuryakov.

document.compatMode is incorrect for javascript: protocol URLs in IFRAMEs
https://bugs.webkit.org/show_bug.cgi?id=27845

This bug was randomly fixed by the HTML5 parser.

  • fast/parser/javascript-url-compat-mode-expected.txt: Added.
  • fast/parser/javascript-url-compat-mode.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r80820 r80821  
     12011-03-10  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        document.compatMode is incorrect for javascript: protocol URLs in IFRAMEs
     6        https://bugs.webkit.org/show_bug.cgi?id=27845
     7
     8        This bug was randomly fixed by the HTML5 parser.
     9
     10        * fast/parser/javascript-url-compat-mode-expected.txt: Added.
     11        * fast/parser/javascript-url-compat-mode.html: Added.
     12
    1132011-03-10  Ami Fischman  <fischman@google.com>
    214
Note: See TracChangeset for help on using the changeset viewer.