Closed
Bug 1323151
Opened 7 years ago
Closed 6 years ago
[PointerEvents][web-platform-tests] Fail to get expect result status when running "pointerevent_attributes_hoverable_pointers-manual"
Categories
(Core :: DOM: Events, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: cynthiatang, Assigned: stone)
References
Details
Test Description: Follow the test instructions with mouse. If you don't have the device skip it. This test checks the properties of hoverable pointer events. If you are using hoverable pen don't leave the range of digitizer while doing the instructions. Steps to reproduce: 1. Launch Firefox with Pointer Events 2. Go to http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html 3. Start the manual (1) Move your pointer over the black square and click on it. (2) Then move it off the black square so that it disappears. (3) When red square appears move your pointer over the red square and click on it. (4) Then move it off the red square. Test passes if the proper behavior of the events is observed. Expected result: - Return result status is "PASS". Actual result: - 1046 Pass. 2 Fails. - Fail 1: - Test Name: Inner frame pen pointerout's ClientX and ClientY attributes are correct. - Error Message: assert_true: ClientX/Y should be out of the boundaries of the box expected true got false checkPointerEventAttributes/<@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html:67:25 Test.prototype.step@http://w3c-test.org/resources/testharness.js:1406:20 test@http://w3c-test.org/resources/testharness.js:501:9 checkPointerEventAttributes@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html:66:21 run/</<@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html:109:25 EventListener.handleEvent*on_event@http://w3c-test.org/resources/testharness.js:665:9 run/<@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html:108:21 run@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html:96:17 onload@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html" - Fail 2: - Test Name: Inner frame pen pointerleave's ClientX and ClientY attributes are correct. - Error Message: assert_true: ClientX/Y should be out of the boundaries of the box expected true got false checkPointerEventAttributes/<@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html:67:25 Test.prototype.step@http://w3c-test.org/resources/testharness.js:1406:20 test@http://w3c-test.org/resources/testharness.js:501:9 checkPointerEventAttributes@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html:66:21 run/</<@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html:109:25 EventListener.handleEvent*on_event@http://w3c-test.org/resources/testharness.js:665:9 run/<@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html:108:21 run@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html:96:17 onload@http://w3c-test.org/pointerevents/pointerevent_attributes_hoverable_pointers-manual.html Environment: - Devices: Surface 3 - OS: Windows 10 Pro. (64bit) - Firefox:53.0a1 (2016-11-30) (64-bit)
Reporter | ||
Updated•7 years ago
|
Priority: P3 → --
Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sshih
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•