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

Unified Diff: components/html_viewer/public/interfaces/layout_test_runner.mojom

Issue 1308973005: html_viewer/web_view: An app for running layout-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix-win-build Created 5 years, 3 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: components/html_viewer/public/interfaces/layout_test_runner.mojom
diff --git a/chrome/test/data/extensions/api_test/service_worker/background_client/test.js b/components/html_viewer/public/interfaces/layout_test_runner.mojom
similarity index 70%
copy from chrome/test/data/extensions/api_test/service_worker/background_client/test.js
copy to components/html_viewer/public/interfaces/layout_test_runner.mojom
index 2497dc84f994bb12c39b2f79d6ec3a43e6964603..37164e541c296209f0f68abc13b892305c3b14e1 100644
--- a/chrome/test/data/extensions/api_test/service_worker/background_client/test.js
+++ b/components/html_viewer/public/interfaces/layout_test_runner.mojom
@@ -2,4 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-chrome.tabs.create({url: chrome.extension.getURL("page.html")});
+module html_viewer;
+
+interface LayoutTestRunner {
sky 2015/09/03 19:31:59 Generally we put interfaces near the implementatio
sadrul 2015/09/03 19:47:44 I added it here since LayoutTestHTMLViewer in html
sky 2015/09/03 19:52:24 I think the interface should belong with the test_
+ TestFinished();
+};

Powered by Google App Engine
This is Rietveld 408576698