Auto merge of #15697 - glennw:border-image, r=jdm,pcwalton

Add support for most of the border-image properties, pass to WR.

This adds support for:
 * border-image (images, not gradients yet)
 * border-image-source
 * border-image-slice
 * border-image-repeat (stretch + repeat only for now)

Remaining work:
 * Connect border-image-outset (WR supports this).
 * border-image-width

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15697)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-02-23 13:40:40 -08:00 committed by GitHub
commit 6c9e94b1c0
17 changed files with 231 additions and 107 deletions

View file

@ -1,3 +0,0 @@
[border-image-017.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[border-image-018.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[border-image-019.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[border-image-020.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[border-image-repeat-1.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[border-image-repeat-space-6.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[border-image-repeat-space-7.htm]
type: reftest
expected: FAIL

View file

@ -3,6 +3,3 @@
[CSS Backgroud Border Test: "border-image-repeat:repeat-x;height:200px;width:200px;border-image-source:none;border-image-width:50px" on test div]
expected: FAIL
[CSS Background Border Test: "border-image-repeat:repeat-x;height:200px;width:200px;border-image-source:none;border-image-width:50px" on test div]
expected: FAIL

View file

@ -1,3 +0,0 @@
[border-image-slice-001.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[border-image-slice-002.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[css3-border-image-source.htm]
type: reftest
expected: FAIL