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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_lostpointercapture_for_disconnected_node-manual.html

Issue 2157133002: Make gpuBenchmarking.smoothDrag or smoothScrollBy scroll properly in pointer event tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpections Created 4 years, 5 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
Index: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_lostpointercapture_for_disconnected_node-manual.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_lostpointercapture_for_disconnected_node-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_lostpointercapture_for_disconnected_node-manual.html
index 4d152b73a6a6e87ef953dbbd2940618a57cf57e7..e77a196105467fa5c54a04f126dda83939e538be 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_lostpointercapture_for_disconnected_node-manual.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_lostpointercapture_for_disconnected_node-manual.html
@@ -44,10 +44,10 @@
on_event(target0, 'gotpointercapture', function(e) {
log("gotpointercapture", target1);
- setTimeout(function() {
+ //setTimeout(function() {
lanwei 2016/07/21 20:12:29 I really think we do not need this timeout for the
Navid Zolghadr 2016/07/21 21:18:15 I agree with you. But I was told we shouldn't chan
lanwei 2016/07/28 04:48:23 Yes.
isDisconnected = true;
target0.parentNode.removeChild(target0);
- }, 250);
+ //}, 250);
});
on_event(target0, 'lostpointercapture', function(e) {

Powered by Google App Engine
This is Rietveld 408576698