| Index: LayoutTests/svg/css/svg-resource-fragment-identifier-background.html
|
| diff --git a/LayoutTests/svg/css/svg-resource-fragment-identifier-background.html b/LayoutTests/svg/css/svg-resource-fragment-identifier-background.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b93125a68697ed3b2828b96ef4e1bccca1fa0461
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/css/svg-resource-fragment-identifier-background.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + div {
|
| + width: 100px;
|
| + height: 100px;
|
| + }
|
| +</style>
|
| +<div style="background: url('resources/fragment-identifiers.svg#red')"></div>
|
| +<div style="background: url('resources/fragment-identifiers.svg#green')"></div>
|
| +<div style="background: url('resources/fragment-identifiers.svg#blue')"></div>
|
|
|