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

Unified Diff: LayoutTests/svg/animations/resources/attributeTypes.svg

Issue 963733002: [svg2] Make 'width' and 'height' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline some EX tests [Mac Win] Created 5 years, 9 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/resources/attributeTypes.svg
diff --git a/LayoutTests/svg/animations/resources/attributeTypes.svg b/LayoutTests/svg/animations/resources/attributeTypes.svg
index 35ba433dfced240aaf8ade2c26c5fcb47cc65bcf..eb558cd3e25bde19f50593158e48d54c93ea7b86 100644
--- a/LayoutTests/svg/animations/resources/attributeTypes.svg
+++ b/LayoutTests/svg/animations/resources/attributeTypes.svg
@@ -8,8 +8,8 @@
</rect>
<!-- 'width' is a XML attribute, attributeType is set to "CSS". 'width' is not a presentation attribute, so this animation won't run. -->
-<rect x="150" width="100" height="100" fill="green">
- <animate id="an2" attributeType="CSS" attributeName="width" fill="freeze" from="100" to="10" begin="0s" dur="4s"/>
+<rect x="150" width="10" height="100" fill="green">
+ <animate id="an2" attributeType="CSS" attributeName="width" fill="freeze" from="10" to="100" begin="0s" dur="4s"/>
</rect>
<!-- 'fill' is a presentation attribute, mapped to CSS, attributeType is set to "auto": this animation runs. -->
« no previous file with comments | « LayoutTests/svg/animations/attributeTypes-expected.txt ('k') | LayoutTests/svg/animations/script-tests/attributeTypes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698