[Webkit-unassigned] [Bug 137827] Math.abs() returns negative
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 17 21:48:58 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137827
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ap at webkit.org,
| |webkit-bug-importer at group.a
| |pple.com
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
function test() {
var abs = Math.abs(-0.75);
if (abs < 0) {
alert('Math.abs(-0.75) is negative?');
return;
}
requestAnimationFrame(test);
}
test();
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141018/0241432e/attachment-0002.html>
More information about the webkit-unassigned
mailing list