Changeset 141386 in webkit


Ignore:
Timestamp:
Jan 31, 2013 12:33:21 AM (11 years ago)
Author:
haraken@chromium.org
Message:

Add composition-event-constructor.html, which I forgot to add in r141028
https://bugs.webkit.org/show_bug.cgi?id=107919

Reviewed by Adam Barth.

r141028 implemented a CompositionEvent constructor, but I forgot to add a test
when I landed the patch manually. This patch adds the test.

  • fast/events/constructors/composition-event-constructor-expected.txt: Added.
  • fast/events/constructors/composition-event-constructor.html: Added.
  • platform/efl/TestExpectations:
  • platform/gtk/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r141383 r141386  
     12013-01-31  Kentaro Hara  <haraken@chromium.org>
     2
     3        Add composition-event-constructor.html, which I forgot to add in r141028
     4        https://bugs.webkit.org/show_bug.cgi?id=107919
     5
     6        Reviewed by Adam Barth.
     7
     8        r141028 implemented a CompositionEvent constructor, but I forgot to add a test
     9        when I landed the patch manually. This patch adds the test.
     10
     11        * fast/events/constructors/composition-event-constructor-expected.txt: Added.
     12        * fast/events/constructors/composition-event-constructor.html: Added.
     13        * platform/efl/TestExpectations:
     14        * platform/gtk/TestExpectations:
     15
    1162013-01-31  Kentaro Hara  <haraken@chromium.org>
    217
  • trunk/LayoutTests/platform/efl/TestExpectations

    r141354 r141386  
    12341234webkit.org/b/107428 fast/events/constructors/wheel-event-constructor.html [ Skip ]
    12351235webkit.org/b/107428 fast/events/constructors/keyboard-event-constructor.html [ Skip ]
     1236webkit.org/b/107428 fast/events/constructors/composition-event-constructor.html [ Skip ]
    12361237
    12371238# Requires support for Web notifications
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r141354 r141386  
    394394webkit.org/b/107428 fast/events/constructors/wheel-event-constructor.html [ Skip ]
    395395webkit.org/b/107428 fast/events/constructors/keyboard-event-constructor.html [ Skip ]
     396webkit.org/b/107428 fast/events/constructors/composition-event-constructor.html [ Skip ]
    396397
    397398# No CORS support for media elements is implemented yet.
Note: See TracChangeset for help on using the changeset viewer.