Skip to content

Commit

Permalink
Fix base URL in mediasession mediametadata test
Browse files Browse the repository at this point in the history
Change-Id: Ia25e9daf97e980b2e3ce9a1ba92b8f3bb5d28239
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4301375
Reviewed-by: Tommy Steimel <steimel@chromium.org>
Reviewed-by: Fr <beaufort.francois@gmail.com>
Commit-Queue: Fr <beaufort.francois@gmail.com>
Cr-Commit-Position: refs/heads/main@{#1112881}
  • Loading branch information
beaufortfrancois authored and pull[bot] committed Jul 8, 2023
1 parent 264073d commit 1367329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediasession/mediametadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@

assert_equals(artwork.length, URLs.length);
for (let i = 0 ; i < artwork.length ; ++i) {
assert_equals(artwork[i].src, new URL(URLs[i], document.URL).href);
assert_equals(artwork[i].src, new URL(URLs[i], subframe.contentDocument.URL).href);
}
}, 'Test that the base URL of MediaImage is the base URL of entry setting object');

Expand Down

0 comments on commit 1367329

Please sign in to comment.