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) |