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

Unified Diff: LayoutTests/svg/transforms/translate-without-units.svg

Issue 459053002: Revert of [SVG2] Make transform, gradientTransform and patternTransform presentation attributes. (h… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing expectation 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/transforms/translate-without-units.svg
diff --git a/LayoutTests/svg/transforms/translate-without-units.svg b/LayoutTests/svg/transforms/translate-without-units.svg
deleted file mode 100644
index 6fcf29a3bf0d48c0722832ff95b1efec3da2c11a..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/transforms/translate-without-units.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100" viewBox="0 0 100 100">
- <rect width="100" height="100" fill="red"/>
- <rect y="-100" width="100" height="100" fill="green" transform="translate(0 100)"/>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698