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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/payment-request/interfaces.https-expected.txt

Issue 2273143002: Update web-platform-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update baseline Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/payment-request/interfaces.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/payment-request/interfaces.https-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/payment-request/interfaces.https-expected.txt
deleted file mode 100644
index 86b932e4325fa6c613a2c32bb0869ccec1cdb14a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/payment-request/interfaces.https-expected.txt
+++ /dev/null
@@ -1,57 +0,0 @@
-This is a testharness.js-based test.
-PASS PaymentRequest interface: existence and properties of interface object
-PASS PaymentRequest interface object length
-PASS PaymentRequest interface object name
-FAIL PaymentRequest interface: existence and properties of interface prototype object assert_equals: class string of PaymentRequest.prototype expected "[object PaymentRequestPrototype]" but got "[object PaymentRequest]"
-PASS PaymentRequest interface: existence and properties of interface prototype object's "constructor" property
-FAIL PaymentRequest interface: operation show() assert_unreached: Throws "TypeError: Illegal invocation" instead of rejecting promise Reached unreachable code
-FAIL PaymentRequest interface: operation abort() assert_unreached: Throws "TypeError: Illegal invocation" instead of rejecting promise Reached unreachable code
-PASS PaymentRequest interface: attribute shippingAddress
-PASS PaymentRequest interface: attribute shippingOption
-PASS PaymentRequest interface: attribute onshippingaddresschange
-PASS PaymentRequest interface: attribute onshippingoptionchange
-PASS PaymentRequest must be primary interface of new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}})
-PASS Stringification of new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}})
-PASS PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "show" with the proper type (0)
-PASS PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "abort" with the proper type (1)
-PASS PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "shippingAddress" with the proper type (2)
-PASS PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "shippingOption" with the proper type (3)
-PASS PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "onshippingaddresschange" with the proper type (4)
-PASS PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "onshippingoptionchange" with the proper type (5)
-PASS PaymentAddress interface: existence and properties of interface object
-PASS PaymentAddress interface object length
-PASS PaymentAddress interface object name
-FAIL PaymentAddress interface: existence and properties of interface prototype object assert_equals: class string of PaymentAddress.prototype expected "[object PaymentAddressPrototype]" but got "[object PaymentAddress]"
-PASS PaymentAddress interface: existence and properties of interface prototype object's "constructor" property
-PASS PaymentAddress interface: attribute country
-PASS PaymentAddress interface: attribute addressLine
-PASS PaymentAddress interface: attribute region
-PASS PaymentAddress interface: attribute city
-PASS PaymentAddress interface: attribute dependentLocality
-PASS PaymentAddress interface: attribute postalCode
-PASS PaymentAddress interface: attribute sortingCode
-PASS PaymentAddress interface: attribute languageCode
-PASS PaymentAddress interface: attribute organization
-PASS PaymentAddress interface: attribute recipient
-PASS PaymentAddress interface: attribute careOf
-PASS PaymentAddress interface: attribute phone
-PASS PaymentResponse interface: existence and properties of interface object
-PASS PaymentResponse interface object length
-PASS PaymentResponse interface object name
-FAIL PaymentResponse interface: existence and properties of interface prototype object assert_equals: class string of PaymentResponse.prototype expected "[object PaymentResponsePrototype]" but got "[object PaymentResponse]"
-PASS PaymentResponse interface: existence and properties of interface prototype object's "constructor" property
-PASS PaymentResponse interface: attribute methodName
-PASS PaymentResponse interface: attribute details
-PASS PaymentResponse interface: attribute shippingAddress
-PASS PaymentResponse interface: attribute shippingOption
-PASS PaymentResponse interface: attribute payerEmail
-PASS PaymentResponse interface: attribute payerPhone
-FAIL PaymentResponse interface: operation complete(PaymentComplete) assert_unreached: Throws "TypeError: Illegal invocation" instead of rejecting promise Reached unreachable code
-PASS PaymentRequestUpdateEvent interface: existence and properties of interface object
-PASS PaymentRequestUpdateEvent interface object length
-PASS PaymentRequestUpdateEvent interface object name
-FAIL PaymentRequestUpdateEvent interface: existence and properties of interface prototype object assert_equals: class string of PaymentRequestUpdateEvent.prototype expected "[object PaymentRequestUpdateEventPrototype]" but got "[object PaymentRequestUpdateEvent]"
-PASS PaymentRequestUpdateEvent interface: existence and properties of interface prototype object's "constructor" property
-PASS PaymentRequestUpdateEvent interface: operation updateWith([object Object])
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698