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

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

Issue 2875493003: PaymentHandler: Remove PaymentAppManifest and PaymentAppOption. (Closed)
Patch Set: global-interface-listing Created 3 years, 7 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 4692 matching lines...) Expand 10 before | Expand all | Expand 10 after
4703 getter postalCode 4703 getter postalCode
4704 getter recipient 4704 getter recipient
4705 getter region 4705 getter region
4706 getter sortingCode 4706 getter sortingCode
4707 method constructor 4707 method constructor
4708 method toJSON 4708 method toJSON
4709 interface PaymentManager 4709 interface PaymentManager
4710 attribute @@toStringTag 4710 attribute @@toStringTag
4711 getter instruments 4711 getter instruments
4712 method constructor 4712 method constructor
4713 method getManifest
4714 method setManifest
4715 interface PaymentRequest : EventTarget 4713 interface PaymentRequest : EventTarget
4716 attribute @@toStringTag 4714 attribute @@toStringTag
4717 getter id 4715 getter id
4718 getter onshippingaddresschange 4716 getter onshippingaddresschange
4719 getter onshippingoptionchange 4717 getter onshippingoptionchange
4720 getter shippingAddress 4718 getter shippingAddress
4721 getter shippingOption 4719 getter shippingOption
4722 getter shippingType 4720 getter shippingType
4723 method abort 4721 method abort
4724 method canMakePayment 4722 method canMakePayment
(...skipping 4473 matching lines...) Expand 10 before | Expand all | Expand 10 after
9198 setter scrollY 9196 setter scrollY
9199 setter scrollbars 9197 setter scrollbars
9200 setter status 9198 setter status
9201 setter statusbar 9199 setter statusbar
9202 setter toolbar 9200 setter toolbar
9203 setter visualViewport 9201 setter visualViewport
9204 PASS successfullyParsed is true 9202 PASS successfullyParsed is true
9205 9203
9206 TEST COMPLETE 9204 TEST COMPLETE
9207 9205
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698