[Webkit-unassigned] [Bug 73040] FloatQuad::isRectilinear() returns false for 180degree rotations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 12:00:08 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73040


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116790|review?                     |review+
               Flag|                            |




--- Comment #13 from James Robinson <jamesr at chromium.org>  2011-11-28 12:00:07 PST ---
(From update of attachment 116790)
View in context: https://bugs.webkit.org/attachment.cgi?id=116790&action=review

> Source/WebKit/chromium/tests/FloatQuadTest.cpp:54
> +        EXPECT_EQ(true, quad.isRectilinear());

i believe gtest has EXPECT_TRUE and EXPECT_FALSE

> Source/WebKit/chromium/tests/FloatQuadTest.cpp:72
> +        EXPECT_EQ(false, quad.isRectilinear());

EXPECT_FALSE

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list