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

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

Issue 2500833002: Import latest WritableStream tests from upstream (Closed)
Patch Set: 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/brand-checks.https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/general.https.html b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/brand-checks.https.html
similarity index 80%
copy from third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/general.https.html
copy to third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/brand-checks.https.html
index fa2e3eadef2ef9de3746955bd07a699d7da69135..03e034b2c11321f0020e1554273dc703f8e9d0b0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/general.https.html
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/brand-checks.https.html
@@ -5,8 +5,8 @@
<script src="/serviceworker/resources/test-helpers.js"></script>
<script src="../resources/test-initializer.js"></script>
-<script src="general.js"></script>
+<script src="brand-checks.js"></script>
<script>
'use strict';
-worker_test('general.js');
+worker_test('brand-checks.js');
</script>

Powered by Google App Engine
This is Rietveld 408576698