mirror of
https://github.com/servo/servo.git
synced 2025-08-21 21:35:32 +01:00
Layout: stylistic changes
Additionally if an image border can't be displayed show solid border. Introduce build_display_list_for_border_image to display border images.
This commit is contained in:
parent
fabb70f874
commit
60d0c8cd76
4 changed files with 175 additions and 183 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue