| Index: LayoutTests/fast/events/touch/document-create-touch-list-expected.txt
|
| diff --git a/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt b/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt
|
| index 2cd3018149ea9bd07aa2fec1c5edc9672ccddf9e..b37c68f01e5453d43a4ee525d4ddb5af86e6802c 100644
|
| --- a/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt
|
| +++ b/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt
|
| @@ -8,7 +8,7 @@ PASS touchList is non-null.
|
| PASS touchList.length is 0
|
| PASS touchList.item(0) is null
|
| PASS touchList.item(1) is null
|
| -PASS touchList.item() threw exception TypeError: Not enough arguments.
|
| +PASS touchList.item() threw exception TypeError: Failed to execute 'item' on 'TouchList': 1 argument required, but only 0 present..
|
| PASS ts instanceof TouchEvent is true
|
| PASS ts.touches instanceof TouchList is true
|
| PASS ts.touches.length is 2
|
|
|