summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2009-08-19 14:09:30 +0100
committerAndrei Popescu <andreip@google.com>2009-08-19 14:09:30 +0100
commit058ccc7ba0a4d59b9f6e92808332aa9895425fc7 (patch)
tree276aad5a2bbc2fd7d65d21bfca42c9de88b3dd20 /WebCore/manual-tests
parent2796dd1bf3b4b01e7e1d96ea91bd3a212f647579 (diff)
downloadexternal_webkit-058ccc7ba0a4d59b9f6e92808332aa9895425fc7.zip
external_webkit-058ccc7ba0a4d59b9f6e92808332aa9895425fc7.tar.gz
external_webkit-058ccc7ba0a4d59b9f6e92808332aa9895425fc7.tar.bz2
Revert "Merge WebKit r47420"
This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524.
Diffstat (limited to 'WebCore/manual-tests')
-rw-r--r--WebCore/manual-tests/gtk/copy-htmltext.html24
-rw-r--r--WebCore/manual-tests/keyboard_select_elements_with_same_beginning.html29
-rw-r--r--WebCore/manual-tests/wml/select-onpick-event-crash.wml12
3 files changed, 0 insertions, 65 deletions
diff --git a/WebCore/manual-tests/gtk/copy-htmltext.html b/WebCore/manual-tests/gtk/copy-htmltext.html
deleted file mode 100644
index 0b811f6..0000000
--- a/WebCore/manual-tests/gtk/copy-htmltext.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Copy HTML content</title>
- </head>
- <body>
- <h1>Copy HTML content from currently editable area</h1>
- <div title="EditableArea" contentEditable="true"
- style="display: block; border: 2px solid black; margin: 5px; padding: 15px;">
- Here is a Editable Area,<br />
- <img title="It's the test image" src="http://webkit.org/images/icon-gold.png" /><br /><br />
- <b>STEPS TO TEST:</b><br />
- <ol>
- <li>Select all that text or picture in this editable area (type <b>Ctrl-A</b> / Option-A)</li>
- <li><b>Copy</b> them use <b>Ctrl-C</b> / Option-C</li>
- <li>Move the cursor to a blank line below</li>
- <li>Paste them use <b>Ctrl-V</b> / Option-V</li>
- </ol>
- <p><b>Ensure</b> that text and image has been pasted with formats and no garbled.</p>
- <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
- </div>
- </body>
-</html>
diff --git a/WebCore/manual-tests/keyboard_select_elements_with_same_beginning.html b/WebCore/manual-tests/keyboard_select_elements_with_same_beginning.html
deleted file mode 100644
index 8e3c102..0000000
--- a/WebCore/manual-tests/keyboard_select_elements_with_same_beginning.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
-<title>
-Test select on elements with same beginning letter
-</title>
-</head>
-<body>
-See bug:<a href="https://bugs.webkit.org/show_bug.cgi?id=28205">28205</a>.
-<p>
-Click the drop-down to show selections (not navigate to the selection box).
-Type the first letter 'A' to go to the elements start with 'A'.
-It should select the first item starts with 'A'.
-In windows, Continue typing 'A', it should continue to select the next item starts with 'A'.
-<p>
-<select name="selOrigin">
- <option value="">Select Station</option>
- <option value="37169_NJCL">Aberdeen Matawan</option>
- <option value="2_ATLC">Absecon</option>
- <option value="3_MNBN">Allendale</option>
- <option value="4_NJCL">Allenhurst</option>
- <option value="12_MNE">Basking Ridge</option>
- <option value="13_NJCL">Bay Head</option>
- <option value="14_BNTN">Bay Street</option>
- <option value="15_NJCL">Belmar</option>
-</select>
-</body>
-</html>
diff --git a/WebCore/manual-tests/wml/select-onpick-event-crash.wml b/WebCore/manual-tests/wml/select-onpick-event-crash.wml
deleted file mode 100644
index 07d0262..0000000
--- a/WebCore/manual-tests/wml/select-onpick-event-crash.wml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
-<wml>
- <card>
- <select name="result" dmultiple="true">
- <option onpick="#card2" value="foo">Foo</option>
- <option onpick="#card2" value="bar">Bar</option>
- </select>
- </card>
-
- <card id="card2">Test pass, if it didn't crash.</card>
-</wml>