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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/dom/resources/viewspec-viewtargetparams.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 unified diff | Download patch
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <rect x="0" y="0" width="200" height="200" fill="red"/>
3 <rect x="60" y="60" width="30" height="30" fill="green"/>
4 <rect x="0" y="0" width="30" height="30" fill="blue"/>
5 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698