| Index: LayoutTests/fast/canvas/toDataURL-alpha.html
|
| diff --git a/LayoutTests/fast/canvas/toDataURL-alpha.html b/LayoutTests/fast/canvas/toDataURL-alpha.html
|
| index b3dd6542899b4c1b212e565ceb0574d7163726d9..8a451e43a4aea4733565eabec3430663f274009e 100644
|
| --- a/LayoutTests/fast/canvas/toDataURL-alpha.html
|
| +++ b/LayoutTests/fast/canvas/toDataURL-alpha.html
|
| @@ -4,7 +4,7 @@
|
| <title>canvas toDataURL alpha png bug</title>
|
| <script type="text/javascript">
|
| if (window.testRunner)
|
| - testRunner.dumpAsText(true);
|
| + testRunner.dumpAsTextWithPixelResults();
|
|
|
| function load() {
|
| var context = document.getElementById("c").getContext("2d");
|
|
|