Closed
Bug 471881
Opened 17 years ago
Closed 16 years ago
reftest fails by 1 pixel on maemo
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jmaher, Unassigned)
References
Details
Attachments
(1 file)
|
328 bytes,
text/html
|
Details |
In the reftest suite, layout/reftests/bugs/362901-1.html fails on maemo only (passes on linux desktop). In reducing the test case, it appears that when we use javascript to insertBefore a textnode, we have a difference of 1 pixel.
I cannot figure out what this difference is, but it is only on maemo and my naked eye cannot see it.
Attached is the reduced test case where the first div shows the failure and the second div shows the reference.
| Reporter | ||
Comment 1•17 years ago
|
||
I see a similar situation with appendChild in /layout/reftests/bugs/385569-1*.html.
| Reporter | ||
Comment 2•17 years ago
|
||
Another case fails in this same fashion: layout/reftests/counters/text-boundaries-subpixel.html.
this is just related to a <span> tag inside a <p> tag.
Here is the test:
<p>a<span>b</span>.</p>
here is the reference:
<p>ab.</p>
| Reporter | ||
Comment 3•16 years ago
|
||
moving to test component
Component: General → Layout
Product: Fennec → Core
QA Contact: general → layout
| Reporter | ||
Comment 4•16 years ago
|
||
this test appears to be working in beta3 builds
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•