2012-07-08 16:25:12 +00:00
|
|
|
body {
|
|
|
|
|
background: url("#foobar");
|
|
|
|
|
background: url("http:foobar");
|
|
|
|
|
background: url("https:foobar");
|
|
|
|
|
background: url("data:foobar");
|
2016-07-12 12:20:39 +00:00
|
|
|
background: url("chrome:foobar");
|
2012-07-08 16:25:12 +00:00
|
|
|
background: url("//foobar");
|
|
|
|
|
}
|
|
|
|
|
|