[wpt-sync] Sync PR 25026 - Created border-image-width-009.html test and its reference
Categories
(Core :: Layout: Images, Video, and HTML Frames, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream error])
Sync web-platform-tests PR 25026 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25026
Details from upstream follow.
Gérard Talbot <github@gtalbot.org> wrote:
Created border-image-width-009.html test and its reference
This is a followup of
https://github.com/web-platform-tests/wpt/pull/23627border-image-width-009.html
reference/border-image-width-009-ref.html
Here are the review comments over in PR23627:
{
fantasai: Please combine these into a single file and refactor the code so that it is easy to see which part is common and which part is the variation.
fantasai: You are referencing this bug, but the test is not testing this scenario because you explicitly set the border-width to zero.
GT: I have removed the reference to such www-style/2015Nov/0258.html message but I have made the new border-image-width-009.html meta-test
to specifically check such scenario (a missing border-style inside a border shorthand declaration).fantasai: These three [longhand border] declarations should be collapsed using the shorthand. There's no need to expand it here.
GT: The border shorthand I have used in the new border-image-width-009.html meta-test is
border: red 100px
deliberately leaving outborder-style
so that it must use the defaultborder-style
which isnone
.}
The 3 review comments about the incorrect dimensions of the center areas have been corrected accordingly.
On my website, this meta-test and its reference are:
http://www.gtalbot.org/BrowserBugsSection/CSS3Backgrounds/border-image-width-009-new.html
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Description
•