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

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

Issue 1175513002: Removing Interface SVGRenderingIntent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
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 4479 matching lines...) Expand 10 before | Expand all | Expand 10 after
4490 setter x 4490 setter x
4491 setter y 4491 setter y
4492 interface SVGRectElement 4492 interface SVGRectElement
4493 getter height 4493 getter height
4494 getter rx 4494 getter rx
4495 getter ry 4495 getter ry
4496 getter width 4496 getter width
4497 getter x 4497 getter x
4498 getter y 4498 getter y
4499 method constructor 4499 method constructor
4500 interface SVGRenderingIntent
4501 attribute RENDERING_INTENT_ABSOLUTE_COLORIMETRIC
4502 attribute RENDERING_INTENT_AUTO
4503 attribute RENDERING_INTENT_PERCEPTUAL
4504 attribute RENDERING_INTENT_RELATIVE_COLORIMETRIC
4505 attribute RENDERING_INTENT_SATURATION
4506 attribute RENDERING_INTENT_UNKNOWN
4507 method constructor
4508 interface SVGSVGElement 4500 interface SVGSVGElement
4509 attribute SVG_ZOOMANDPAN_DISABLE 4501 attribute SVG_ZOOMANDPAN_DISABLE
4510 attribute SVG_ZOOMANDPAN_MAGNIFY 4502 attribute SVG_ZOOMANDPAN_MAGNIFY
4511 attribute SVG_ZOOMANDPAN_UNKNOWN 4503 attribute SVG_ZOOMANDPAN_UNKNOWN
4512 getter currentScale 4504 getter currentScale
4513 getter currentTranslate 4505 getter currentTranslate
4514 getter currentView 4506 getter currentView
4515 getter height 4507 getter height
4516 getter pixelUnitToMillimeterX 4508 getter pixelUnitToMillimeterX
4517 getter pixelUnitToMillimeterY 4509 getter pixelUnitToMillimeterY
(...skipping 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after
6288 setter password 6280 setter password
6289 setter pathname 6281 setter pathname
6290 setter port 6282 setter port
6291 setter protocol 6283 setter protocol
6292 setter search 6284 setter search
6293 setter username 6285 setter username
6294 PASS successfullyParsed is true 6286 PASS successfullyParsed is true
6295 6287
6296 TEST COMPLETE 6288 TEST COMPLETE
6297 6289
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698