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

Unified Diff: third_party/WebKit/Source/devtools/layout_tests/http/tests/inspector/inspector-test.js

Issue 2454323004: Make layout test harness extensible with custom layout tests directory (Closed)
Patch Set: move apache config to Tools/Scripts Created 4 years, 1 month 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: third_party/WebKit/Source/devtools/layout_tests/http/tests/inspector/inspector-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/Source/devtools/layout_tests/http/tests/inspector/inspector-test.js
similarity index 99%
copy from third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
copy to third_party/WebKit/Source/devtools/layout_tests/http/tests/inspector/inspector-test.js
index e119673ae0be97d6e8a2f7496234d690a377f249..98813f6aa5253e6b2afffb55c371e08f36b4ee45 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
+++ b/third_party/WebKit/Source/devtools/layout_tests/http/tests/inspector/inspector-test.js
@@ -893,6 +893,7 @@ WebInspector.targetManager.observeTargets({
InspectorTest.EmulationAgent = target.emulationAgent();
InspectorTest.HeapProfilerAgent = target.heapProfilerAgent();
InspectorTest.InspectorAgent = target.inspectorAgent();
+ InspectorTest.LayerTreeAgent = target.layerTreeAgent();
InspectorTest.NetworkAgent = target.networkAgent();
InspectorTest.PageAgent = target.pageAgent();
InspectorTest.ProfilerAgent = target.profilerAgent();

Powered by Google App Engine
This is Rietveld 408576698