Chromium Code Reviews| 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..aec1b1ff9d1053cec6baeb2f683bcc4631e9eaa9 |
| --- /dev/null |
| +++ b/LayoutTests/svg/css/svg-resource-fragment-identifier-background.html |
| @@ -0,0 +1,9 @@ |
| +<style> |
|
fs
2015/09/07 16:07:44
Missing doctype here and in a few more places.
davve
2015/09/08 09:46:45
Done.
|
| + 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> |