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

Unified Diff: third_party/WebKit/LayoutTests/mojo/resources/validation_test_input_parser.js

Issue 2745293005: Moving mojo/validation test into LayoutTests (Closed)
Patch Set: test file contents Created 3 years, 8 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/mojo/resources/validation_test_input_parser.js
diff --git a/mojo/public/js/tests/validation_test_input_parser.js b/third_party/WebKit/LayoutTests/mojo/resources/validation_test_input_parser.js
similarity index 99%
rename from mojo/public/js/tests/validation_test_input_parser.js
rename to third_party/WebKit/LayoutTests/mojo/resources/validation_test_input_parser.js
index f5a57f917226881a6ec5f1b474114ba8b6f436ed..c1403fd4d079dbdb082da5d6ae86646b13a460f5 100644
--- a/mojo/public/js/tests/validation_test_input_parser.js
+++ b/third_party/WebKit/LayoutTests/mojo/resources/validation_test_input_parser.js
@@ -6,7 +6,7 @@
// or ".data" files. The input format is described here:
// mojo/public/cpp/bindings/tests/validation_test_input_parser.h
-define([
+define("mojo/resources/validation_test_input_parser", [
"mojo/public/js/buffer"
], function(buffer) {
@@ -14,6 +14,7 @@ define([
// or ".data" file.
function InputError(message, line) {
+ this.name = "InputError";
this.message = message;
this.line = line;
}
« no previous file with comments | « mojo/public/tools/bindings/gen_data_files_list.py ('k') | third_party/WebKit/LayoutTests/mojo/validation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698