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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2405153002: Remove CSS.unregisterProperty as the WG resolved to remove it for now (Closed)
Patch Set: Created 4 years, 2 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: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 interface ByteLengthQueuingStrategy 387 interface ByteLengthQueuingStrategy
388 method constructor 388 method constructor
389 method size 389 method size
390 interface CDATASection : Text 390 interface CDATASection : Text
391 attribute @@toStringTag 391 attribute @@toStringTag
392 method constructor 392 method constructor
393 interface CSS 393 interface CSS
394 static method escape 394 static method escape
395 static method registerProperty 395 static method registerProperty
396 static method supports 396 static method supports
397 static method unregisterProperty
398 attribute @@toStringTag 397 attribute @@toStringTag
399 method constructor 398 method constructor
400 interface CSSAngleValue : CSSStyleValue 399 interface CSSAngleValue : CSSStyleValue
401 attribute @@toStringTag 400 attribute @@toStringTag
402 getter degrees 401 getter degrees
403 getter gradians 402 getter gradians
404 getter radians 403 getter radians
405 getter turns 404 getter turns
406 method constructor 405 method constructor
407 interface CSSCalcLength : CSSLengthValue 406 interface CSSCalcLength : CSSLengthValue
(...skipping 7519 matching lines...) Expand 10 before | Expand all | Expand 10 after
7927 method stop 7926 method stop
7928 method webkitCancelAnimationFrame 7927 method webkitCancelAnimationFrame
7929 method webkitCancelRequestAnimationFrame 7928 method webkitCancelRequestAnimationFrame
7930 method webkitRequestAnimationFrame 7929 method webkitRequestAnimationFrame
7931 method webkitRequestFileSystem 7930 method webkitRequestFileSystem
7932 method webkitResolveLocalFileSystemURL 7931 method webkitResolveLocalFileSystemURL
7933 PASS successfullyParsed is true 7932 PASS successfullyParsed is true
7934 7933
7935 TEST COMPLETE 7934 TEST COMPLETE
7936 7935
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698