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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 4685 matching lines...) Expand 10 before | Expand all | Expand 10 after
4696 getter postalCode 4696 getter postalCode
4697 getter recipient 4697 getter recipient
4698 getter region 4698 getter region
4699 getter sortingCode 4699 getter sortingCode
4700 method constructor 4700 method constructor
4701 method toJSON 4701 method toJSON
4702 interface PaymentManager 4702 interface PaymentManager
4703 attribute @@toStringTag 4703 attribute @@toStringTag
4704 getter instruments 4704 getter instruments
4705 method constructor 4705 method constructor
4706 method getManifest
4707 method setManifest
4708 interface PaymentRequest : EventTarget 4706 interface PaymentRequest : EventTarget
4709 attribute @@toStringTag 4707 attribute @@toStringTag
4710 getter id 4708 getter id
4711 getter onshippingaddresschange 4709 getter onshippingaddresschange
4712 getter onshippingoptionchange 4710 getter onshippingoptionchange
4713 getter shippingAddress 4711 getter shippingAddress
4714 getter shippingOption 4712 getter shippingOption
4715 getter shippingType 4713 getter shippingType
4716 method abort 4714 method abort
4717 method canMakePayment 4715 method canMakePayment
(...skipping 4472 matching lines...) Expand 10 before | Expand all | Expand 10 after
9190 setter scrollY 9188 setter scrollY
9191 setter scrollbars 9189 setter scrollbars
9192 setter status 9190 setter status
9193 setter statusbar 9191 setter statusbar
9194 setter toolbar 9192 setter toolbar
9195 setter visualViewport 9193 setter visualViewport
9196 PASS successfullyParsed is true 9194 PASS successfullyParsed is true
9197 9195
9198 TEST COMPLETE 9196 TEST COMPLETE
9199 9197
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698