From 2bde8e466a4451c7319e3a072d118917957d6554 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 25 May 2011 19:08:45 +0100 Subject: Merge WebKit at r82507: Initial merge by git Change-Id: I60ce9d780725b58b45e54165733a8ffee23b683e --- .../close-window-when-correction-is-shown.html | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Source/WebCore/manual-tests/autocorrection/close-window-when-correction-is-shown.html (limited to 'Source/WebCore/manual-tests/autocorrection/close-window-when-correction-is-shown.html') diff --git a/Source/WebCore/manual-tests/autocorrection/close-window-when-correction-is-shown.html b/Source/WebCore/manual-tests/autocorrection/close-window-when-correction-is-shown.html new file mode 100644 index 0000000..5c82a20 --- /dev/null +++ b/Source/WebCore/manual-tests/autocorrection/close-window-when-correction-is-shown.html @@ -0,0 +1,48 @@ + + + + + + + + +Testing closing window when correction suggestion is shown + + +

This test verifies that when correction suggestion is visible, closing window doesn't hang or crash.

+

After seeing the panel with multiple candidates, close the window.

+
+ +
+ + + + + + -- cgit v1.1