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

Unified Diff: LayoutTests/inspector/layers/layer-canvas-log.html

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 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: LayoutTests/inspector/layers/layer-canvas-log.html
diff --git a/LayoutTests/inspector/layers/layer-canvas-log.html b/LayoutTests/inspector/layers/layer-canvas-log.html
index f3596cb6e4a0e267c15b8a31be706eac18afca52..46681f85056137c8dfb29e0ede385a89f4dc6153 100644
--- a/LayoutTests/inspector/layers/layer-canvas-log.html
+++ b/LayoutTests/inspector/layers/layer-canvas-log.html
@@ -31,7 +31,7 @@ function test()
<body onload="runTest()">
<div id="a" style="transform: translateZ(0px); background-color:blue; width:100px; height:100px;">
<div style="width:50px; height:50px; background-color:red;"></div>
- <img src="../timeline/resources/test.png">
+ <img src="../tracing/resources/test.png">
<svg>
<rect x="0" y="0" width="10" height="10" style="opacity:0.5"/>
</svg>

Powered by Google App Engine
This is Rietveld 408576698