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

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

Issue 2775343002: PaymentHandler: Initial implementation for PaymentInstruments. (Closed)
Patch Set: PaymentHandler: Initial implementation for PaymentInstruments. Created 3 years, 8 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 4666 matching lines...) Expand 10 before | Expand all | Expand 10 after
4677 getter organization 4677 getter organization
4678 getter phone 4678 getter phone
4679 getter postalCode 4679 getter postalCode
4680 getter recipient 4680 getter recipient
4681 getter region 4681 getter region
4682 getter sortingCode 4682 getter sortingCode
4683 method constructor 4683 method constructor
4684 method toJSON 4684 method toJSON
4685 interface PaymentManager 4685 interface PaymentManager
4686 attribute @@toStringTag 4686 attribute @@toStringTag
4687 getter instruments
4687 method constructor 4688 method constructor
4688 method getManifest 4689 method getManifest
4689 method setManifest 4690 method setManifest
4690 interface PaymentRequest : EventTarget 4691 interface PaymentRequest : EventTarget
4691 attribute @@toStringTag 4692 attribute @@toStringTag
4692 getter onshippingaddresschange 4693 getter onshippingaddresschange
4693 getter onshippingoptionchange 4694 getter onshippingoptionchange
4694 getter shippingAddress 4695 getter shippingAddress
4695 getter shippingOption 4696 getter shippingOption
4696 getter shippingType 4697 getter shippingType
(...skipping 4475 matching lines...) Expand 10 before | Expand all | Expand 10 after
9172 setter scrollY 9173 setter scrollY
9173 setter scrollbars 9174 setter scrollbars
9174 setter status 9175 setter status
9175 setter statusbar 9176 setter statusbar
9176 setter toolbar 9177 setter toolbar
9177 setter visualViewport 9178 setter visualViewport
9178 PASS successfullyParsed is true 9179 PASS successfullyParsed is true
9179 9180
9180 TEST COMPLETE 9181 TEST COMPLETE
9181 9182
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698