Closed
Bug 1133417
Opened 10 years ago
Closed 10 years ago
Failed tests in section W4 after enabling pointer events
Categories
(Firefox :: Untriaged, defect)
Firefox
Untriaged
Tracking
()
RESOLVED
FIXED
Firefox 41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: alessarik, Assigned: alessarik)
References
Details
Attachments
(1 file, 1 obsolete file)
1.73 KB,
patch
|
smaug
:
review+
Ms2ger
:
feedback+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141105223254
Steps to reproduce:
Tests on TRY servers. Section W 4
Actual results:
TEST-UNEXPECTED-PASS | /pointerevents/pointerevent_constructor.html | PointerEvent constructor - expected FAIL
TEST-UNEXPECTED-OK | /pointerevents/pointerevent_constructor.html | expected TIMEOUT
TEST-UNEXPECTED-PASS | /pointerevents/pointerevent_touch-action-illegal.html | 'pan-x none' is corrected properly - expected FAIL
TEST-UNEXPECTED-PASS | /pointerevents/pointerevent_touch-action-illegal.html | 'pan-y none' is corrected properly - expected FAIL
TEST-UNEXPECTED-PASS | /pointerevents/pointerevent_touch-action-illegal.html | 'auto none' is corrected properly - expected FAIL
TEST-UNEXPECTED-PASS | /pointerevents/pointerevent_touch-action-verification.html | 'auto' is set properly - expected FAIL
TEST-UNEXPECTED-PASS | /pointerevents/pointerevent_touch-action-verification.html | 'pan-x' is corrected properly - expected FAIL
TEST-UNEXPECTED-PASS | /pointerevents/pointerevent_touch-action-verification.html | 'pan-y' is set properly - expected FAIL
TEST-UNEXPECTED-PASS | /pointerevents/pointerevent_touch-action-verification.html | 'none' is set properly - expected FAIL
TEST-UNEXPECTED-PASS | /pointerevents/pointerevent_touch-action-verification.html | 'manipulation' is set properly - expected FAIL
Expected results:
Section W4 should be green without issues.
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 1•10 years ago
|
||
To resolve this issue we should change expectation of "web-platform-test" suite.
That expectations are situated in .\testing\web-platform\meta\pointerevents folder.
Assignee | ||
Comment 2•10 years ago
|
||
- Removed expected "FAIL" results.
Suggestions and comments and objections are very welcome.
Attachment #8610518 -
Flags: review?(bugs)
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Comment on attachment 8610518 [details] [diff] [review]
w4_section_tests_ver1.diff
r+ (looks like wpt are run only on desktop)
Attachment #8610518 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 5•10 years ago
|
||
If there are no objections, I will put checkin-needed flag...
...at the same time as bug 1166347 will be checkined too.
Assignee | ||
Updated•10 years ago
|
Summary: Failed tests in section W4 → Failed tests in section W4 after enabling pointer events
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → alessarik
Comment 6•10 years ago
|
||
So why are these failing? The `prefs: [dom.w3c_pointer_events.enabled:true]` line should make sure that the default pref change shouldn't affect them. Should we add layout.css.touch_action.enabled there?
Flags: needinfo?(alessarik)
Assignee | ||
Comment 7•10 years ago
|
||
(In reply to :Ms2ger from comment #6)
> So why are these failing? The `prefs: [dom.w3c_pointer_events.enabled:true]`
> line should make sure that the default pref change shouldn't affect them.
> Should we add layout.css.touch_action.enabled there?
I am not quite sure for that, but I can make some test for that.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 8•10 years ago
|
||
+ Changed preference dependencies
Suggestions and comments and objections are very welcome.
Attachment #8610518 -
Attachment is obsolete: true
Flags: needinfo?(alessarik)
Attachment #8612854 -
Flags: review?(bugs)
Attachment #8612854 -
Flags: feedback?(Ms2ger)
Assignee | ||
Comment 9•10 years ago
|
||
Assignee | ||
Comment 10•10 years ago
|
||
...ups, incorrect link.
PATCH: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8d93c75d2ca4
Comment 11•10 years ago
|
||
Comment on attachment 8612854 [details] [diff] [review]
w4_section_tests_ver2.diff
Review of attachment 8612854 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #8612854 -
Flags: feedback?(Ms2ger) → feedback+
Updated•10 years ago
|
Attachment #8612854 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 12•10 years ago
|
||
If there are no objections, I put checkin-needed flag.
Keywords: checkin-needed
Comment 13•10 years ago
|
||
Keywords: checkin-needed
Comment 14•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
You need to log in
before you can comment on or make changes to this bug.
Description
•