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

Side by Side 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 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("page two");
7 });
8
9 </script>
10 </head>
11 <body><h1>Page two</h1></body>
OLDNEW
« 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