Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: LayoutTests/fast/events/pointerevents/touch-pointer-events.html

Issue 1320863005: Skip a few checks temporarily to fix an EventSender bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointer-events-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/pointerevents/touch-pointer-events.html
diff --git a/LayoutTests/fast/events/pointerevents/touch-pointer-events.html b/LayoutTests/fast/events/pointerevents/touch-pointer-events.html
index 73445ab71d04776d5217754b6079ffdfc4f1da43..d047bfa0f2655b8171b58e5ad4055bc7872f4932 100644
--- a/LayoutTests/fast/events/pointerevents/touch-pointer-events.html
+++ b/LayoutTests/fast/events/pointerevents/touch-pointer-events.html
@@ -134,7 +134,8 @@ function testPEParamsMultiTouch(x, y) {
eventSender.touchStart();
shouldBeFalse("receivedPEsAtTarget[5].isPrimary");
var idThird = receivedPEsAtTarget[5].pointerId;
- debug("receivedPEsAtTarget[5].pointerId=" + idThird)
+ //crbug.com/529807: Uncomment this after committing crrev.com/1317733006.
tdresser 2015/09/09 16:53:26 Might as well use our "TODO(mustaq):" notation her
mustaq 2015/09/09 17:03:26 Done.
+ //debug("receivedPEsAtTarget[5].pointerId=" + idThird)
eventSender.releaseTouchPoint(0);
eventSender.touchEnd();
@@ -144,7 +145,8 @@ function testPEParamsMultiTouch(x, y) {
eventSender.releaseTouchPoint(0);
eventSender.touchEnd();
shouldBeFalse("receivedPEsAtTarget[7].isPrimary");
- shouldBeEqualToNumber("receivedPEsAtTarget[7].pointerId", idThird);
+ //crbug.com/529807: Uncomment this after committing crrev.com/1317733006.
+ //shouldBeEqualToNumber("receivedPEsAtTarget[7].pointerId", idThird);
eventSender.addTouchPoint(x, y);
eventSender.touchStart();
« no previous file with comments | « no previous file | LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointer-events-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698