Index: LayoutTests/fast/events/touch/basic-single-touch-events-expected.txt |
diff --git a/LayoutTests/fast/events/touch/basic-single-touch-events-expected.txt b/LayoutTests/fast/events/touch/basic-single-touch-events-expected.txt |
index 34ac513816081d2eac7c3fbe63ffcbe985f7f605..69813fc80864ae1886442b4c2b44add79d3e51b2 100644 |
--- a/LayoutTests/fast/events/touch/basic-single-touch-events-expected.txt |
+++ b/LayoutTests/fast/events/touch/basic-single-touch-events-expected.txt |
@@ -21,11 +21,15 @@ PASS lastEvent.changedTouches[0].pageY is 10 |
PASS lastEvent.changedTouches[0].clientX is 10 |
PASS lastEvent.changedTouches[0].clientY is 10 |
PASS lastEvent.changedTouches[0].identifier is 0 |
+PASS lastEvent.changedTouches[0].tilt is 10 |
+PASS lastEvent.changedTouches[0].tiltDirection is 10 |
PASS lastEvent.targetTouches[0].pageX is 10 |
PASS lastEvent.targetTouches[0].pageY is 10 |
PASS lastEvent.targetTouches[0].clientX is 10 |
PASS lastEvent.targetTouches[0].clientY is 10 |
PASS lastEvent.targetTouches[0].identifier is 0 |
+PASS lastEvent.targetTouches[0].tilt is 10 |
+PASS lastEvent.targetTouches[0].tiltDirection is 10 |
PASS lastEvent.type is "touchmove" |
PASS lastEvent.touches.length is 1 |
PASS lastEvent.changedTouches.length is 1 |
@@ -37,6 +41,8 @@ PASS lastEvent.touches[0].pageY is 50 |
PASS lastEvent.touches[0].clientX is 50 |
PASS lastEvent.touches[0].clientY is 50 |
PASS lastEvent.touches[0].identifier is 0 |
+PASS lastEvent.touches[0].tilt is 45 |
+PASS lastEvent.touches[0].tiltDirection is 60 |
PASS lastEvent.shiftKey is true |
PASS lastEvent.altKey is true |
PASS lastEvent.ctrlKey is false |
@@ -52,6 +58,8 @@ PASS lastEvent.changedTouches[0].pageY is 50 |
PASS lastEvent.changedTouches[0].clientX is 50 |
PASS lastEvent.changedTouches[0].clientY is 50 |
PASS lastEvent.changedTouches[0].identifier is 0 |
+PASS lastEvent.changedTouches[0].tilt is 45 |
+PASS lastEvent.changedTouches[0].tiltDirection is 60 |
PASS lastEvent.shiftKey is false |
PASS lastEvent.altKey is false |
PASS lastEvent.type is "touchstart" |