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

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

Issue 1957163002: Rename KeywordValue to CSSKeywordValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 setter keyText 413 setter keyText
414 interface CSSKeyframesRule : CSSRule 414 interface CSSKeyframesRule : CSSRule
415 attribute @@toStringTag 415 attribute @@toStringTag
416 getter cssRules 416 getter cssRules
417 getter name 417 getter name
418 method appendRule 418 method appendRule
419 method constructor 419 method constructor
420 method deleteRule 420 method deleteRule
421 method findRule 421 method findRule
422 setter name 422 setter name
423 interface CSSKeywordValue : StyleValue
424 attribute @@toStringTag
425 getter keywordValue
426 method constructor
423 interface CSSMediaRule : CSSGroupingRule 427 interface CSSMediaRule : CSSGroupingRule
424 attribute @@toStringTag 428 attribute @@toStringTag
425 getter media 429 getter media
426 method constructor 430 method constructor
427 interface CSSNamespaceRule : CSSRule 431 interface CSSNamespaceRule : CSSRule
428 attribute @@toStringTag 432 attribute @@toStringTag
429 getter namespaceURI 433 getter namespaceURI
430 getter prefix 434 getter prefix
431 method constructor 435 method constructor
432 interface CSSPageRule : CSSRule 436 interface CSSPageRule : CSSRule
(...skipping 3008 matching lines...) Expand 10 before | Expand all | Expand 10 after
3441 getter metaKey 3445 getter metaKey
3442 getter repeat 3446 getter repeat
3443 getter shiftKey 3447 getter shiftKey
3444 getter which 3448 getter which
3445 method constructor 3449 method constructor
3446 method getModifierState 3450 method getModifierState
3447 method initKeyboardEvent 3451 method initKeyboardEvent
3448 interface KeyframeEffect : AnimationEffectReadOnly 3452 interface KeyframeEffect : AnimationEffectReadOnly
3449 attribute @@toStringTag 3453 attribute @@toStringTag
3450 method constructor 3454 method constructor
3451 interface KeywordValue : StyleValue
3452 attribute @@toStringTag
3453 getter keywordValue
3454 method constructor
3455 interface LengthValue : StyleValue 3455 interface LengthValue : StyleValue
3456 static method from 3456 static method from
3457 attribute @@toStringTag 3457 attribute @@toStringTag
3458 method add 3458 method add
3459 method constructor 3459 method constructor
3460 method divide 3460 method divide
3461 method multiply 3461 method multiply
3462 method subtract 3462 method subtract
3463 interface Location 3463 interface Location
3464 attribute @@toStringTag 3464 attribute @@toStringTag
(...skipping 4202 matching lines...) Expand 10 before | Expand all | Expand 10 after
7667 method stop 7667 method stop
7668 method webkitCancelAnimationFrame 7668 method webkitCancelAnimationFrame
7669 method webkitCancelRequestAnimationFrame 7669 method webkitCancelRequestAnimationFrame
7670 method webkitRequestAnimationFrame 7670 method webkitRequestAnimationFrame
7671 method webkitRequestFileSystem 7671 method webkitRequestFileSystem
7672 method webkitResolveLocalFileSystemURL 7672 method webkitResolveLocalFileSystemURL
7673 PASS successfullyParsed is true 7673 PASS successfullyParsed is true
7674 7674
7675 TEST COMPLETE 7675 TEST COMPLETE
7676 7676
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698