| Index: third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.html b/third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.html
|
| deleted file mode 100644
|
| index 8469e2557b29623c9b76ba7e8b7102a4d1d89b4a..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.html
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
|
| -<title>OffscreenCanvas test: size.attributes.parse.minus</title>
|
| -<script src="/resources/testharness.js"></script>
|
| -<script src="/resources/testharnessreport.js"></script>
|
| -<script src="/common/canvas-tests.js"></script>
|
| -
|
| -<h1>size.attributes.parse.minus</h1>
|
| -<p class="desc">Parsing of non-negative integers</p>
|
| -
|
| -
|
| -<script>
|
| -var t = async_test("Parsing of non-negative integers");
|
| -t.step(function() {
|
| -
|
| -var offscreenCanvas = new OffscreenCanvas(100, 50);
|
| -var ctx = offscreenCanvas.getContext('2d');
|
| -
|
| -_assertSame(offscreenCanvas.width, 300, "offscreenCanvas.width", "300");
|
| -_assertSame(offscreenCanvas.height, 150, "offscreenCanvas.height", "150");
|
| -
|
| -t.done();
|
| -
|
| -});
|
| -</script>
|
|
|