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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/linking-a-03-b-all-expected.svg

Issue 2163213007: Deprecate currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/linking-a-03-b-all-expected.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/linking-a-03-b-all-expected.svg b/third_party/WebKit/LayoutTests/svg/custom/linking-a-03-b-all-expected.svg
deleted file mode 100644
index 852c24ad84445bc24c6f462bfb7d4a57713ef7d1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/custom/linking-a-03-b-all-expected.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="480" height="360" viewBox="64 227 72 72" preserveAspectRatio="none">
- <g id="test-body-content" transform="rotate(5)">
- <text x="100" y="20" style="font-size:12">Some circles with ids, for linking tests.</text>
- <circle id="circle-1" cx="220" cy="140" r="35" style="fill:red; stroke:black"/>
- <text style="font-family:Helvetica;font-size:12" x="203" y="99">circle-1</text>
- <circle id="circle-2" cx="100" cy="260" r="20" style="stroke:lime; fill:yellow; stroke-width:4"/>
- <text style="font-family:Helvetica;font-size:12" x="80" y="295">circle-2</text>
- <!-- Framing rect for circle-2 -->
- <rect x="64" y="227" width="72" height="72" style="fill:none; stroke:black"/>
- <circle id="circle-3" cx="340" cy="260" r="50" style="stroke:blue; fill:none; stroke-width:10"/>
- <text style="font-family:Helvetica;font-size:12" x="320" y="332">circle-3</text>
- </g>
- <g id="test-legend" transform="rotate(5)">
- <!-- Test-framing rectangle, drawn just inside viewport boundary. -->
- <rect id="test-frame" x="1" y="1" width="478" height="358" style="fill:none; stroke:#000000"/>
- </g>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698