mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision 1abcb7058ecdaabd5fe9c27c90a73795d31d2a0a
This commit is contained in:
parent
5bdea7dc1c
commit
c930649cd6
53 changed files with 413 additions and 851 deletions
|
@ -321,6 +321,6 @@ backgroundFetchTest(async (test, backgroundFetch) => {
|
|||
|
||||
assert_true(results[1].url.includes('resources/feature-name.txt'));
|
||||
assert_equals(results[1].status, 200);
|
||||
assert_equals(results[1].text, 'error');
|
||||
assert_equals(results[1].text, 'Background Fetch');
|
||||
|
||||
}, 'Matching multiple times on the same request works as expected.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue