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

Side by Side Diff: headless/test/data/mojo_test.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 a bug with mojo bindings after the onload event fired. 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <head>
3 <script>
4
5 mojo.services.embedder_test.TestEmbedderService.then(function(service) {
6 service.returnTestResult("hello world");
7 });
8
9 </script>
10 </head>
11 <body><h1>Mojo Test</h1></body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698