Commit 3708d533 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

gdiplus/tests: Test the return of GdipImageSelectActiveFrame().

parent fe0b2e13
......@@ -2700,6 +2700,7 @@ static void test_multiframegif(void)
expect(0, color);
stat = GdipImageSelectActiveFrame((GpImage*)bmp, &dimension, 3);
expect(Ok, stat);
stat = GdipBitmapGetPixel(bmp, 2, 0, &color);
expect(Ok, stat);
ok(color==0 || broken(color==0xff0000ff), "color = %x\n", color);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment