Index: third_party/WebKit/LayoutTests/fast/canvas/imagebitmap/transferImageBitmap-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/imagebitmap/transferImageBitmap-expected.html b/third_party/WebKit/LayoutTests/fast/canvas/imagebitmap/transferImageBitmap-expected.html |
deleted file mode 100644 |
index defdc6a9bc6be421c1951d163376366e0e8b97c9..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/imagebitmap/transferImageBitmap-expected.html |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-<!DOCTYPE html> |
-<canvas id = 'c' width='100' height='100'></canvas> |
-<script> |
-var ctx = document.getElementById('c').getContext('2d'); |
-ctx.fillStyle = 'green'; |
-ctx.fillRect(0, 0, 100, 100); |
-</script> |