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:
Pyfisch 2018-09-27 22:58:09 +02:00
parent fabb70f874
commit 60d0c8cd76
4 changed files with 175 additions and 183 deletions

View file

@ -518607,7 +518607,7 @@
"support"
],
"css/css-backgrounds/border-image-width-008.html": [
"a35c3f65c54ef34b8bd83b5c18f483302e607a26",
"3158cdb5717b873065bc70537075234492796501",
"reftest"
],
"css/css-backgrounds/border-images.html": [

View file

@ -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;