Update web-platform-tests to revision 687b6cba3385c4c2ca85f44fe072961e651621b5

This commit is contained in:
WPT Sync Bot 2019-04-08 21:47:49 -04:00
parent cd579f6746
commit 1a4444a557
45 changed files with 594 additions and 259 deletions

View file

@ -12,7 +12,7 @@
</head>
<body>
<script>
const tests = generateTests(ResourceType.IMAGE, false);
const tests = generateTests(ResourceType.FETCH, false);
tests.forEach(test => testMap['worker-subresource-fetch'](test));
</script>
</body>