Open
Bug 585684
Opened 15 years ago
Updated 2 years ago
[d2d] REFTEST TEST-UNEXPECTED-FAIL text-decoration/underline-block-propagation-2-standards.html
Categories
(Core :: Graphics, defect)
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
References
Details
Attachments
(1 file)
389 bytes,
text/html
|
Details |
No description provided.
Reporter | ||
Comment 1•15 years ago
|
||
The bottom left corner of the text box is different. It's not at all clear why yet. Further, PIX is being very stubborn as of late.
Blocks: d2d-reftest
Comment 2•15 years ago
|
||
(In reply to comment #1)
> The bottom left corner of the text box is different. It's not at all clear why
> yet. Further, PIX is being very stubborn as of late.
PIX appears to be partially made stubborn for me by the GPU memcpy things (what we're doing seems to be valid though :s but PIX seems to hate it). Try commenting out that optimization piece (just use normal rendering for it), it may improve your results.
Reporter | ||
Comment 3•15 years ago
|
||
So it looks like this is actually layout bug. We seem to be drawing an underline under at the bottom of the text box. If you change the text-decoration to line-through this becomes obvious. We're the only browser that does this and it seems wrong. It shows up as far back as 3.6
Reporter | ||
Comment 4•15 years ago
|
||
Comment 5•15 years ago
|
||
Why does this show up only on Windows 7?
Comment 6•15 years ago
|
||
uh.. on Direct2D?
Comment 7•15 years ago
|
||
We suspect it's because of something more, or less accurate in D2D rasterization. But the fundamental bug is definitely there elsewhere.
Reporter | ||
Comment 8•15 years ago
|
||
I've filed a bug against layout for the text-decoration problem (bug 586748)
Depends on: 586748
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•