[Webkit-unassigned] [Bug 119211] The typeof canvas-path object is "object" and not "Path"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 07:04:29 PDT 2013


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





--- Comment #4 from Dirk Schulze <krit at webkit.org>  2013-07-29 07:04:16 PST ---
(From update of attachment 207630)
View in context: https://bugs.webkit.org/attachment.cgi?id=207630&action=review

> LayoutTests/fast/canvas/script-tests/canvas-currentPath.js:63
> -shouldBeType("p", "Path");
> +shouldBe("typeof p", '"object"');

The one checks the instance the other the JS type. Why not check both? Am I missing something? Why is there no layout test update needed?

-- 
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