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

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: 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
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>
yosin_UTC9 2016/04/06 01:17:29 Optional: If you rewrite this test to use w3c test
dcheng 2016/04/06 01:20:33 Ehhh... unless there's a really straightforward an
yosin_UTC9 2016/04/06 01:32:08 Chest sheet is a good idea! It helps to write test

Powered by Google App Engine
This is Rietveld 408576698