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

Side by Side Diff: LayoutTests/fast/events/scoped/editing-commands-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: DOMCharacterDataModified is deprecated. Use MutationObservers i nstead.
2 CONSOLE MESSAGE: DOMSubtreeModified is deprecated. Use MutationObservers instead .
3 CONSOLE MESSAGE: DOMNodeInserted is deprecated. Use MutationObservers instead.
4 CONSOLE MESSAGE: DOMNodeRemoved is deprecated. Use MutationObservers instead.
5 CONSOLE MESSAGE: DOMNodeRemovedFromDocument is deprecated. Use MutationObservers instead.
6 CONSOLE MESSAGE: DOMNodeInsertedIntoDocument is deprecated. Use MutationObserver s instead.
7 This test ensures WebKit does not fire DOM mutation events while execCommand is in progress. 1 This test ensures WebKit does not fire DOM mutation events while execCommand is in progress.
8 2
9 PASS: execCommand('BackColor', false, 'blue') 3 PASS: execCommand('BackColor', false, 'blue')
10 PASS: execCommand('CreateLink', false, 'about:blank') 4 PASS: execCommand('CreateLink', false, 'about:blank')
11 PASS: execCommand('Delete', false, null) 5 PASS: execCommand('Delete', false, null)
12 PASS: execCommand('FontName', false, 'Arial') 6 PASS: execCommand('FontName', false, 'Arial')
13 PASS: execCommand('FontSize', false, '5') 7 PASS: execCommand('FontSize', false, '5')
14 PASS: execCommand('FontSizeDelta', false, '5') 8 PASS: execCommand('FontSizeDelta', false, '5')
15 PASS: execCommand('ForeColor', false, 'blue') 9 PASS: execCommand('ForeColor', false, 'blue')
16 PASS: execCommand('FormatBlock', false, 'pre') 10 PASS: execCommand('FormatBlock', false, 'pre')
(...skipping 20 matching lines...) Expand all
37 PASS: execCommand('Strikethrough', false, null) 31 PASS: execCommand('Strikethrough', false, null)
38 PASS: execCommand('Subscript', false, null) 32 PASS: execCommand('Subscript', false, null)
39 PASS: execCommand('Superscript', false, null) 33 PASS: execCommand('Superscript', false, null)
40 PASS: execCommand('Transpose', false, null) 34 PASS: execCommand('Transpose', false, null)
41 PASS: execCommand('Underline', false, null) 35 PASS: execCommand('Underline', false, null)
42 PASS: execCommand('Unlink', false, null) 36 PASS: execCommand('Unlink', false, null)
43 37
44 38
45 DONE 39 DONE
46 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698