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

Unified Diff: LayoutTests/crypto/worker-random-values-concurrent.html

Issue 806913006: [WebCrypto] Move LayoutTests from crypto to crypto/subtle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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: LayoutTests/crypto/worker-random-values-concurrent.html
diff --git a/LayoutTests/crypto/worker-random-values-concurrent.html b/LayoutTests/crypto/worker-random-values-concurrent.html
index 0cbc9a14131bd6ad8d67e658cd98c42720f7405b..ec8a55a4b658990f209e5226a3dbf4660eb3274b 100644
--- a/LayoutTests/crypto/worker-random-values-concurrent.html
+++ b/LayoutTests/crypto/worker-random-values-concurrent.html
@@ -40,7 +40,7 @@
}
for (var i = 0; i < NUM_WORKERS; ++i) {
- var worker = new Worker('resources/random-values-concurrent.js');
+ var worker = new Worker('subtle/resources/random-values-concurrent.js');
worker.onmessage = function(event)
{
if (event.data instanceof Uint8Array)

Powered by Google App Engine
This is Rietveld 408576698