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

Unified Diff: chrome/test/data/webui/md_history/md_history_focus_test.js

Issue 2638843002: MD WebUI: Remove WebUI test focus hack by moving to interactive ui tests (Closed)
Patch Set: Ui -> UI Created 3 years, 11 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: chrome/test/data/webui/md_history/md_history_focus_test.js
diff --git a/chrome/test/data/webui/md_history/md_history_focus_test.js b/chrome/test/data/webui/md_history/md_history_focus_test.js
index 522a45a99016f349f7de1642b6c0d3fa5c0fc41e..12de39031a7862ae146d4b0f9ff767b2cbac3ab3 100644
--- a/chrome/test/data/webui/md_history/md_history_focus_test.js
+++ b/chrome/test/data/webui/md_history/md_history_focus_test.js
@@ -10,15 +10,12 @@
var ROOT_PATH = '../../../../../';
GEN_INCLUDE(
- [ROOT_PATH + 'chrome/test/data/webui/polymer_browser_test_base.js']);
-GEN('#include "chrome/browser/ui/browser.h"');
-GEN('#include "chrome/browser/ui/tabs/tab_strip_model.h"');
-GEN('#include "content/public/browser/web_contents.h"');
+ [ROOT_PATH + 'chrome/test/data/webui/polymer_interactive_ui_test.js']);
function MaterialHistoryFocusTest() {}
MaterialHistoryFocusTest.prototype = {
- __proto__: PolymerTest.prototype,
+ __proto__: PolymerInteractiveUITest.prototype,
browsePreload: 'chrome://history',

Powered by Google App Engine
This is Rietveld 408576698