diff --git a/third_party/WebKit/LayoutTests/external/WPT_BASE_MANIFEST.json b/third_party/WebKit/LayoutTests/external/WPT_BASE_MANIFEST.json index d63dabac9e87f0..a85d13ee1c9501 100644 --- a/third_party/WebKit/LayoutTests/external/WPT_BASE_MANIFEST.json +++ b/third_party/WebKit/LayoutTests/external/WPT_BASE_MANIFEST.json @@ -120003,6 +120003,11 @@ {} ] ], + "webvtt/api/VTTCue/common.js": [ + [ + {} + ] + ], "webvtt/api/VTTCue/constructor-expected.txt": [ [ {} @@ -273540,7 +273545,7 @@ "support" ], "payment-request/payment-request-ctor-currency-code-checks.https.html": [ - "7efdfa3457fff90fc3f66054505dcf7a7ff4645b", + "29a226caa4f91f0b92f4ed8bd99d40e241884107", "testharness" ], "payment-request/payment-request-ctor-pmi-handling.https-expected.txt": [ diff --git a/third_party/WebKit/LayoutTests/external/wpt/payment-request/payment-request-ctor-currency-code-checks.https.html b/third_party/WebKit/LayoutTests/external/wpt/payment-request/payment-request-ctor-currency-code-checks.https.html index 69a375c1864089..3a5e0e70084156 100644 --- a/third_party/WebKit/LayoutTests/external/wpt/payment-request/payment-request-ctor-currency-code-checks.https.html +++ b/third_party/WebKit/LayoutTests/external/wpt/payment-request/payment-request-ctor-currency-code-checks.https.html @@ -162,7 +162,7 @@ }; const displayItem = { amount, - label: "valid currency", + label: "invalid currency", }; const details = { total: defaultTotal,