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

Unified Diff: content/test/data/dom_storage/verify_data.html

Issue 2693203004: Fix spelling in DOM Storage test. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/dom_storage/verify_data.html
diff --git a/content/test/data/dom_storage/verify_data.html b/content/test/data/dom_storage/verify_data.html
index cc845bb86a6a8af5ad0e499b629c1cadea47f88e..6349b04b1eb02140a516d2412cbf308bf6ba94d8 100644
--- a/content/test/data/dom_storage/verify_data.html
+++ b/content/test/data/dom_storage/verify_data.html
@@ -5,7 +5,7 @@
function test() {
let val = window.localStorage['foo'];
if (val !== 'bar')
- fail('Read incorrect value from localStorage. Excpected "bar", got "' + val + '"');
+ fail('Read incorrect value from localStorage. Expected "bar", got "' + val + '"');
else
done();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698