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

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

Issue 1976493002: Typed CSSOM: Rename Rotation and RotationTransformComponent to CSSRotation (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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 438 interface CSSPositionValue : StyleValue
439 attribute @@toStringTag 439 attribute @@toStringTag
440 getter x 440 getter x
441 getter y 441 getter y
442 method constructor 442 method constructor
443 interface CSSRotation : TransformComponent
444 attribute @@toStringTag
445 getter angle
446 getter x
447 getter y
448 getter z
449 method constructor
443 interface CSSRule 450 interface CSSRule
444 attribute @@toStringTag 451 attribute @@toStringTag
445 attribute CHARSET_RULE 452 attribute CHARSET_RULE
446 attribute FONT_FACE_RULE 453 attribute FONT_FACE_RULE
447 attribute IMPORT_RULE 454 attribute IMPORT_RULE
448 attribute KEYFRAMES_RULE 455 attribute KEYFRAMES_RULE
449 attribute KEYFRAME_RULE 456 attribute KEYFRAME_RULE
450 attribute MEDIA_RULE 457 attribute MEDIA_RULE
451 attribute NAMESPACE_RULE 458 attribute NAMESPACE_RULE
452 attribute PAGE_RULE 459 attribute PAGE_RULE
(...skipping 4050 matching lines...) Expand 10 before | Expand all | Expand 10 after
4503 getter status 4510 getter status
4504 getter statusText 4511 getter statusText
4505 getter type 4512 getter type
4506 getter url 4513 getter url
4507 method arrayBuffer 4514 method arrayBuffer
4508 method blob 4515 method blob
4509 method clone 4516 method clone
4510 method constructor 4517 method constructor
4511 method json 4518 method json
4512 method text 4519 method text
4513 interface Rotation : TransformComponent
4514 attribute @@toStringTag
4515 getter angle
4516 getter x
4517 getter y
4518 getter z
4519 method constructor
4520 interface SVGAElement : SVGGraphicsElement 4520 interface SVGAElement : SVGGraphicsElement
4521 attribute @@toStringTag 4521 attribute @@toStringTag
4522 getter href 4522 getter href
4523 getter target 4523 getter target
4524 method constructor 4524 method constructor
4525 interface SVGAngle 4525 interface SVGAngle
4526 attribute @@toStringTag 4526 attribute @@toStringTag
4527 attribute SVG_ANGLETYPE_DEG 4527 attribute SVG_ANGLETYPE_DEG
4528 attribute SVG_ANGLETYPE_GRAD 4528 attribute SVG_ANGLETYPE_GRAD
4529 attribute SVG_ANGLETYPE_RAD 4529 attribute SVG_ANGLETYPE_RAD
(...skipping 3119 matching lines...) Expand 10 before | Expand all | Expand 10 after
7649 method stop 7649 method stop
7650 method webkitCancelAnimationFrame 7650 method webkitCancelAnimationFrame
7651 method webkitCancelRequestAnimationFrame 7651 method webkitCancelRequestAnimationFrame
7652 method webkitRequestAnimationFrame 7652 method webkitRequestAnimationFrame
7653 method webkitRequestFileSystem 7653 method webkitRequestFileSystem
7654 method webkitResolveLocalFileSystemURL 7654 method webkitResolveLocalFileSystemURL
7655 PASS successfullyParsed is true 7655 PASS successfullyParsed is true
7656 7656
7657 TEST COMPLETE 7657 TEST COMPLETE
7658 7658
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/rotationTransformComponent.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698