Index: third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.html b/third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.html |
deleted file mode 100644 |
index 83c7628df99f4fee711029373e4124c1338d7132..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.html |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-<!DOCTYPE html> |
-<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. --> |
-<title>OffscreenCanvas test: 2d.shadow.attributes.shadowColor.initial</title> |
-<script src="/resources/testharness.js"></script> |
-<script src="/resources/testharnessreport.js"></script> |
-<script src="/common/canvas-tests.js"></script> |
- |
-<h1>2d.shadow.attributes.shadowColor.initial</h1> |
-<p class="desc"></p> |
- |
- |
-<script> |
-var t = async_test(""); |
-t.step(function() { |
- |
-var offscreenCanvas = new OffscreenCanvas(100, 50); |
-var ctx = offscreenCanvas.getContext('2d'); |
- |
-_assertSame(ctx.shadowColor, 'rgba(0, 0, 0, 0)', "ctx.shadowColor", "'rgba(0, 0, 0, 0)'"); |
- |
-t.done(); |
- |
-}); |
-</script> |