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

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

Issue 2711473005: Rename CSSMatrixTransformComponent -> CSSMatrixComponent (Closed)
Patch Set: Created 3 years, 10 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 8512 matching lines...) Expand 10 before | Expand all | Expand 10 after
9053 setter scrollY 9053 setter scrollY
9054 setter scrollbars 9054 setter scrollbars
9055 setter status 9055 setter status
9056 setter statusbar 9056 setter statusbar
9057 setter toolbar 9057 setter toolbar
9058 setter visualViewport 9058 setter visualViewport
9059 PASS successfullyParsed is true 9059 PASS successfullyParsed is true
9060 9060
9061 TEST COMPLETE 9061 TEST COMPLETE
9062 9062
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698