Chromium Code Reviews| 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
|