-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manual test for PaymentResponse.shippingAddress attr #6952
Conversation
assert_equals(response.requestId, request.id, `Expected ids to match`); | ||
const { shippingAddress: addr } = request; | ||
assert_true( | ||
addr.addressLine instanceof PaymentAddress, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it should be "addr instanceof PaymentAddress", not addr.addressLine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
</li> | ||
<li> | ||
<button onclick="runManualTest(this, {requestShipping: true}, { shippingAddress: 'pass' }).then(done)"> | ||
If the requestShipping member is true, then shippingAddress will be the full and final shipping address is "wpt street" in "Kabul, Afghanistan", zip/postal code 1001. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/wpt street/1 wpt street
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixing
Build PASSEDStarted: 2017-08-21 08:14:59 View more information about this build on: |
Build PASSEDStarted: 2017-08-21 07:27:27 View more information about this build on: |
1 similar comment
Build PASSEDStarted: 2017-08-21 07:27:27 View more information about this build on: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Remove nesting :has() cases from the existing wpt tests and add a tentative wpt test to check disallowing nesting :has() inside :has(). w3c/csswg-drafts#6952 (comment) Bug: 669058, 1334631 Change-Id: I549ee9d5b1ca17d22f7f8982d0e9ff96df6937df
Remove nesting :has() cases from the existing wpt tests and add a tentative wpt test to check disallowing nesting :has() inside :has(). w3c/csswg-drafts#6952 (comment) Bug: 669058, 1334631 Change-Id: I549ee9d5b1ca17d22f7f8982d0e9ff96df6937df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3697654 Commit-Queue: Byungwoo Lee <blee@igalia.com> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1013385}
Remove nesting :has() cases from the existing wpt tests and add a tentative wpt test to check disallowing nesting :has() inside :has(). w3c/csswg-drafts#6952 (comment) Bug: 669058, 1334631 Change-Id: I549ee9d5b1ca17d22f7f8982d0e9ff96df6937df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3697654 Commit-Queue: Byungwoo Lee <blee@igalia.com> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1013385}
The resolution of csswg issue #6952 has been applied: - w3c/csswg-drafts#7344 Bug: 1334631 Change-Id: Ied9c791aa729f9f1aeef02ddf9902c94736277b5
The resolution of csswg issue #6952 has been applied: - w3c/csswg-drafts#7344 Bug: 1334631 Change-Id: Ied9c791aa729f9f1aeef02ddf9902c94736277b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3714637 Commit-Queue: Byungwoo Lee <blee@igalia.com> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1016121}
The resolution of csswg issue #6952 has been applied: - w3c/csswg-drafts#7344 Bug: 1334631 Change-Id: Ied9c791aa729f9f1aeef02ddf9902c94736277b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3714637 Commit-Queue: Byungwoo Lee <blee@igalia.com> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1016121}
No description provided.