Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-no-alpha-invalidation-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-no-alpha-invalidation-expected.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-no-alpha-invalidation-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3d43beb4dcc1c3ad2befeb03e535d28da268eff6 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-no-alpha-invalidation-expected.html |
| @@ -0,0 +1,6 @@ |
| +<!DOCTYPE html> |
| +<p>Expect to see a black square below this line.</p> |
| +<canvas id = 'c' width=100 height=100></canvas> |
|
Stephen White
2016/12/07 22:27:48
Ibid.
|
| +<script> |
| +document.getElementById('c').getContext('2d').fillRect(0, 0, 100, 100); |
| +</script> |