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

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

Issue 1589733004: CSS Typed OM: add TransformComponents Rotation and Skew (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cssValueAndCssString
Patch Set: Remove TransformComponent call in child constructor Created 4 years, 11 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 4026 matching lines...) Expand 10 before | Expand all | Expand 10 after
4037 getter status 4037 getter status
4038 getter statusText 4038 getter statusText
4039 getter type 4039 getter type
4040 getter url 4040 getter url
4041 method arrayBuffer 4041 method arrayBuffer
4042 method blob 4042 method blob
4043 method clone 4043 method clone
4044 method constructor 4044 method constructor
4045 method json 4045 method json
4046 method text 4046 method text
4047 interface RotationTransformComponent : TransformComponent
4048 getter angle
4049 getter x
4050 getter y
4051 getter z
4052 method constructor
4047 interface SVGAElement : SVGGraphicsElement 4053 interface SVGAElement : SVGGraphicsElement
4048 getter href 4054 getter href
4049 getter target 4055 getter target
4050 method constructor 4056 method constructor
4051 interface SVGAngle 4057 interface SVGAngle
4052 attribute SVG_ANGLETYPE_DEG 4058 attribute SVG_ANGLETYPE_DEG
4053 attribute SVG_ANGLETYPE_GRAD 4059 attribute SVG_ANGLETYPE_GRAD
4054 attribute SVG_ANGLETYPE_RAD 4060 attribute SVG_ANGLETYPE_RAD
4055 attribute SVG_ANGLETYPE_UNKNOWN 4061 attribute SVG_ANGLETYPE_UNKNOWN
4056 attribute SVG_ANGLETYPE_UNSPECIFIED 4062 attribute SVG_ANGLETYPE_UNSPECIFIED
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
5185 getter onerror 5191 getter onerror
5186 getter port 5192 getter port
5187 getter workerStart 5193 getter workerStart
5188 method constructor 5194 method constructor
5189 setter onerror 5195 setter onerror
5190 interface SimpleLength : LengthValue 5196 interface SimpleLength : LengthValue
5191 getter type 5197 getter type
5192 getter value 5198 getter value
5193 method constructor 5199 method constructor
5194 setter value 5200 setter value
5201 interface SkewTransformComponent : TransformComponent
5202 getter ax
5203 getter ay
5204 method constructor
5195 interface SpeechSynthesisEvent : Event 5205 interface SpeechSynthesisEvent : Event
5196 getter charIndex 5206 getter charIndex
5197 getter elapsedTime 5207 getter elapsedTime
5198 getter name 5208 getter name
5199 getter utterance 5209 getter utterance
5200 method constructor 5210 method constructor
5201 interface SpeechSynthesisUtterance : EventTarget 5211 interface SpeechSynthesisUtterance : EventTarget
5202 getter lang 5212 getter lang
5203 getter onboundary 5213 getter onboundary
5204 getter onend 5214 getter onend
(...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after
6847 method stop 6857 method stop
6848 method webkitCancelAnimationFrame 6858 method webkitCancelAnimationFrame
6849 method webkitCancelRequestAnimationFrame 6859 method webkitCancelRequestAnimationFrame
6850 method webkitRequestAnimationFrame 6860 method webkitRequestAnimationFrame
6851 method webkitRequestFileSystem 6861 method webkitRequestFileSystem
6852 method webkitResolveLocalFileSystemURL 6862 method webkitResolveLocalFileSystemURL
6853 PASS successfullyParsed is true 6863 PASS successfullyParsed is true
6854 6864
6855 TEST COMPLETE 6865 TEST COMPLETE
6856 6866
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/skewTransformComponent.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698