Update web-platform-tests to revision 1abcb7058ecdaabd5fe9c27c90a73795d31d2a0a

This commit is contained in:
WPT Sync Bot 2018-12-03 20:36:55 -05:00
parent 5bdea7dc1c
commit c930649cd6
53 changed files with 413 additions and 851 deletions

View file

@ -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.');