| Index: third_party/WebKit/LayoutTests/external/wpt/payment-request/interfaces.https-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/payment-request/interfaces.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/payment-request/interfaces.https-expected.txt
|
| index 3f3e6887f82744ab97b360c0e839410d57fb8b92..9eed3f667486c2b277dbf4d959ef47f0fb2f0904 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/payment-request/interfaces.https-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/payment-request/interfaces.https-expected.txt
|
| @@ -7,7 +7,7 @@ PASS PaymentRequest interface: existence and properties of interface prototype o
|
| PASS PaymentRequest interface: operation show()
|
| PASS PaymentRequest interface: operation abort()
|
| PASS PaymentRequest interface: operation canMakePayment()
|
| -FAIL PaymentRequest interface: attribute id assert_true: The prototype object must have a property "id" expected true got false
|
| +PASS PaymentRequest interface: attribute id
|
| PASS PaymentRequest interface: attribute shippingAddress
|
| PASS PaymentRequest interface: attribute shippingOption
|
| PASS PaymentRequest interface: attribute shippingType
|
| @@ -18,7 +18,7 @@ PASS Stringification of new PaymentRequest([{supportedMethods: ['foo']}], {total
|
| 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 "canMakePayment" with the proper type (2)
|
| -FAIL PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "id" with the proper type (3) assert_inherits: property "id" not found in prototype chain
|
| +PASS PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "id" with the proper type (3)
|
| PASS PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "shippingAddress" with the proper type (4)
|
| PASS PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "shippingOption" with the proper type (5)
|
| PASS PaymentRequest interface: new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'bar', amount: {currency: 'BAZ', value: '0'}}}) must inherit property "shippingType" with the proper type (6)
|
| @@ -45,7 +45,7 @@ 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
|
| -FAIL PaymentResponse interface: attribute requestId assert_true: The prototype object must have a property "requestId" expected true got false
|
| +PASS PaymentResponse interface: attribute requestId
|
| PASS PaymentResponse interface: attribute methodName
|
| PASS PaymentResponse interface: attribute details
|
| PASS PaymentResponse interface: attribute shippingAddress
|
|
|