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

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

Issue 2310823002: Skeleton implementation of CSS Properties and Values API (Closed)
Patch Set: fix stylevardata copy ctor Created 4 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
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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 getter time 401 getter time
402 method constructor 402 method constructor
403 interface ByteLengthQueuingStrategy 403 interface ByteLengthQueuingStrategy
404 method constructor 404 method constructor
405 method size 405 method size
406 interface CDATASection : Text 406 interface CDATASection : Text
407 attribute @@toStringTag 407 attribute @@toStringTag
408 method constructor 408 method constructor
409 interface CSS 409 interface CSS
410 static method escape 410 static method escape
411 static method registerProperty
411 static method supports 412 static method supports
413 static method unregisterProperty
412 attribute @@toStringTag 414 attribute @@toStringTag
413 method constructor 415 method constructor
414 interface CSSAngleValue : CSSStyleValue 416 interface CSSAngleValue : CSSStyleValue
415 attribute @@toStringTag 417 attribute @@toStringTag
416 getter degrees 418 getter degrees
417 getter gradians 419 getter gradians
418 getter radians 420 getter radians
419 getter turns 421 getter turns
420 method constructor 422 method constructor
421 interface CSSCalcLength : CSSLengthValue 423 interface CSSCalcLength : CSSLengthValue
(...skipping 7456 matching lines...) Expand 10 before | Expand all | Expand 10 after
7878 method stop 7880 method stop
7879 method webkitCancelAnimationFrame 7881 method webkitCancelAnimationFrame
7880 method webkitCancelRequestAnimationFrame 7882 method webkitCancelRequestAnimationFrame
7881 method webkitRequestAnimationFrame 7883 method webkitRequestAnimationFrame
7882 method webkitRequestFileSystem 7884 method webkitRequestFileSystem
7883 method webkitResolveLocalFileSystemURL 7885 method webkitResolveLocalFileSystemURL
7884 PASS successfullyParsed is true 7886 PASS successfullyParsed is true
7885 7887
7886 TEST COMPLETE 7888 TEST COMPLETE
7887 7889
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698