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

Unified Diff: LayoutTests/inspector/tracing/decode-resize.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/tracing/decode-resize.html
diff --git a/LayoutTests/inspector/tracing/decode-resize.html b/LayoutTests/inspector/tracing/decode-resize.html
index ab2c45fb2c00c657ab3e097357ab7bced9742201..1db1b85223cbd04d39d857798bc6d9dc8c1e092c 100644
--- a/LayoutTests/inspector/tracing/decode-resize.html
+++ b/LayoutTests/inspector/tracing/decode-resize.html
@@ -14,13 +14,13 @@ div#img-container {
<script>
var images = [
- ["../timeline/resources/test.bmp", "25", "25"],
- ["../timeline/resources/test.gif", "25", "25"],
- ["../timeline/resources/test.ico", "25", "25"],
- ["../timeline/resources/test.jpg", "25", "25"],
- ["../timeline/resources/test.png", "25", "25"],
- ["../timeline/resources/test.webp", "25", "25"],
- ["../timeline/resources/big.png", "150", "150"]
+ ["./resources/test.bmp", "25", "25"],
+ ["./resources/test.gif", "25", "25"],
+ ["./resources/test.ico", "25", "25"],
+ ["./resources/test.jpg", "25", "25"],
+ ["./resources/test.png", "25", "25"],
+ ["./resources/test.webp", "25", "25"],
+ ["./resources/big.png", "150", "150"]
];
function showImages(callback)

Powered by Google App Engine
This is Rietveld 408576698