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

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

Issue 2939273003: [CSS Typed OM] Make the attributes of CSSPerspective mutable. (Closed)
Patch Set: Update errors and messages Created 3 years, 6 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 70: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 70: '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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 interface CSSPageRule : CSSRule 676 interface CSSPageRule : CSSRule
677 attribute @@toStringTag 677 attribute @@toStringTag
678 getter selectorText 678 getter selectorText
679 getter style 679 getter style
680 method constructor 680 method constructor
681 setter selectorText 681 setter selectorText
682 interface CSSPerspective : CSSTransformComponent 682 interface CSSPerspective : CSSTransformComponent
683 attribute @@toStringTag 683 attribute @@toStringTag
684 getter length 684 getter length
685 method constructor 685 method constructor
686 setter length
686 interface CSSPositionValue : CSSStyleValue 687 interface CSSPositionValue : CSSStyleValue
687 attribute @@toStringTag 688 attribute @@toStringTag
688 getter x 689 getter x
689 getter y 690 getter y
690 method constructor 691 method constructor
691 interface CSSResourceValue : CSSStyleValue 692 interface CSSResourceValue : CSSStyleValue
692 attribute @@toStringTag 693 attribute @@toStringTag
693 getter state 694 getter state
694 method constructor 695 method constructor
695 interface CSSRotation : CSSTransformComponent 696 interface CSSRotation : CSSTransformComponent
(...skipping 8544 matching lines...) Expand 10 before | Expand all | Expand 10 after
9240 setter scrollY 9241 setter scrollY
9241 setter scrollbars 9242 setter scrollbars
9242 setter status 9243 setter status
9243 setter statusbar 9244 setter statusbar
9244 setter toolbar 9245 setter toolbar
9245 setter view 9246 setter view
9246 PASS successfullyParsed is true 9247 PASS successfullyParsed is true
9247 9248
9248 TEST COMPLETE 9249 TEST COMPLETE
9249 9250
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698