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

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

Issue 2126713002: [Typed-OM] Add CSSVariableReferenceValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed spaces, remove unused header Created 4 years, 5 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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 method forEach 635 method forEach
636 method is2D 636 method is2D
637 method keys 637 method keys
638 method values 638 method values
639 interface CSSTranslation : CSSTransformComponent 639 interface CSSTranslation : CSSTransformComponent
640 attribute @@toStringTag 640 attribute @@toStringTag
641 getter x 641 getter x
642 getter y 642 getter y
643 getter z 643 getter z
644 method constructor 644 method constructor
645 interface CSSVariableReferenceValue
646 attribute @@toStringTag
647 getter variable
648 method constructor
645 interface CSSViewportRule : CSSRule 649 interface CSSViewportRule : CSSRule
646 attribute @@toStringTag 650 attribute @@toStringTag
647 getter style 651 getter style
648 method constructor 652 method constructor
649 interface Cache 653 interface Cache
650 attribute @@toStringTag 654 attribute @@toStringTag
651 method add 655 method add
652 method addAll 656 method addAll
653 method constructor 657 method constructor
654 method delete 658 method delete
(...skipping 7130 matching lines...) Expand 10 before | Expand all | Expand 10 after
7785 method stop 7789 method stop
7786 method webkitCancelAnimationFrame 7790 method webkitCancelAnimationFrame
7787 method webkitCancelRequestAnimationFrame 7791 method webkitCancelRequestAnimationFrame
7788 method webkitRequestAnimationFrame 7792 method webkitRequestAnimationFrame
7789 method webkitRequestFileSystem 7793 method webkitRequestFileSystem
7790 method webkitResolveLocalFileSystemURL 7794 method webkitResolveLocalFileSystemURL
7791 PASS successfullyParsed is true 7795 PASS successfullyParsed is true
7792 7796
7793 TEST COMPLETE 7797 TEST COMPLETE
7794 7798
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/cssVariableReferenceValue.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698