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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 16:44:50 PDT 2009


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





--- Comment #50 from Evan Martin <evan at chromium.org>  2009-10-07 16:44:49 PDT ---
(From update of attachment 40828)
This fixes both of the tests I recently added, but doesn't resolve this bug
completely.  I'd prefer to write more failing tests before I speculatively
touch other parts of the code.

LayoutTests/fast/css/opacity-float.html
LayoutTests/fast/css/large-number-round-trip.html

Note that this changes the output for a few other tests, which I'll need to
regenerate baselines for.  The TextStream logging functions have slightly
different output requirements than the CSS output ones do.  :(

The changes will change DumpRenderTree outputs like this:

     RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {DIV} at (0,0) size 784x152 [textFillColor=#800080]
[textStrokeWidth=2.00]
+      RenderBlock {DIV} at (0,0) size 784x152 [textFillColor=#800080]
[textStrokeWidth=2]
         RenderText {#text} at (0,1) size 755x149
           text run at (0,1) width 612: "Purple\x{300} fill, black stroke,"
           text run at (0,77) width 755: "complex text, black underline"
-      RenderBlock {DIV} at (0,152) size 784x152 [textStrokeColor=#FFA500]
[textStrokeWidth=1.33]
+      RenderBlock {DIV} at (0,152) size 784x152 [textStrokeColor=#FFA500]
[textStrokeWidth=1.3]

I don't know what you think of that.

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