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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-url-with-style-expected.txt

Issue 2696083003: Convert drag-drop-url-with-style.html to utilize w3c test harness (Closed)
Patch Set: 2017-02-15T17:48:10 Created 3 years, 10 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 | « third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-url-with-style.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This tests dragging and dropping a URL. The content before and after the drag an d drop should match.
2
3 before:
4 | <a>
5 | href="http://webkit.org/"
6 | style="color:orange"
7 | target="_blank"
8 | title="some title"
9 | "<#selection-anchor>drag me<#selection-focus>"
10
11 after:
12 | <a>
13 | href="http://webkit.org/"
14 | style="color: orange;"
15 | target="_blank"
16 | title="some title"
17 | "<#selection-anchor>drag me<#selection-focus>"
18 | <br>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-url-with-style.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698