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

Side by Side Diff: LayoutTests/fast/forms/select-set-length-with-mutation-reparent-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: DOMNodeRemoved is deprecated. Use MutationObservers instead.
2 CONSOLE MESSAGE: DOMNodeInserted is deprecated. Use MutationObservers instead.
3 Tests that setting .length on an HTMLSelectElement works in the presence of muta tion event listeners that reparent options 1 Tests that setting .length on an HTMLSelectElement works in the presence of muta tion event listeners that reparent options
4 2
5 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 ".
6 4
7 5
8 PASS sel.length is 200 6 PASS sel.length is 200
9 PASS otherSel.length is 0 7 PASS otherSel.length is 0
10 PASS sel.length is 100 8 PASS sel.length is 100
11 PASS otherSel.length is 0 9 PASS otherSel.length is 0
12 PASS sel.length is 180 10 PASS sel.length is 180
13 PASS otherSel.length is 0 11 PASS otherSel.length is 0
14 PASS successfullyParsed is true 12 PASS successfullyParsed is true
15 13
16 TEST COMPLETE 14 TEST COMPLETE
17 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698