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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/basic-single-touch-events.html

Issue 2501293002: Update a test to verify that Touch Events are composed events (Closed)
Patch Set: add a expected txt Created 4 years, 1 month 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 | third_party/WebKit/LayoutTests/fast/events/touch/basic-single-touch-events-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/events/touch/basic-single-touch-events.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/basic-single-touch-events.html b/third_party/WebKit/LayoutTests/fast/events/touch/basic-single-touch-events.html
index 67f048955ba4e9556b84668375f165208af3caee..cde1bb935d36a4606b8088e1efb32ad7607fc569 100644
--- a/third_party/WebKit/LayoutTests/fast/events/touch/basic-single-touch-events.html
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/basic-single-touch-events.html
@@ -50,6 +50,7 @@ function verifyTouchEvent(type, totalTouchCount, changedTouchCount, targetTouchC
shouldBe("lastEvent.touches.length", totalTouchCount.toString());
shouldBe("lastEvent.changedTouches.length", changedTouchCount.toString());
shouldBe("lastEvent.targetTouches.length", targetTouchCount.toString());
+ shouldBeTrue("lastEvent.composed");
}
function verifyTouchPoint(list, point, x, y, id, rx, ry)
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/touch/basic-single-touch-events-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698