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

Unified Diff: LayoutTests/crypto/abandon-crypto-operation2-expected.txt

Issue 343723003: [webcrypto] Allow crypto operations to be cancelled by the platform implementation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix comment typo Created 6 years, 6 months 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/abandon-crypto-operation2-expected.txt
diff --git a/LayoutTests/crypto/abandon-crypto-operation-expected.txt b/LayoutTests/crypto/abandon-crypto-operation2-expected.txt
similarity index 58%
copy from LayoutTests/crypto/abandon-crypto-operation-expected.txt
copy to LayoutTests/crypto/abandon-crypto-operation2-expected.txt
index 74a911cdef8d317b65197b4f690e642cd0899a51..a4a0bffc08abaf62855ffc8c688618724f8866cb 100644
--- a/LayoutTests/crypto/abandon-crypto-operation-expected.txt
+++ b/LayoutTests/crypto/abandon-crypto-operation2-expected.txt
@@ -1,11 +1,10 @@
-Tests abandoning a crypto operation.
+Tests cancelling of crypto operations when the context is destroyed.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Worker started
-Worker started
-Worker started
+Successfully generated AES-CBC key
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/crypto/abandon-crypto-operation2.html ('k') | LayoutTests/crypto/resources/worker-start-slow-operations.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698