mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +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
|
@ -518607,7 +518607,7 @@
|
|||
"support"
|
||||
],
|
||||
"css/css-backgrounds/border-image-width-008.html": [
|
||||
"a35c3f65c54ef34b8bd83b5c18f483302e607a26",
|
||||
"3158cdb5717b873065bc70537075234492796501",
|
||||
"reftest"
|
||||
],
|
||||
"css/css-backgrounds/border-images.html": [
|
||||
|
|
|
@ -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