Changeset 51997 in webkit


Ignore:
Timestamp:
Dec 11, 2009 9:19:53 AM (14 years ago)
Author:
Csaba Osztrogonác
Message:

Rubber-stamped by Simon Hausmann.

[Qt] TouchEvent related tests have platform dependent results until all platform implement it.

  • platform/qt/fast/dom/Window/window-properties-expected.txt: TouchEvent related output added.
  • platform/qt/fast/dom/prototype-inheritance-expected.txt: TouchEvent related output added.
  • platform/qt/fast/dom/prototype-inheritance.html: Removed. (added by mistake previously)
  • platform/qt/fast/js/global-constructors-expected.txt: TouchEvent related output added.
Location:
trunk/LayoutTests
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r51996 r51997  
     12009-12-11  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Rubber-stamped by Simon Hausmann.
     4
     5        [Qt] TouchEvent related tests have platform dependent results until all platform implement it.
     6
     7        * platform/qt/fast/dom/Window/window-properties-expected.txt: TouchEvent related output added.
     8        * platform/qt/fast/dom/prototype-inheritance-expected.txt: TouchEvent related output added.
     9        * platform/qt/fast/dom/prototype-inheritance.html: Removed. (added by mistake previously)
     10        * platform/qt/fast/js/global-constructors-expected.txt: TouchEvent related output added.
     11
    1122009-12-11  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
    213
  • trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt

    r51994 r51997  
    15581558window.TextMetrics [object TextMetricsConstructor]
    15591559window.TextMetrics.prototype [object TextMetricsPrototype]
     1560window.TouchEvent [object TouchEventConstructor]
     1561window.TouchEvent.prototype [printed above as window.Event.prototype]
    15601562window.TypeError [function]
    15611563window.UIEvent [object UIEventConstructor]
  • trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt

    r51994 r51997  
    336336PASS inner.TextMetrics.isInner is true
    337337PASS inner.TextMetrics.constructor.isInner is true
     338PASS inner.TouchEvent.isInner is true
     339PASS inner.TouchEvent.constructor.isInner is true
    338340PASS inner.TypeError.isInner is true
    339341PASS inner.TypeError.constructor.isInner is true
  • trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt

    r51994 r51997  
    165165PASS TextEvent.toString() is '[object TextEventConstructor]'
    166166PASS TextMetrics.toString() is '[object TextMetricsConstructor]'
     167PASS TouchEvent.toString() is '[object TouchEventConstructor]'
    167168PASS UIEvent.toString() is '[object UIEventConstructor]'
    168169PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor]'
Note: See TracChangeset for help on using the changeset viewer.