Changeset 67907 in webkit


Ignore:
Timestamp:
Sep 20, 2010 6:38:23 PM (14 years ago)
Author:
mihaip@chromium.org
Message:

2010-09-20 Mihai Parparita <mihaip@chromium.org>

Reviewed by James Robinson.

Rebaseline tests after HashChangeEvent was added by r67898
https://bugs.webkit.org/show_bug.cgi?id=46155

GTK and Qt changes that mirror the changes from r67898, plus a missed
test window-property-descriptors from the original change.

  • fast/dom/Window/window-property-descriptors-expected.txt:
  • platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
  • platform/gtk/fast/dom/prototype-inheritance-expected.txt:
  • platform/gtk/fast/js/global-constructors-expected.txt:
  • platform/qt/fast/dom/Window/window-properties-expected.txt:
  • platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
  • platform/qt/fast/dom/prototype-inheritance-expected.txt:
  • platform/qt/fast/js/global-constructors-expected.txt:
Location:
trunk/LayoutTests
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r67902 r67907  
     12010-09-20  Mihai Parparita  <mihaip@chromium.org>
     2
     3        Reviewed by James Robinson.
     4
     5        Rebaseline tests after HashChangeEvent was added by r67898
     6        https://bugs.webkit.org/show_bug.cgi?id=46155
     7       
     8        GTK and Qt changes that mirror the changes from r67898, plus a missed
     9        test window-property-descriptors from the original change.
     10
     11        * fast/dom/Window/window-property-descriptors-expected.txt:
     12        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
     13        * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
     14        * platform/gtk/fast/js/global-constructors-expected.txt:
     15        * platform/qt/fast/dom/Window/window-properties-expected.txt:
     16        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
     17        * platform/qt/fast/dom/prototype-inheritance-expected.txt:
     18        * platform/qt/fast/js/global-constructors-expected.txt:
     19
    1202010-09-20  Simon Fraser  <simon.fraser@apple.com>
    221
  • trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt

    r66201 r67907  
    122122PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
    123123PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLVideoElement') is 'object'
     124PASS typeof Object.getOwnPropertyDescriptor(window, 'HashChangeEvent') is 'object'
    124125PASS typeof Object.getOwnPropertyDescriptor(window, 'Image') is 'object'
    125126PASS typeof Object.getOwnPropertyDescriptor(window, 'ImageData') is 'object'
  • trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt

    r66212 r67907  
    120120PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
    121121PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLVideoElement') is 'object'
     122PASS typeof Object.getOwnPropertyDescriptor(window, 'HashChangeEvent') is 'object'
    122123PASS typeof Object.getOwnPropertyDescriptor(window, 'Image') is 'object'
    123124PASS typeof Object.getOwnPropertyDescriptor(window, 'ImageData') is 'object'
  • trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt

    r64766 r67907  
    236236PASS inner.HTMLVideoElement.isInner is true
    237237PASS inner.HTMLVideoElement.constructor.isInner is true
     238PASS inner.HashChangeEvent.isInner is true
     239PASS inner.HashChangeEvent.constructor.isInner is true
    238240PASS inner.Image.isInner is true
    239241PASS inner.Image.constructor.isInner is true
  • trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt

    r64766 r67907  
    114114PASS HTMLUListElement.toString() is '[object HTMLUListElementConstructor]'
    115115PASS HTMLVideoElement.toString() is '[object HTMLVideoElementConstructor]'
     116PASS HashChangeEvent.toString() is '[object HashChangeEventConstructor]'
    116117PASS Image.toString() is '[object ImageConstructor]'
    117118PASS ImageData.toString() is '[object ImageDataConstructor]'
  • trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt

    r64766 r67907  
    10741074window.HTMLVideoElement [object HTMLVideoElementConstructor]
    10751075window.HTMLVideoElement.prototype [printed above as window.Element.prototype]
     1076window.HashChangeEvent [object HashChangeEventConstructor]
     1077window.HashChangeEvent.prototype [printed above as window.Event.prototype]
    10761078window.Image [object ImageConstructor]
    10771079window.Image.prototype [printed above as window.Element.prototype]
  • trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt

    r66212 r67907  
    121121PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
    122122PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLVideoElement') is 'object'
     123PASS typeof Object.getOwnPropertyDescriptor(window, 'HashChangeEvent') is 'object'
    123124PASS typeof Object.getOwnPropertyDescriptor(window, 'Image') is 'object'
    124125PASS typeof Object.getOwnPropertyDescriptor(window, 'ImageData') is 'object'
  • trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt

    r64766 r67907  
    238238PASS inner.HTMLVideoElement.isInner is true
    239239PASS inner.HTMLVideoElement.constructor.isInner is true
     240PASS inner.HashChangeEvent.isInner is true
     241PASS inner.HashChangeEvent.constructor.isInner is true
    240242PASS inner.Image.isInner is true
    241243PASS inner.Image.constructor.isInner is true
  • trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt

    r64766 r67907  
    115115PASS HTMLUListElement.toString() is '[object HTMLUListElementConstructor]'
    116116PASS HTMLVideoElement.toString() is '[object HTMLVideoElementConstructor]'
     117PASS HashChangeEvent.toString() is '[object HashChangeEventConstructor]'
    117118PASS Image.toString() is '[object ImageConstructor]'
    118119PASS ImageData.toString() is '[object ImageDataConstructor]'
Note: See TracChangeset for help on using the changeset viewer.