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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/use-on-g-containing-symbol.svg

Issue 1736283003: Don't expand <symbol> elements in <use> that are not targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@svg-use-symbol-siblings-in-shadow
Patch Set: Drop additional fix. Created 4 years, 10 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/svg/custom/use-on-g-containing-symbol.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/use-on-g-containing-symbol.svg b/third_party/WebKit/LayoutTests/svg/custom/use-on-g-containing-symbol.svg
deleted file mode 100644
index ef7addcbb68b5db884df473eb9021be098275acf..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/custom/use-on-g-containing-symbol.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="800" height="600" viewBox="0 0 400 300" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<defs>
- <g id="symbol">
- <symbol overflow="visible">
- <rect stroke-width="5px" fill="red" stroke="navy" width="60" height="10"/>
- </symbol>
- </g>
-</defs>
-
-<g transform="translate(125 25)">
- <rect stroke-width="5px" fill="red" stroke="navy" width="60" height="10"/>
-</g>
-
-<text x="10" y="60">The two objects should look identical.</text>
-<use x="25" y="25" xlink:href="#symbol"/>
-</svg>
-

Powered by Google App Engine
This is Rietveld 408576698