From 68513a70bcd92384395513322f1b801e7bf9c729 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 29 Sep 2010 17:32:26 +0100 Subject: Merge WebKit at r67908: Initial merge by Git Change-Id: I43a553e7b3299b28cb6ee8aa035ed70fe342b972 --- WebCore/manual-tests/qt/numpad-enter-key.html | 22 ++++++++++++++++++++++ WebCore/manual-tests/selection-drag-crash.html | 14 ++++++++++++++ WebCore/manual-tests/spatial-navigation/links.html | 0 .../spatial-navigation-test-cases.html | 0 4 files changed, 36 insertions(+) create mode 100644 WebCore/manual-tests/qt/numpad-enter-key.html create mode 100644 WebCore/manual-tests/selection-drag-crash.html mode change 100755 => 100644 WebCore/manual-tests/spatial-navigation/links.html mode change 100755 => 100644 WebCore/manual-tests/spatial-navigation/spatial-navigation-test-cases.html (limited to 'WebCore/manual-tests') diff --git a/WebCore/manual-tests/qt/numpad-enter-key.html b/WebCore/manual-tests/qt/numpad-enter-key.html new file mode 100644 index 0000000..ea9b800 --- /dev/null +++ b/WebCore/manual-tests/qt/numpad-enter-key.html @@ -0,0 +1,22 @@ + + + + + +

Press the numpad Enter key while the input box below is focused:

+

+

+ + diff --git a/WebCore/manual-tests/selection-drag-crash.html b/WebCore/manual-tests/selection-drag-crash.html new file mode 100644 index 0000000..42fd740 --- /dev/null +++ b/WebCore/manual-tests/selection-drag-crash.html @@ -0,0 +1,14 @@ + + + + + +

+Drag the selected text. It shouldn't crash, though it used to on Chromium Mac since createDragImageForSelection() didn't properly use the return value from dissolveDragImageToFraction(), which resulted in a race condition for the drag image's refcount. This issue can't be tested in an automated manner, due to the fact that the race condition is hard to trigger deterministically and that test_shell/DRT simply don't use the (potentially invalid) image parameter. +

+ + diff --git a/WebCore/manual-tests/spatial-navigation/links.html b/WebCore/manual-tests/spatial-navigation/links.html old mode 100755 new mode 100644 diff --git a/WebCore/manual-tests/spatial-navigation/spatial-navigation-test-cases.html b/WebCore/manual-tests/spatial-navigation/spatial-navigation-test-cases.html old mode 100755 new mode 100644 -- cgit v1.1