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

Unified Diff: LayoutTests/svg/custom/transform-invalid.svg

Issue 423093014: [SVG2] Make transform, gradientTransform and patternTransform presentation attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline for mac/win Created 6 years, 4 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/custom/transform-invalid.svg
diff --git a/LayoutTests/svg/custom/transform-invalid.svg b/LayoutTests/svg/custom/transform-invalid.svg
index 1e23d6dc2faf852f98192d1e46441c1f65f5003b..1a625bc42d76194dd2623b85610881fb7ea47451 100644
--- a/LayoutTests/svg/custom/transform-invalid.svg
+++ b/LayoutTests/svg/custom/transform-invalid.svg
@@ -7,7 +7,6 @@
<rect width="100" height="100" transform="scale(20,20,20)" fill="green"/>
<rect width="100" height="100" transform="scale(20,)" fill="green"/>
<rect width="100" height="100" transform="scale(20,,)" fill="green"/>
- <rect width="100" height="100" transform="scale(20" fill="green"/>
<rect width="100" height="100" transform="scale 20)" fill="green"/>
<rect width="100" height="100" transform="scale(r)" fill="green"/>
<rect width="100" height="100" transform="translate()" fill="green"/>
« no previous file with comments | « LayoutTests/svg/custom/gradient-transform-invalid-expected.svg ('k') | LayoutTests/svg/custom/transform-invalid-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698