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

Unified Diff: LayoutTests/imported/csswg-test/css-shapes-1/spec-examples/support/rounded-triangle.svg

Issue 816533002: Import CSSWG Shapes tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more test expectations update Created 6 years 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/imported/csswg-test/css-shapes-1/spec-examples/support/rounded-triangle.svg
diff --git a/LayoutTests/imported/csswg-test/css-shapes-1/spec-examples/support/rounded-triangle.svg b/LayoutTests/imported/csswg-test/css-shapes-1/spec-examples/support/rounded-triangle.svg
new file mode 100644
index 0000000000000000000000000000000000000000..ca0c2681c656a9bc1cb5100e8c66bfd23fd6259f
--- /dev/null
+++ b/LayoutTests/imported/csswg-test/css-shapes-1/spec-examples/support/rounded-triangle.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200px" height="200px">
+<g>
+ <path fill="#AED8E6" d="M167.405,164.386C186.707,183.974,180,200,152.5,200H50c-27.5,0-50-22.5-50-50V44.5
+ C0,17,15.792,10.526,35.094,30.114L167.405,164.386z"/>
+</g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698