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

Unified Diff: headless/test/data/page_two.html

Issue 2049363003: Adds support for headless chrome embedder mojo services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 4 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
« headless/test/data/page_one.html ('K') | « headless/test/data/page_one.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/test/data/page_two.html
diff --git a/headless/test/data/page_two.html b/headless/test/data/page_two.html
new file mode 100644
index 0000000000000000000000000000000000000000..d74248bfb22526f3acfdef8032de42e1f31c0099
--- /dev/null
+++ b/headless/test/data/page_two.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<head>
+<script>
+
+mojo.services.embedder_test.TestEmbedderService.then(function(service) {
+ service.returnTestResult("page two");
+});
+
+</script>
+</head>
+<body><h1>Page two</h1></body>
« headless/test/data/page_one.html ('K') | « headless/test/data/page_one.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698