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

Unified Diff: components/web_view/test_runner/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: tot/merge 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/web_view/test_runner/public/interfaces/layout_test_runner.mojom
diff --git a/chrome/test/data/extensions/api_test/service_worker/background_client/test.js b/components/web_view/test_runner/public/interfaces/layout_test_runner.mojom
similarity index 71%
copy from chrome/test/data/extensions/api_test/service_worker/background_client/test.js
copy to components/web_view/test_runner/public/interfaces/layout_test_runner.mojom
index 2497dc84f994bb12c39b2f79d6ec3a43e6964603..22fdffaff13479b668df2cd1c157e83681778bc8 100644
--- a/chrome/test/data/extensions/api_test/service_worker/background_client/test.js
+++ b/components/web_view/test_runner/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 web_view;
+
+interface LayoutTestRunner {
+ TestFinished();
+};

Powered by Google App Engine
This is Rietveld 408576698