Bug 33602 - [Qt] REGRESSION(53187) Touchevent related tests fail
Summary: [Qt] REGRESSION(53187) Touchevent related tests fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-01-13 08:32 PST by Csaba Osztrogonác
Modified: 2010-01-13 08:46 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2010-01-13 08:32:57 PST
After http://trac.webkit.org/changeset/53187 landed, touchevevent tests fail.

fast/dom/prototype-inheritance.html:
-PASS inner.TouchEvent.isInner is true
-PASS inner.TouchEvent.constructor.isInner is true

fast/dom/Window/window-properties.html:
-window.TouchEvent [object TouchEventConstructor]
-window.TouchEvent.prototype [printed above as window.Event.prototype]

fast/js/global-constructors.html:
-PASS TouchEvent.toString() is '[object TouchEventConstructor]'
Comment 1 Csaba Osztrogonác 2010-01-13 08:33:27 PST
detailed results: http://build.webkit.org/results/Qt%20Linux%20Release/r53187%20%285915%29/results.html
Comment 2 Simon Hausmann 2010-01-13 08:46:51 PST
Committed r53189: <http://trac.webkit.org/changeset/53189>