Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https.html

Issue 2453713003: Implementation of WritableStream (Closed)
Patch Set: Add missing return to promise_test Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/brand-checks.html b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https.html
similarity index 59%
copy from third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/brand-checks.html
copy to third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https.html
index 0dbd7397458cf05bf9c7b123da90bf7daa81608a..039f132187ad75ff2cbc7302822b3b74b8a9e19d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/brand-checks.html
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https.html
@@ -3,12 +3,12 @@
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/serviceworker/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 src="../resources/recording-streams.js"></script>
+
+<script src="write.js"></script>
<script>
'use strict';
-fetch_tests_from_worker(new Worker('brand-checks.js'));
-fetch_tests_from_worker(new SharedWorker('brand-checks.js'));
-service_worker_test('brand-checks.js');
+worker_test('write.js');
</script>

Powered by Google App Engine
This is Rietveld 408576698