| Index: LayoutTests/fast/canvas/fillrect-gradient-zero-stops.html
|
| diff --git a/LayoutTests/fast/canvas/fillrect-gradient-zero-stops.html b/LayoutTests/fast/canvas/fillrect-gradient-zero-stops.html
|
| index 5a952edaf1ed57622116dfe2961d0730c5ae0608..2aa5022adaef9dec9f2cb6d609fa9f008540f04c 100644
|
| --- a/LayoutTests/fast/canvas/fillrect-gradient-zero-stops.html
|
| +++ b/LayoutTests/fast/canvas/fillrect-gradient-zero-stops.html
|
| @@ -2,7 +2,6 @@
|
| <p>
|
| The canvas below should show a gradient with zero stops, which according to the specification is filled with transparant black, ie. not visible. This tests <a href="http://bugs.webkit.org/show_bug.cgi?id=13784">Bug 13784, REGRESSION (r13744-13750): Crash with empty gradient when drawing to canvas</a></p>
|
| <canvas id="c"></canvas>
|
| -<script src="resources/asyncpaintguard.js"></script>
|
| <script>
|
| window.onload = function () {
|
| var ctx = document.getElementById('c').getContext('2d');
|
|
|