diff options
Diffstat (limited to 'WebCore/manual-tests')
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> |