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

Unified Diff: LayoutTests/inspector/layers/layers-panel-mouse-events.html

Issue 173763002: DevTools: hide page overlay layers in LayerTreeAgent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed stray watchdog from test Created 6 years, 10 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: LayoutTests/inspector/layers/layers-panel-mouse-events.html
diff --git a/LayoutTests/inspector/layers-panel-mouse-events.html b/LayoutTests/inspector/layers/layers-panel-mouse-events.html
similarity index 97%
rename from LayoutTests/inspector/layers-panel-mouse-events.html
rename to LayoutTests/inspector/layers/layers-panel-mouse-events.html
index 655cca4a71de9164fcb108e892751326f96b2e44..2caabbe0dbc7a7db3ed7ba21a3495d0997c97ffc 100644
--- a/LayoutTests/inspector/layers-panel-mouse-events.html
+++ b/LayoutTests/inspector/layers/layers-panel-mouse-events.html
@@ -9,8 +9,8 @@
top: 20px;
}
</style>
-<script src="../http/tests/inspector/inspector-test.js"></script>
-<script src="../http/tests/inspector/layers-test.js"></script>
+<script src="../../http/tests/inspector/inspector-test.js"></script>
+<script src="../../http/tests/inspector/layers-test.js"></script>
<script>
function initialize_LayersPanelnMouseEvents()
{

Powered by Google App Engine
This is Rietveld 408576698