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

Side by Side Diff: ManualTests/gtk/paste-richtext-from-firefox.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/floatingdiv.html ('k') | ManualTests/gtk/plugin-resize-scroll.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>Paste rich text from firefox</title>
6 </head>
7 <body>
8 <p><b>BUG ID:</b>
9 <a href="https://bugs.webkit.org/show_bug.cgi?id=26791">Bugzilla bug 267 91</a>
10 [Gtk] Paste of rich text from firefox results garbled markup
11 </p>
12 <h1>Paste rich text from firefox</h1>
13 <p>
14 <b>STEPS TO TEST:</b><br>
15 <ol>
16 <li>Launch FireFox to browse <a href="http://www.apple.com">http://w ww.apple.com</a></li>
17 <li>Select that text or picture from FireFox page</li>
18 <li>Copy them use <b>Ctrl-C</b> / Option-C, (or just select them on Linux)</li>
19 <li>Back in WebkitGtk, click inside the EditableArea below, </li>
20 <li>Paste them use <b>Ctrl-V</b> / Option-V, (or just Middle Mouse C lick on Linux)</li>
21 </ol>
22 <p><b>Ensure</b> that text or picture has been pasted with formats and n o garbled.</p>
23 <div title="EditableArea" contentEditable="true"
24 style="display: block; border: 1px solid green; margin: 5px; padding : 15px;">
25 <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br / > <br /> <br />
26 </div>
27 </p>
28 </body>
29 </html>
30
OLDNEW
« no previous file with comments | « ManualTests/gtk/floatingdiv.html ('k') | ManualTests/gtk/plugin-resize-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698