Changeset 93994 in webkit


Ignore:
Timestamp:
Aug 29, 2011, 11:46:28 AM (14 years ago)
Author:
weinig@apple.com
Message:

Update tests after landing Event constructors.

Reviewed by Anders Carlsson.

  • fast/dom/constructed-objects-prototypes-expected.txt:
  • fast/dom/dom-constructors-expected.txt:
  • fast/dom/dom-constructors.html:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r93993 r93994  
     12011-08-29  Sam Weinig  <sam@webkit.org>
     2
     3        Update tests after landing Event constructors.
     4
     5        Reviewed by Anders Carlsson.
     6
     7        * fast/dom/constructed-objects-prototypes-expected.txt:
     8        * fast/dom/dom-constructors-expected.txt:
     9        * fast/dom/dom-constructors.html:
     10
    1112011-08-29  Stephen White  <senorblanco@chromium.org>
    212
  • trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt

    r64766 r93994  
    88PASS (new inner.DOMParser()).isInner is true
    99PASS (new inner.DOMParser()).constructor.isInner is true
     10PASS (new inner.Event()).isInner is true
     11PASS (new inner.Event()).constructor.isInner is true
    1012PASS (new inner.FormData()).isInner is true
    1113PASS (new inner.FormData()).constructor.isInner is true
  • trunk/LayoutTests/fast/dom/dom-constructors-expected.txt

    r61071 r93994  
    9494PASS TryAllocate('CSSValueList') is 'exception'
    9595PASS TryAllocate('DOMImplementation') is 'exception'
    96 PASS TryAllocate('Event') is 'exception'
    9796PASS TryAllocate('HTMLCollection') is 'exception'
    9897PASS TryAllocate('KeyboardEvent') is 'exception'
  • trunk/LayoutTests/fast/dom/dom-constructors.html

    r49998 r93994  
    4545    'CSSPrimitiveValue', 'CSSRule', 'CSSRuleList',
    4646    'CSSStyleDeclaration', 'CSSStyleRule', 'CSSStyleSheet',
    47     'CSSValue', 'CSSValueList', 'DOMImplementation', 'Event',
     47    'CSSValue', 'CSSValueList', 'DOMImplementation',
    4848    'HTMLCollection', 'KeyboardEvent', 'MediaList', 'MimeType',
    4949    'MimeTypeArray', 'MouseEvent', 'MutationEvent', 'NamedNodeMap',
Note: See TracChangeset for help on using the changeset viewer.