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

Side by Side Diff: LayoutTests/platform/android/webexposed/global-interface-listing-expected.txt

Issue 1153403003: Remove SVGFilterElement's filterRes* attributes and setFilterRes() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase + updated smallFonts.svg and textFeatures.svg Created 5 years, 6 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 WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 4444 matching lines...) Expand 10 before | Expand all | Expand 10 after
4455 getter numOctaves 4455 getter numOctaves
4456 getter result 4456 getter result
4457 getter seed 4457 getter seed
4458 getter stitchTiles 4458 getter stitchTiles
4459 getter type 4459 getter type
4460 getter width 4460 getter width
4461 getter x 4461 getter x
4462 getter y 4462 getter y
4463 method constructor 4463 method constructor
4464 interface SVGFilterElement 4464 interface SVGFilterElement
4465 getter filterResX
4466 getter filterResY
4467 getter filterUnits 4465 getter filterUnits
4468 getter height 4466 getter height
4469 getter href 4467 getter href
4470 getter primitiveUnits 4468 getter primitiveUnits
4471 getter width 4469 getter width
4472 getter x 4470 getter x
4473 getter y 4471 getter y
4474 method constructor 4472 method constructor
4475 method setFilterRes
4476 interface SVGForeignObjectElement 4473 interface SVGForeignObjectElement
4477 getter height 4474 getter height
4478 getter width 4475 getter width
4479 getter x 4476 getter x
4480 getter y 4477 getter y
4481 method constructor 4478 method constructor
4482 interface SVGGElement 4479 interface SVGGElement
4483 method constructor 4480 method constructor
4484 interface SVGGeometryElement 4481 interface SVGGeometryElement
4485 method constructor 4482 method constructor
(...skipping 2350 matching lines...) Expand 10 before | Expand all | Expand 10 after
6836 setter password 6833 setter password
6837 setter pathname 6834 setter pathname
6838 setter port 6835 setter port
6839 setter protocol 6836 setter protocol
6840 setter search 6837 setter search
6841 setter username 6838 setter username
6842 PASS successfullyParsed is true 6839 PASS successfullyParsed is true
6843 6840
6844 TEST COMPLETE 6841 TEST COMPLETE
6845 6842
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698