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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/count-queuing-strategy.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/count-queuing-strategy.https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/constructor.https.html b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/count-queuing-strategy.https.html
similarity index 76%
copy from third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/constructor.https.html
copy to third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/count-queuing-strategy.https.html
index 9cdad3fde057569b84b014438d19e5a4c4d9e52d..f611291fbdfe4694c24532df1c3ac47a6c45c2e8 100644
--- a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/constructor.https.html
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/count-queuing-strategy.https.html
@@ -5,8 +5,8 @@
<script src="/serviceworker/resources/test-helpers.js"></script>
<script src="../resources/test-initializer.js"></script>
-<script src="constructor.js"></script>
+<script src="count-queuing-strategy.js"></script>
<script>
'use strict';
-worker_test('constructor.js');
+worker_test('count-queuing-strategy.js');
</script>

Powered by Google App Engine
This is Rietveld 408576698