Auto merge of #25512 - servo:background-image, r=nox

Render `background-image: url(…)`

… and support most `background-*` properties.

Still to do:

* `background-attachment`
* Gradients
This commit is contained in:
bors-servo 2020-01-17 10:52:38 -05:00 committed by GitHub
commit 1de92906e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
314 changed files with 1275 additions and 136 deletions

5
Cargo.lock generated
View file

@ -2873,12 +2873,15 @@ dependencies = [
"cssparser",
"embedder_traits",
"euclid",
"fnv",
"gfx",
"gfx_traits",
"ipc-channel",
"libc",
"mitochondria",
"msg",
"net_traits",
"parking_lot",
"range",
"rayon",
"rayon_croissant",
@ -2887,6 +2890,7 @@ dependencies = [
"serde",
"servo_arc",
"servo_geometry",
"servo_url",
"style",
"style_traits",
"unicode-script",
@ -2963,6 +2967,7 @@ dependencies = [
"metrics",
"msg",
"net_traits",
"parking_lot",
"profile_traits",
"range",
"script",