| Index: third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.worker.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.worker.js b/third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.worker.js
|
| deleted file mode 100644
|
| index 184673389d7e0bf2277785eace9255831ade5ca1..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.worker.js
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// DO NOT EDIT! This test has been generated by tools/gentest.py.
|
| -// OffscreenCanvas test in a worker:size.attributes.parse.hex
|
| -// Description:Parsing of non-negative integers
|
| -// Note:
|
| -
|
| -importScripts("/resources/testharness.js");
|
| -importScripts("/common/canvas-tests.js");
|
| -
|
| -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, 0, "offscreenCanvas.width", "0");
|
| -_assertSame(offscreenCanvas.height, 0, "offscreenCanvas.height", "0");
|
| -
|
| -t.done();
|
| -
|
| -});
|
| -done();
|
|
|