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

Unified Diff: LayoutTests/svg/animations/viewspec-checkaspectparams-expected.html

Issue 1098273002: Fix SVG animations for preserveAspectRatio attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/animations/viewspec-checkaspectparams-expected.html
diff --git a/LayoutTests/svg/dom/viewspec-aspectparams-expected.html b/LayoutTests/svg/animations/viewspec-checkaspectparams-expected.html
similarity index 96%
copy from LayoutTests/svg/dom/viewspec-aspectparams-expected.html
copy to LayoutTests/svg/animations/viewspec-checkaspectparams-expected.html
index 70607c70240daef1a7a9610bf207bb9e12e35cba..2a094d950471c7f7f713a6eb8c9c512bceb44482 100644
--- a/LayoutTests/svg/dom/viewspec-aspectparams-expected.html
+++ b/LayoutTests/svg/animations/viewspec-checkaspectparams-expected.html
@@ -2,7 +2,7 @@
<html>
<body>
<!-- See: https://svgwg.org/svg2-draft/single-page.html#linking-SVGFragmentIdentifiers -->
-Test for crbug.com/249578: viewSpec's AspectParams.<br/>
+Test for crbug.com/235256: viewSpec's AspectParams.<br/>
There should be 3 green boxes below:<br/>
<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='green'/></svg>"></object>
<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='green'/></svg>"></object>

Powered by Google App Engine
This is Rietveld 408576698