Painting artifact on <fieldset>'s continuation with inset box-shadow on reftest snapshot mode
Categories
(Core :: Web Painting, defect, P3)
Tracking
()
People
(Reporter: TYLin, Unassigned)
Details
Attachments
(3 files)
2.37 KB,
patch
|
Details | Diff | Splinter Review | |
54.04 KB,
text/plain
|
Details | |
29.57 KB,
image/png
|
Details |
My patch in bug 793686 disturbs the column balancing height of layout/reftests/box-shadow/611574-2.html
and reveal an existing bug that <fieldset> with inset box-shadow can have painting artifact on the fieldset frame's continuation when running reftest in snapshot mode.
Steps to reproduce:
- Apply the patch Add a fieldset box-shadow reftest that adds
fieldset-inset-2.html
reftest. - Run
./mach reftest --setpref=reftest.use-draw-snapshot=true layout/reftests/box-shadow/fieldset-inset-2.html
Expected result:
The <fieldset> continuation in the second column has no artifact.
Actual result:
The <fieldset> continuation in the second column has green artifact.
Note: The rendering is ok when running ordinary reftest via ./mach reftest layout/reftests/box-shadow/fieldset-inset-2.html
Reporter | ||
Comment 1•2 years ago
|
||
Reporter | ||
Comment 2•2 years ago
|
||
Reporter | ||
Comment 3•2 years ago
|
||
Here's the screenshot of fieldset-inset-2.html
in reftest-analyzer. See the green artifact in the second column.
Comment 4•2 years ago
|
||
The severity field is not set for this bug.
:tnikkel, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Description
•