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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js

Issue 2271823002: Minor spelling fix in fast/canvas/webgl layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add the glsl file again Created 4 years, 4 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: third_party/WebKit/LayoutTests/fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js b/third_party/WebKit/LayoutTests/fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js
index 4b1dd4637787451d3c9e7710d1c9f39cbbaae428..b5286febc09810b5a12e6f2aa794d33d615cfe3e 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js
@@ -454,7 +454,7 @@ function windowHandleMessage(event) {
testPassed(currentTest.name);
}
} catch(e) {
- testFailed(currentTest.name + ": on recieve: " + e + ". event.data = " + event.data);
+ testFailed(currentTest.name + ": on receive: " + e + ". event.data = " + event.data);
}
doneTest();
}

Powered by Google App Engine
This is Rietveld 408576698