Files
servo/tests/wpt/web-platform-tests/streams/readable-streams/brand-checks.https.html

14 lines
442 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/service-workers/service-workers/resources/test-helpers.js"></script>
<script src="../resources/test-initializer.js"></script>
<script src="../resources/test-utils.js"></script>
<script src="brand-checks.js"></script>
<script>
'use strict';
worker_test('brand-checks.js');
</script>