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

Unified Diff: LayoutTests/svg/transforms/translate-with-units-expected.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/transforms/translate-with-units-expected.svg
diff --git a/LayoutTests/svg/transforms/translate-with-units-expected.svg b/LayoutTests/svg/transforms/translate-with-units-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..384660fee076347d97739e492a3925b7509097cd
--- /dev/null
+++ b/LayoutTests/svg/transforms/translate-with-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>
« no previous file with comments | « LayoutTests/svg/transforms/translate-with-units.svg ('k') | LayoutTests/svg/transforms/translate-without-units.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698