From 648161bb0edfc3d43db63caed5cc5213bc6cb78f Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 3 Mar 2009 18:28:41 -0800 Subject: auto import from //depot/cupcake/@135843 --- WebCore/manual-tests/mouseevents-on-textnodes.html | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 WebCore/manual-tests/mouseevents-on-textnodes.html (limited to 'WebCore/manual-tests/mouseevents-on-textnodes.html') diff --git a/WebCore/manual-tests/mouseevents-on-textnodes.html b/WebCore/manual-tests/mouseevents-on-textnodes.html deleted file mode 100644 index 2d1c226..0000000 --- a/WebCore/manual-tests/mouseevents-on-textnodes.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -

BUG ID: 4196646 target returns text node when it should return the parent node

- -

STEPS TO TEST: -Click where indicated below. -

- -

TEST PASS: -After clicking, see alert dialogs as described below. -

- -

TEST FAIL: -After clicking, see alert dialogs other than what is described below. -Specifically, tests #1 and #3 below will alert "[object TEXT]" -

- -

1. click on this text - you should see an alert that says "[object P]"

- -
2. click on white space next to this text -->
you should see an alert that says "[object DIV]" -->

- -3. click on this text - you should see an alert that says "[object BODY]"

- -4. click on empty whitespace on this page, below this text - you should see an alert that says "[object HTML]" - - - -- cgit v1.1