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

Side by Side Diff: LayoutTests/crypto/worker-random-values.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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../resources/js-test.js"></script> 4 <script src="../resources/js-test.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <p id="description"></p> 7 <p id="description"></p>
8 <div id="console"></div> 8 <div id="console"></div>
9 <script> 9 <script>
10 worker = startWorker("resources/random-values.js"); 10 worker = startWorker("random-values.js");
11 </script> 11 </script>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW
« no previous file with comments | « LayoutTests/crypto/unwrapKey-lacks-usage-expected.txt ('k') | LayoutTests/crypto/worker-random-values-concurrent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698