[Webkit-unassigned] [Bug 18994] LANG/LC_ALL influences the result of element.style.opacity

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 19:13:45 PDT 2009


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





--- Comment #60 from Evan Martin <evan at chromium.org>  2009-10-08 19:13:44 PDT ---
Still three tests failing, all under transforms/2d.

Two of them are that the last digit in matrices changes by 1. (Rounding error.)

The last is transforms/2d/transform-accuracy:
transform "rotate(-10deg) rotate(10deg) rotate(360deg) rotate(-360deg)
rotate(360deg)" expected
"matrix(1, 0, 0, 1, 0, 0)", got
"matrix(0.999999, -0.000000000000000244929, 0.000000000000000244929, 0.999999,
0, 0)" : FAIL

I think I could maybe introduce a rounding step into the testing library they
share to work around it.  I think it's a bit sketchy to be doing equality tests
on floats.

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