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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt

Issue 1691883003: Deprecate SVGZoomEvent and SVGZoomEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update -expected files with deprecation messages and rename counter to SVGZoomEvent Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'SVGZoomEvent' is deprecated and will be removed in M52, around August 2016. See https://www.chromestatus.com/features/5760883808534528 for mor e details.
1 This tests that document.createEvent is hooked up for all Event interfaces (and alternatives) and creates the right instance. 2 This tests that document.createEvent is hooked up for all Event interfaces (and alternatives) and creates the right instance.
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 PASS document.createEvent('AnimationEvent') instanceof window.AnimationEvent is true 7 PASS document.createEvent('AnimationEvent') instanceof window.AnimationEvent is true
7 PASS document.createEvent('AnimationEvent') instanceof window.Event is true 8 PASS document.createEvent('AnimationEvent') instanceof window.Event is true
8 PASS document.createEvent('AnimationEvent').constructor === window.AnimationEven t is true 9 PASS document.createEvent('AnimationEvent').constructor === window.AnimationEven t is true
9 PASS document.createEvent('Event') instanceof window.Event is true 10 PASS document.createEvent('Event') instanceof window.Event is true
10 PASS document.createEvent('Event').constructor === window.Event is true 11 PASS document.createEvent('Event').constructor === window.Event is true
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 PASS document.createEvent('TouchEvent') instanceof window.Event is true 124 PASS document.createEvent('TouchEvent') instanceof window.Event is true
124 PASS document.createEvent('TouchEvent').constructor === window.TouchEvent is tru e 125 PASS document.createEvent('TouchEvent').constructor === window.TouchEvent is tru e
125 PASS document.createEvent('AutocompleteErrorEvent') instanceof window.Autocomple teErrorEvent is true 126 PASS document.createEvent('AutocompleteErrorEvent') instanceof window.Autocomple teErrorEvent is true
126 PASS document.createEvent('AutocompleteErrorEvent') instanceof window.Event is t rue 127 PASS document.createEvent('AutocompleteErrorEvent') instanceof window.Event is t rue
127 PASS document.createEvent('AutocompleteErrorEvent').constructor === window.Autoc ompleteErrorEvent is true 128 PASS document.createEvent('AutocompleteErrorEvent').constructor === window.Autoc ompleteErrorEvent is true
128 PASS allEventInterfacesCreateEvents is true 129 PASS allEventInterfacesCreateEvents is true
129 PASS successfullyParsed is true 130 PASS successfullyParsed is true
130 131
131 TEST COMPLETE 132 TEST COMPLETE
132 133
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698