From e9fc90aeec5f8416ef83a42d3204f0b43614f370 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Tue, 22 Oct 2019 09:28:00 +0000 Subject: [PATCH] Bug 1584102 [wpt PR 19317] - Fix more broken links, a=testonly Automatic update from web-platform-tests Fix more broken links Fixes #19296 (again). -- wpt-commits: ae73f64cbe77264c8e2fcce16bf4a7640449cbcc wpt-pr: 19317 --- .../retry-shows-error-member-manual.https.html | 2 +- .../retry-shows-payer-member-manual.https.html | 2 +- .../retry-shows-shippingAddress-member-manual.https.html | 2 +- .../payment-request/payment-response/retry-method-manual.https.html | 4 ++-- testing/web-platform/tests/resources/test/variants.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-error-member-manual.https.html b/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-error-member-manual.https.html index 9d25e9e15246..9135520cd762 100644 --- a/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-error-member-manual.https.html +++ b/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-error-member-manual.https.html @@ -45,6 +45,6 @@ function retryShowsErrorMember(button) { - If you find a buggy test, please file a bug + If you find a buggy test, please file a bug and tag one of the owners. diff --git a/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-payer-member-manual.https.html b/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-payer-member-manual.https.html index ad5ad72fbb64..f8115e69ec5d 100644 --- a/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-payer-member-manual.https.html +++ b/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-payer-member-manual.https.html @@ -60,6 +60,6 @@ function retryShowsPayerMember(button, error) { - If you find a buggy test, please file a bug + If you find a buggy test, please file a bug and tag one of the owners. diff --git a/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-shippingAddress-member-manual.https.html b/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-shippingAddress-member-manual.https.html index 837ab79cbefa..dc9294534b66 100644 --- a/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-shippingAddress-member-manual.https.html +++ b/testing/web-platform/tests/payment-request/PaymentValidationErrors/retry-shows-shippingAddress-member-manual.https.html @@ -93,6 +93,6 @@ function retryShowsShippingAddressMember(button, error) { - If you find a buggy test, please file a bug + If you find a buggy test, please file a bug and tag one of the owners. diff --git a/testing/web-platform/tests/payment-request/payment-response/retry-method-manual.https.html b/testing/web-platform/tests/payment-request/payment-response/retry-method-manual.https.html index 0af894500dae..fc0a0427f4c3 100644 --- a/testing/web-platform/tests/payment-request/payment-response/retry-method-manual.https.html +++ b/testing/web-platform/tests/payment-request/payment-response/retry-method-manual.https.html @@ -291,6 +291,6 @@ function callingRetryReturnsUniquePromise(button){ - If you find a buggy test, please file a bug - and tag one of the owners. + If you find a buggy test, please file a bug + and tag one of the owners. diff --git a/testing/web-platform/tests/resources/test/variants.js b/testing/web-platform/tests/resources/test/variants.js index 611d27803447..eebac6f7d14c 100644 --- a/testing/web-platform/tests/resources/test/variants.js +++ b/testing/web-platform/tests/resources/test/variants.js @@ -5,7 +5,7 @@ * Tests are executed in the absence of the global Promise constructor by * default in order to verify support for the Server browser engine. * - * https://github.com/w3c/web-platform-tests/issues/6266 + * https://github.com/web-platform-tests/wpt/issues/6266 */ 'default': { description: 'Global Promise constructor removed.', -- 2.11.4.GIT