| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-defaultpng.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/toBlob/canvas-toBlob-defaultpng.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-defaultpng.html
|
| similarity index 94%
|
| rename from third_party/WebKit/LayoutTests/fast/canvas/toBlob/canvas-toBlob-defaultpng.html
|
| rename to third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-defaultpng.html
|
| index c2fec4c009da73247b90f27ee3809cd3c8775602..14cab6668d827a04063b0ca7f3104b443a399f32 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/toBlob/canvas-toBlob-defaultpng.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-defaultpng.html
|
| @@ -1,9 +1,10 @@
|
| -<script src = "../../../resources/js-test.js"></script>
|
| +<script src = "../../resources/js-test.js"></script>
|
| <script type = 'text/javascript'>
|
| jsTestIsAsync = true;
|
| description("Test that verifies whether the image data survives the toBlob process after async image encoding");
|
|
|
| if (window.testRunner) {
|
| + testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
| }
|
|
|
|
|