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

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

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/svg/transforms/translate-without-units-expected.svg
diff --git a/third_party/WebKit/LayoutTests/svg/transforms/translate-without-units-expected.svg b/third_party/WebKit/LayoutTests/svg/transforms/translate-without-units-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..384660fee076347d97739e492a3925b7509097cd
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/transforms/translate-without-units-expected.svg
@@ -0,0 +1,4 @@
+<?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="green"/>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698