| Index: third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-path-object.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-path-object.js b/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-path-object.js
|
| deleted file mode 100644
|
| index 73610aa9e1d2e7b612a3abde870b365e58467031..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-path-object.js
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -description("Ensure that the constructor for Path object and dependent functions exist.");
|
| -
|
| -shouldBe("typeof document.getElementById", '"function"');
|
| -
|
| -var path = new Path2D();
|
| -shouldBeType("path", "Path2D");
|
| -shouldBe("typeof path.closePath", '"function"');
|
| -shouldBe("typeof path.moveTo", '"function"');
|
| -shouldBe("typeof path.lineTo", '"function"');
|
| -shouldBe("typeof path.quadraticCurveTo", '"function"');
|
| -shouldBe("typeof path.bezierCurveTo", '"function"');
|
| -shouldBe("typeof path.arcTo", '"function"');
|
| -shouldBe("typeof path.arc", '"function"');
|
| -shouldBe("typeof path.rect", '"function"');
|
| -shouldBe("typeof path.ellipse", '"function"');
|
|
|