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

Side by Side Diff: LayoutTests/editing/pasteboard/drag-and-drop-image-contenteditable-expected.txt

Issue 23483045: Revert "Switch MutationEvents UseCounter to use countDeprecation." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: DOMNodeInserted is deprecated. Use MutationObservers instead.
2 This test verify dragging an image in the page keeps its attributes. To test man ually, drag the image and drop it in the rect with a blue border. 1 This test verify dragging an image in the page keeps its attributes. To test man ually, drag the image and drop it in the rect with a blue border.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 6
8 7
9 PASS target.getElementsByTagName("img").length is 1 8 PASS target.getElementsByTagName("img").length is 1
10 PASS target.getElementsByTagName("img")[0].attributes.length is 5 9 PASS target.getElementsByTagName("img")[0].attributes.length is 5
11 PASS target.getElementsByTagName("img")[0].id is "source" 10 PASS target.getElementsByTagName("img")[0].id is "source"
12 PASS target.getElementsByTagName("img")[0].alt is "alt-text" 11 PASS target.getElementsByTagName("img")[0].alt is "alt-text"
13 PASS target.getElementsByTagName("img")[0].attributes["itemprop"].value is "some data" 12 PASS target.getElementsByTagName("img")[0].attributes["itemprop"].value is "some data"
14 PASS target.getElementsByTagName("img")[0].attributes["arbitrary"].value is "gre en" 13 PASS target.getElementsByTagName("img")[0].attributes["arbitrary"].value is "gre en"
15 PASS successfullyParsed is true 14 PASS successfullyParsed is true
16 15
17 TEST COMPLETE 16 TEST COMPLETE
18 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698