Bug 33602
Summary: | [Qt] REGRESSION(53187) Touchevent related tests fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abecsi, hausmann, jturcotte |
Priority: | P3 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All |
Csaba Osztrogonác
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]'
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
detailed results: http://build.webkit.org/results/Qt%20Linux%20Release/r53187%20%285915%29/results.html
Simon Hausmann
Committed r53189: <http://trac.webkit.org/changeset/53189>