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

Unified Diff: ios/web/test/data/mojo_test.html

Issue 2006273005: [ios Mojo] Integration test for Mojo WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed GN Created 4 years, 7 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: ios/web/test/data/mojo_test.html
diff --git a/ios/web/test/data/mojo_test.html b/ios/web/test/data/mojo_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..27ca24da22b6f0f66ce32f55188199a7b2827495
--- /dev/null
+++ b/ios/web/test/data/mojo_test.html
@@ -0,0 +1,7 @@
+<!doctype html>
+<html>
+<head>
+ <script src="chrome://resources/js/ios/web_ui.js"></script>
+ <script src="mojo_test.js"></script>
+</head>
+</html>

Powered by Google App Engine
This is Rietveld 408576698