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

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

Issue 2711473005: Rename CSSMatrixTransformComponent -> CSSMatrixComponent (Closed)
Patch Set: Rename cssMatrixTransformComponent.html => cssMatrixComponent.html Created 3 years, 9 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: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 getter keywordValue 520 getter keywordValue
521 method constructor 521 method constructor
522 interface CSSLengthValue : CSSStyleValue 522 interface CSSLengthValue : CSSStyleValue
523 static method from 523 static method from
524 attribute @@toStringTag 524 attribute @@toStringTag
525 method add 525 method add
526 method constructor 526 method constructor
527 method divide 527 method divide
528 method multiply 528 method multiply
529 method subtract 529 method subtract
530 interface CSSMatrixTransformComponent : CSSTransformComponent 530 interface CSSMatrixComponent : CSSTransformComponent
531 attribute @@toStringTag 531 attribute @@toStringTag
532 getter a 532 getter a
533 getter b 533 getter b
534 getter c 534 getter c
535 getter d 535 getter d
536 getter e 536 getter e
537 getter f 537 getter f
538 getter m11 538 getter m11
539 getter m12 539 getter m12
540 getter m13 540 getter m13
(...skipping 8521 matching lines...) Expand 10 before | Expand all | Expand 10 after
9062 setter scrollY 9062 setter scrollY
9063 setter scrollbars 9063 setter scrollbars
9064 setter status 9064 setter status
9065 setter statusbar 9065 setter statusbar
9066 setter toolbar 9066 setter toolbar
9067 setter visualViewport 9067 setter visualViewport
9068 PASS successfullyParsed is true 9068 PASS successfullyParsed is true
9069 9069
9070 TEST COMPLETE 9070 TEST COMPLETE
9071 9071
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/cssTransformValue.html ('k') | third_party/WebKit/Source/core/core_idl_files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698