Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: ManualTests/gtk/copy-htmltext.html

Issue 18045005: Remove qt and gtk manual tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ManualTests/gtk/caret-browsing.html ('k') | ManualTests/gtk/cursor-image.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>Copy HTML content</title>
6 </head>
7 <body>
8 <h1>Copy HTML content from currently editable area</h1>
9 <div title="EditableArea" contentEditable="true"
10 style="display: block; border: 2px solid black; margin: 5px; padding : 15px;">
11 Here is a Editable Area,<br />
12 <img title="It's the test image" src="http://webkit.org/images/icon- gold.png" /><br /><br />
13 <b>STEPS TO TEST:</b><br />
14 <ol>
15 <li>Select all that text or picture in this editable area (type <b>Ctrl-A</b> / Option-A)</li>
16 <li><b>Copy</b> them use <b>Ctrl-C</b> / Option-C</li>
17 <li>Move the cursor to a blank line below</li>
18 <li>Paste them use <b>Ctrl-V</b> / Option-V</li>
19 </ol>
20 <p><b>Ensure</b> that text and image has been pasted with formats an d no garbled.</p>
21 <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br / >
22 </div>
23 </body>
24 </html>
OLDNEW
« no previous file with comments | « ManualTests/gtk/caret-browsing.html ('k') | ManualTests/gtk/cursor-image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698