| Index: third_party/WebKit/LayoutTests/virtual/color_space/fast/canvas/color-space/imageData-colorSpace.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/color-space/imageData-colorSpace.html b/third_party/WebKit/LayoutTests/virtual/color_space/fast/canvas/color-space/imageData-colorSpace.html
|
| similarity index 96%
|
| rename from third_party/WebKit/LayoutTests/fast/canvas/color-space/imageData-colorSpace.html
|
| rename to third_party/WebKit/LayoutTests/virtual/color_space/fast/canvas/color-space/imageData-colorSpace.html
|
| index 2d5d56d99a86e39403271cc3decb7822edbba957..9f2c9d620b48f09e883f178e175895fa59ddb7b7 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/color-space/imageData-colorSpace.html
|
| +++ b/third_party/WebKit/LayoutTests/virtual/color_space/fast/canvas/color-space/imageData-colorSpace.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <body>
|
| -<script src="../../../resources/testharness.js"></script>
|
| -<script src="../../../resources/testharnessreport.js"></script>
|
| +<script src="../../../../../resources/testharness.js"></script>
|
| +<script src="../../../../../resources/testharnessreport.js"></script>
|
| <script>
|
|
|
| var dataU8 = new Uint8ClampedArray([255, 192, 128, 64]);
|
|
|