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

Unified Diff: third_party/WebKit/LayoutTests/editing/pasteboard/dragstart-contains-default-content-expected.txt

Issue 1860293003: Serialize original node when dragging a link instead of synthesizing HTML. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete delete Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/pasteboard/drop-link.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/pasteboard/dragstart-contains-default-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/dragstart-contains-default-content-expected.txt b/third_party/WebKit/LayoutTests/editing/pasteboard/dragstart-contains-default-content-expected.txt
index bc4fb8f4d268bda97545e288bacdda343117ef8c..c0e590a170ecca137f6826dc710e51cae0488e66 100644
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/dragstart-contains-default-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/pasteboard/dragstart-contains-default-content-expected.txt
@@ -17,5 +17,5 @@ text/html: <img id="imageTest" src="data:image/png;base64, iVBORw0KGgoAAAANSUhEU
Test ID: linkTest
text/plain: http://www.example.com/
text/url:
-text/html: <a href="http://www.example.com/">Link</a>
+text/html: <a id="linkTest" href="http://www.example.com/" ondragstart="dragStartTest(event)">Link</a>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/pasteboard/drop-link.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698