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

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

Issue 2942183002: [CSS Typed OM] Make CSSRotation attributes mutable. (Closed)
Patch Set: rebase Created 3 years, 5 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 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 attribute @@toStringTag 697 attribute @@toStringTag
698 getter state 698 getter state
699 method constructor 699 method constructor
700 interface CSSRotation : CSSTransformComponent 700 interface CSSRotation : CSSTransformComponent
701 attribute @@toStringTag 701 attribute @@toStringTag
702 getter angle 702 getter angle
703 getter x 703 getter x
704 getter y 704 getter y
705 getter z 705 getter z
706 method constructor 706 method constructor
707 setter angle
708 setter x
709 setter y
710 setter z
707 interface CSSRule 711 interface CSSRule
708 attribute @@toStringTag 712 attribute @@toStringTag
709 attribute CHARSET_RULE 713 attribute CHARSET_RULE
710 attribute FONT_FACE_RULE 714 attribute FONT_FACE_RULE
711 attribute IMPORT_RULE 715 attribute IMPORT_RULE
712 attribute KEYFRAMES_RULE 716 attribute KEYFRAMES_RULE
713 attribute KEYFRAME_RULE 717 attribute KEYFRAME_RULE
714 attribute MEDIA_RULE 718 attribute MEDIA_RULE
715 attribute NAMESPACE_RULE 719 attribute NAMESPACE_RULE
716 attribute PAGE_RULE 720 attribute PAGE_RULE
(...skipping 8521 matching lines...) Expand 10 before | Expand all | Expand 10 after
9238 setter scrollY 9242 setter scrollY
9239 setter scrollbars 9243 setter scrollbars
9240 setter status 9244 setter status
9241 setter statusbar 9245 setter statusbar
9242 setter toolbar 9246 setter toolbar
9243 setter visualViewport 9247 setter visualViewport
9244 PASS successfullyParsed is true 9248 PASS successfullyParsed is true
9245 9249
9246 TEST COMPLETE 9250 TEST COMPLETE
9247 9251
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698