Skip to content

Commit

Permalink
Layout: stylistic changes
Browse files Browse the repository at this point in the history
Additionally if an image border can't be displayed show solid border.
Introduce build_display_list_for_border_image to display border images.

Upstreamed from servo/servo#21608 [ci skip]
  • Loading branch information
pyfisch authored and jdm committed Sep 28, 2018
1 parent 63df094 commit 4819df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/css-backgrounds/border-image-width-008.html
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<title>border-image-width has the same effect as a border-width and the image is displayed even if border-width is zero</title>
<link rel="match" href="border-image-width-008-ref.html">
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#propdef-border-image-width" />
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#propdef-border-image-width">
<style>
#test {
width: 400px;
Expand Down

0 comments on commit 4819df3

Please sign in to comment.