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

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

Issue 2373233002: Add fromCSSValue methods to LengthValue subclasses, remove extra method in CSSSimpleLength. (Closed)
Patch Set: Update test expectations, remove extra includes and unused args 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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 attribute @@toStringTag 560 attribute @@toStringTag
561 getter x 561 getter x
562 getter y 562 getter y
563 getter z 563 getter z
564 method constructor 564 method constructor
565 interface CSSSimpleLength : CSSLengthValue 565 interface CSSSimpleLength : CSSLengthValue
566 attribute @@toStringTag 566 attribute @@toStringTag
567 getter type 567 getter type
568 getter value 568 getter value
569 method constructor 569 method constructor
570 setter value
571 interface CSSSkew : CSSTransformComponent 570 interface CSSSkew : CSSTransformComponent
572 attribute @@toStringTag 571 attribute @@toStringTag
573 getter ax 572 getter ax
574 getter ay 573 getter ay
575 method constructor 574 method constructor
576 interface CSSStyleDeclaration 575 interface CSSStyleDeclaration
577 attribute @@toStringTag 576 attribute @@toStringTag
578 getter cssFloat 577 getter cssFloat
579 getter cssText 578 getter cssText
580 getter length 579 getter length
(...skipping 7349 matching lines...) Expand 10 before | Expand all | Expand 10 after
7930 method stop 7929 method stop
7931 method webkitCancelAnimationFrame 7930 method webkitCancelAnimationFrame
7932 method webkitCancelRequestAnimationFrame 7931 method webkitCancelRequestAnimationFrame
7933 method webkitRequestAnimationFrame 7932 method webkitRequestAnimationFrame
7934 method webkitRequestFileSystem 7933 method webkitRequestFileSystem
7935 method webkitResolveLocalFileSystemURL 7934 method webkitResolveLocalFileSystemURL
7936 PASS successfullyParsed is true 7935 PASS successfullyParsed is true
7937 7936
7938 TEST COMPLETE 7937 TEST COMPLETE
7939 7938
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698