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

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

Issue 1958943002: Typed CSSOM: Rename PositionValue to CSSPositionValue (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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 attribute @@toStringTag 428 attribute @@toStringTag
429 getter namespaceURI 429 getter namespaceURI
430 getter prefix 430 getter prefix
431 method constructor 431 method constructor
432 interface CSSPageRule : CSSRule 432 interface CSSPageRule : CSSRule
433 attribute @@toStringTag 433 attribute @@toStringTag
434 getter selectorText 434 getter selectorText
435 getter style 435 getter style
436 method constructor 436 method constructor
437 setter selectorText 437 setter selectorText
438 interface CSSPositionValue : StyleValue
439 attribute @@toStringTag
440 getter x
441 getter y
442 method constructor
438 interface CSSRule 443 interface CSSRule
439 attribute @@toStringTag 444 attribute @@toStringTag
440 attribute CHARSET_RULE 445 attribute CHARSET_RULE
441 attribute FONT_FACE_RULE 446 attribute FONT_FACE_RULE
442 attribute IMPORT_RULE 447 attribute IMPORT_RULE
443 attribute KEYFRAMES_RULE 448 attribute KEYFRAMES_RULE
444 attribute KEYFRAME_RULE 449 attribute KEYFRAME_RULE
445 attribute MEDIA_RULE 450 attribute MEDIA_RULE
446 attribute NAMESPACE_RULE 451 attribute NAMESPACE_RULE
447 attribute PAGE_RULE 452 attribute PAGE_RULE
(...skipping 3830 matching lines...) Expand 10 before | Expand all | Expand 10 after
4278 getter length 4283 getter length
4279 method @@iterator 4284 method @@iterator
4280 method constructor 4285 method constructor
4281 method item 4286 method item
4282 method namedItem 4287 method namedItem
4283 method refresh 4288 method refresh
4284 interface PopStateEvent : Event 4289 interface PopStateEvent : Event
4285 attribute @@toStringTag 4290 attribute @@toStringTag
4286 getter state 4291 getter state
4287 method constructor 4292 method constructor
4288 interface PositionValue : StyleValue
4289 attribute @@toStringTag
4290 getter x
4291 getter y
4292 method constructor
4293 interface Presentation 4293 interface Presentation
4294 attribute @@toStringTag 4294 attribute @@toStringTag
4295 getter defaultRequest 4295 getter defaultRequest
4296 getter receiver 4296 getter receiver
4297 method constructor 4297 method constructor
4298 setter defaultRequest 4298 setter defaultRequest
4299 interface PresentationAvailability : EventTarget 4299 interface PresentationAvailability : EventTarget
4300 attribute @@toStringTag 4300 attribute @@toStringTag
4301 getter onchange 4301 getter onchange
4302 getter value 4302 getter value
(...skipping 3345 matching lines...) Expand 10 before | Expand all | Expand 10 after
7648 method stop 7648 method stop
7649 method webkitCancelAnimationFrame 7649 method webkitCancelAnimationFrame
7650 method webkitCancelRequestAnimationFrame 7650 method webkitCancelRequestAnimationFrame
7651 method webkitRequestAnimationFrame 7651 method webkitRequestAnimationFrame
7652 method webkitRequestFileSystem 7652 method webkitRequestFileSystem
7653 method webkitResolveLocalFileSystemURL 7653 method webkitResolveLocalFileSystemURL
7654 PASS successfullyParsed is true 7654 PASS successfullyParsed is true
7655 7655
7656 TEST COMPLETE 7656 TEST COMPLETE
7657 7657
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/positionValue.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698