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) |