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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/cache/resources/circles-no-cache.svg

Issue 1661803003: Don't reload an svg <use> element's xlink:href if only the fragment changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/LayoutTests/http/tests/cache/resources/circles-no-cache.svg
diff --git a/third_party/WebKit/LayoutTests/http/tests/cache/resources/circles-no-cache.svg b/third_party/WebKit/LayoutTests/http/tests/cache/resources/circles-no-cache.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e6b322d63a6bba7a4f28ef90f70fffb9254cb1b4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/cache/resources/circles-no-cache.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500">
+ <circle id="red" cx="250" cy="250" r="200" fill="red"></circle>
+ <circle id="green" cx="250" cy="250" r="200" fill="green"></circle>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698