Index: LayoutTests/fast/canvas/canvas-filter-svg-bbox-expected.html |
diff --git a/LayoutTests/fast/canvas/canvas-filter-svg-bbox-expected.html b/LayoutTests/fast/canvas/canvas-filter-svg-bbox-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8fb3dc333e1b092b99df13128b71d70619894745 |
--- /dev/null |
+++ b/LayoutTests/fast/canvas/canvas-filter-svg-bbox-expected.html |
@@ -0,0 +1,7 @@ |
+<canvas id="canvas" width="100" height="100"></canvas> |
+<script> |
+var canvas = document.getElementById('canvas'); |
+var ctx = canvas.getContext('2d'); |
+ctx.fillStyle = '#0f0'; |
+ctx.fillRect(0, 0, 100, 100); |
+</script> |