From 678de4acf72e6fd4c6fb9426d2c69445acc18135 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Wed, 30 May 2012 16:07:49 +0100 Subject: Fix document.createTouchList crash. Cherry pick of WebKit r119158. Note the layout test is tweaked slighly from upstream to make it happy in our older webkit snapshot. See: http://trac.webkit.org/changeset/119158 Bug: 6578213 Change-Id: Id6cc23938b5139cf0416e3d4c6e7ba227b1b6a0c --- .../events/touch/document-create-touch-list-crash.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 LayoutTests/fast/events/touch/document-create-touch-list-crash.html (limited to 'LayoutTests/fast/events/touch/document-create-touch-list-crash.html') diff --git a/LayoutTests/fast/events/touch/document-create-touch-list-crash.html b/LayoutTests/fast/events/touch/document-create-touch-list-crash.html new file mode 100644 index 0000000..9204abb --- /dev/null +++ b/LayoutTests/fast/events/touch/document-create-touch-list-crash.html @@ -0,0 +1,18 @@ + + + + + + + + + +

+
+ + + -- cgit v1.1