Changeset 61026 in webkit


Ignore:
Timestamp:
Jun 11, 2010 10:54:27 AM (14 years ago)
Author:
ap@apple.com
Message:

Written by Dave Moore <davemoore@google.com>.

https://bugs.webkit.org/show_bug.cgi?id=22741
innerHTML, forms and images don't play well together

This was fixed already (in bug 34076), just landing an additional test.

  • fast/forms/form-image-access-by-name-expected.txt: Added.
  • fast/forms/form-image-access-by-name.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r61020 r61026  
     12010-06-11  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Written by Dave Moore <davemoore@google.com>.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=22741
     6        innerHTML, forms and images don't play well together
     7
     8        This was fixed already (in bug 34076), just landing an additional test.
     9
     10        * fast/forms/form-image-access-by-name-expected.txt: Added.
     11        * fast/forms/form-image-access-by-name.html: Added.
     12
     132010-06-10  Alexey Proskuryakov  <ap@apple.com>
     14
     15        Rubber-stamped by Sam Weinig.
     16
     17        https://bugs.webkit.org/show_bug.cgi?id=18830
     18        Assertion failure (using HashMap empty value) in svg/W3C-SVG-1.1/fonts-glyph-02-t.svg
     19
     20        This doesn't happen any more, the code has changed a lot since 2008. Re-enabling the test.
     21
     22        * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
     23        * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
     24        * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
     25        * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg: Copied from LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled.
     26        * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled: Removed.
     27
    1282010-06-11  Zhenyao Mo  <zmo@google.com>
    229
Note: See TracChangeset for help on using the changeset viewer.