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

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: 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: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 3 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
4 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 4 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
5 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 5 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
6 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 6 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
7 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 7 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
8 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 8 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
9 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 9 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
10 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 10 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 setter keyText 422 setter keyText
423 interface CSSKeyframesRule : CSSRule 423 interface CSSKeyframesRule : CSSRule
424 attribute @@toStringTag 424 attribute @@toStringTag
425 getter cssRules 425 getter cssRules
426 getter name 426 getter name
427 method appendRule 427 method appendRule
428 method constructor 428 method constructor
429 method deleteRule 429 method deleteRule
430 method findRule 430 method findRule
431 setter name 431 setter name
432 interface CSSKeywordValue : StyleValue
433 attribute @@toStringTag
434 getter keywordValue
435 method constructor
432 interface CSSMediaRule : CSSGroupingRule 436 interface CSSMediaRule : CSSGroupingRule
433 attribute @@toStringTag 437 attribute @@toStringTag
434 getter media 438 getter media
435 method constructor 439 method constructor
436 interface CSSNamespaceRule : CSSRule 440 interface CSSNamespaceRule : CSSRule
437 attribute @@toStringTag 441 attribute @@toStringTag
438 getter namespaceURI 442 getter namespaceURI
439 getter prefix 443 getter prefix
440 method constructor 444 method constructor
441 interface CSSPageRule : CSSRule 445 interface CSSPageRule : CSSRule
(...skipping 2993 matching lines...) Expand 10 before | Expand all | Expand 10 after
3435 getter metaKey 3439 getter metaKey
3436 getter repeat 3440 getter repeat
3437 getter shiftKey 3441 getter shiftKey
3438 getter which 3442 getter which
3439 method constructor 3443 method constructor
3440 method getModifierState 3444 method getModifierState
3441 method initKeyboardEvent 3445 method initKeyboardEvent
3442 interface KeyframeEffect : AnimationEffectReadOnly 3446 interface KeyframeEffect : AnimationEffectReadOnly
3443 attribute @@toStringTag 3447 attribute @@toStringTag
3444 method constructor 3448 method constructor
3445 interface KeywordValue : StyleValue
3446 attribute @@toStringTag
3447 getter keywordValue
3448 method constructor
3449 interface LengthValue : StyleValue 3449 interface LengthValue : StyleValue
3450 static method fromDictionary 3450 static method fromDictionary
3451 static method fromValue 3451 static method fromValue
3452 attribute @@toStringTag 3452 attribute @@toStringTag
3453 method add 3453 method add
3454 method constructor 3454 method constructor
3455 method divide 3455 method divide
3456 method multiply 3456 method multiply
3457 method subtract 3457 method subtract
3458 interface Location 3458 interface Location
(...skipping 4297 matching lines...) Expand 10 before | Expand all | Expand 10 after
7756 setter scrollX 7756 setter scrollX
7757 setter scrollY 7757 setter scrollY
7758 setter scrollbars 7758 setter scrollbars
7759 setter status 7759 setter status
7760 setter statusbar 7760 setter statusbar
7761 setter toolbar 7761 setter toolbar
7762 PASS successfullyParsed is true 7762 PASS successfullyParsed is true
7763 7763
7764 TEST COMPLETE 7764 TEST COMPLETE
7765 7765
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698