summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/drop-text-acquires-style.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/drop-text-acquires-style.html')
-rw-r--r--WebCore/manual-tests/drop-text-acquires-style.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/WebCore/manual-tests/drop-text-acquires-style.html b/WebCore/manual-tests/drop-text-acquires-style.html
new file mode 100644
index 0000000..602c760
--- /dev/null
+++ b/WebCore/manual-tests/drop-text-acquires-style.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<title>Dragging plain text into a styled region</title>
+</head>
+<body>
+<p>This test ensures the plain text dropped into a styled text region will acquire the appropriate style</p>
+<p>To run this test, drag the text in the input element below into the bold text region. The dropped text should be bold.</p>
+<input id="dragme" value="Drag this text" ><br />
+<b contenteditable="true" id="target">Drag the text from the above input element into this bold text</b>
+</body>
+</html>