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

Side by Side Diff: LayoutTests/editing/pasteboard/drag-and-drop-inputimage-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("input").length is 1 8 PASS target.getElementsByTagName("input").length is 1
10 PASS target.getElementsByTagName("input")[0].attributes.length is 6 9 PASS target.getElementsByTagName("input")[0].attributes.length is 6
11 PASS target.getElementsByTagName("input")[0].id is "source" 10 PASS target.getElementsByTagName("input")[0].id is "source"
12 PASS target.getElementsByTagName("input")[0].type is "image" 11 PASS target.getElementsByTagName("input")[0].type is "image"
13 PASS target.getElementsByTagName("input")[0].draggable is true 12 PASS target.getElementsByTagName("input")[0].draggable is true
14 PASS target.getElementsByTagName("input")[0].attributes["itemprop"].value is "so medata" 13 PASS target.getElementsByTagName("input")[0].attributes["itemprop"].value is "so medata"
15 PASS target.getElementsByTagName("input")[0].attributes["arbitrary"].value is "g reen" 14 PASS target.getElementsByTagName("input")[0].attributes["arbitrary"].value is "g reen"
16 PASS successfullyParsed is true 15 PASS successfullyParsed is true
17 16
18 TEST COMPLETE 17 TEST COMPLETE
19 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698