Chromium Code Reviews| Index: LayoutTests/fast/canvas/canvas-ImageData-constructor.html |
| diff --git a/LayoutTests/fast/canvas/canvas-ImageData-constructor.html b/LayoutTests/fast/canvas/canvas-ImageData-constructor.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1cd1ec85eb76b1a4fe03deac4b329b0bd82ddb46 |
| --- /dev/null |
| +++ b/LayoutTests/fast/canvas/canvas-ImageData-constructor.html |
| @@ -0,0 +1,3 @@ |
| +<!DOCTYPE HTML> |
| +<script src="../../resources/js-test.js"></script> |
| +<script src="script-tests/canvas-ImageData.js"></script> |
|
Inactive
2014/03/19 19:07:14
Could we inline the script in this file to avoid h
sof
2014/03/19 22:19:16
All fast/canvas tests do this, so I don't think we
|