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

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: Update path for deserialize legacy tests 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
« no previous file with comments | « LayoutTests/crypto/worker-random-values.html ('k') | LayoutTests/crypto/worker-random-values-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..23ca6b4e3a8de10494df5233a742e616d9bfe922 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('random-values-concurrent.js');
worker.onmessage = function(event)
{
if (event.data instanceof Uint8Array)
« no previous file with comments | « LayoutTests/crypto/worker-random-values.html ('k') | LayoutTests/crypto/worker-random-values-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698