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

Unified Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-dx-dy-length-list-interpolation.html

Issue 1587533002: Add composition support for SVG Web Animation of x, y, dx, dy attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review changes 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/animations/svg-attribute-interpolation/svg-dx-dy-length-list-interpolation.html
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-dx-dy-interpolation.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-dx-dy-length-list-interpolation.html
similarity index 95%
copy from third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-dx-dy-interpolation.html
copy to third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-dx-dy-length-list-interpolation.html
index c9c659d19963e7e25db09aafc212e16e755ac286..e4bb6eb0618d8fffcbd5b96d82183faf4eee2a93 100644
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-dx-dy-interpolation.html
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-dx-dy-length-list-interpolation.html
@@ -2,7 +2,7 @@
<html>
<body>
<template id="target-template">
-<svg width="90" height="90">
+<svg width="0" height="0">
<text class="target">123</text>
</svg>
</template>

Powered by Google App Engine
This is Rietveld 408576698