Changeset 87320 in webkit


Ignore:
Timestamp:
May 25, 2011 2:31:37 PM (13 years ago)
Author:
caio.oliveira@openbossa.org
Message:

[Qt] Missing update for expected results in LayoutTests after r87315
https://bugs.webkit.org/show_bug.cgi?id=61467

Reviewed by Andreas Kling.

We now expose qt_sender as a non-enumarated property in the
global object. Fix our expectations in relevant tests.

  • platform/qt/fast/dom/Window/window-properties-expected.txt:
  • platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r87319 r87320  
     12011-05-25  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] Missing update for expected results in LayoutTests after r87315
     6        https://bugs.webkit.org/show_bug.cgi?id=61467
     7
     8        We now expose __qt_sender__ as a non-enumarated property in the
     9        global object. Fix our expectations in relevant tests.
     10
     11        * platform/qt/fast/dom/Window/window-properties-expected.txt:
     12        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
     13
    1142011-05-25  Kulanthaivel Palanichamy  <kulanthaivel@codeaurora.org>
    215
  • trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt

    r86732 r87320  
    21472147window.XSLTProcessor.prototype.transformToDocument [function]
    21482148window.XSLTProcessor.prototype.transformToFragment [function]
     2149window.__qt_sender__ [undefined]
    21492150window.addEventListener [function]
    21502151window.alert [function]
  • trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt

    r86322 r87320  
    334334PASS typeof Object.getOwnPropertyDescriptor(window, 'XPathResult') is 'object'
    335335PASS typeof Object.getOwnPropertyDescriptor(window, 'XSLTProcessor') is 'object'
     336PASS typeof Object.getOwnPropertyDescriptor(window, '__qt_sender__') is 'object'
    336337PASS typeof Object.getOwnPropertyDescriptor(window, 'applicationCache') is 'object'
    337338PASS typeof Object.getOwnPropertyDescriptor(window, 'areArraysEqual') is 'object'
Note: See TracChangeset for help on using the changeset viewer.