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

Side by Side Diff: LayoutTests/fast/forms/select-set-length-with-mutation-remove-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 listeners that remove option elements. 1 Tests that setting .length on an HTMLSelectElement works in the presence of muta tion listeners that remove option elements.
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 sel.length is 100 7 PASS sel.length is 100
10 PASS sel.length is 180 8 PASS sel.length is 180
11 PASS successfullyParsed is true 9 PASS successfullyParsed is true
12 10
13 TEST COMPLETE 11 TEST COMPLETE
14 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698