Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: LayoutTests/svg/css/svg-resource-fragment-identifier-background.html

Issue 1314793010: Support fragment URLs for all kinds of SVG images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698