Closed
Bug 756405
Opened 13 years ago
Closed 13 years ago
non-scaling-stroke-02.svg fails on Android
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file)
1.42 KB,
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → longsonr
Assignee | ||
Updated•13 years ago
|
Summary: non-scaling stroke tests fail on Android sometimes → non-scaling-stroke-02.svg fails on Android
Assignee | ||
Comment 1•13 years ago
|
||
It's a permanent failure in only one of the reftests. Just 38 pixels don't match, the test and ref are visually indistinguishable. I assume this is an artifact from the fact that the reftest is scaled as the drawing is otherwise exactly the same as non-scaling-stroke-01. Because of this I think having this one test fuzzy match on Android is the simplest answer.
Attachment #625466 -
Flags: review?(jwatt)
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 625466 [details] [diff] [review]
patch
>diff --git a/layout/reftests/svg/reftest.list b/layout/reftests/svg/reftest.list
>--- a/layout/reftests/svg/reftest.list
>+++ b/layout/reftests/svg/reftest.list
>@@ -169,19 +169,18 @@ fails == inline-in-xul-basic-01.xul pass
> == marker-viewBox-01.svg marker-viewBox-01-ref.svg
> == mask-basic-01.svg pass.svg
> == mask-basic-02.svg mask-basic-02-ref.svg
> == mask-extref-dataURI-01.svg pass.svg
> == mask-containing-masked-content-01.svg pass.svg
> == mask-transformed-01.svg mask-transformed-01-ref.svg
> == nested-viewBox-01.svg pass.svg
> == nesting-invalid-01.svg nesting-invalid-01-ref.svg
>-# Bug 756405
>-random-if(Android) == non-scaling-stroke-01.svg non-scaling-stroke-01-ref.svg
>-random-if(Android) == non-scaling-stroke-02.svg non-scaling-stroke-02-ref.svg
>+== non-scaling-stroke-01.svg non-scaling-stroke-01-ref.svg
>+fuzzy-if(Android,9,38) == non-scaling-stroke-02.svg non-scaling-stroke-02-ref.svg
> == objectBoundingBox-and-clipPath.svg pass.svg
> # Bug 588684
> random-if(gtk2Widget) == objectBoundingBox-and-fePointLight-01.svg objectBoundingBox-and-fePointLight-01-ref.svg
> random-if(gtk2Widget) == objectBoundingBox-and-fePointLight-02.svg objectBoundingBox-and-fePointLight-02-ref.svg
> == objectBoundingBox-and-mask.svg pass.svg
> == objectBoundingBox-and-mask-02.svg pass.svg
> == objectBoundingBox-and-pattern-01a.svg objectBoundingBox-and-pattern-01-ref.svg
> == objectBoundingBox-and-pattern-01b.svg objectBoundingBox-and-pattern-01-ref.svg
Attachment #625466 -
Attachment is patch: true
![]() |
||
Updated•13 years ago
|
Attachment #625466 -
Flags: review?(jwatt) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Flags: in-testsuite-
Target Milestone: --- → mozilla15
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•