From 60609496a5f9000ac3125f92fbbd0139a13f12fa Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Fri, 9 Nov 2018 16:53:44 +0000 Subject: [PATCH] Bug 1502703 [wpt PR 13749] - [svg] circle radius 0 disables rendering, a=testonly Automatic update from web-platform-tests[svg] circle radius 0 disables rendering (#13749) A value of 0 for circle r, ellipse rx/ry, rect width/height disables rendering. https://www.w3.org/TR/SVG2/shapes.html#CircleElement https://www.w3.org/TR/SVG2/shapes.html#EllipseElement https://www.w3.org/TR/SVG2/shapes.html#RectElement -- wpt-commits: 6051b8b55390be840b2eaa179fdfe62a1941c945 wpt-pr: 13749 --- .../web-platform/tests/svg/shapes/circle-01-ref.svg | 3 +++ testing/web-platform/tests/svg/shapes/circle-01.svg | 9 +++++++++ testing/web-platform/tests/svg/shapes/ellipse-09.svg | 11 +++++++++++ testing/web-platform/tests/svg/shapes/rect-05-ref.svg | 3 +++ testing/web-platform/tests/svg/shapes/rect-05.svg | 11 +++++++++++ 5 files changed, 37 insertions(+) create mode 100644 testing/web-platform/tests/svg/shapes/circle-01-ref.svg create mode 100644 testing/web-platform/tests/svg/shapes/circle-01.svg create mode 100644 testing/web-platform/tests/svg/shapes/ellipse-09.svg create mode 100644 testing/web-platform/tests/svg/shapes/rect-05-ref.svg create mode 100644 testing/web-platform/tests/svg/shapes/rect-05.svg diff --git a/testing/web-platform/tests/svg/shapes/circle-01-ref.svg b/testing/web-platform/tests/svg/shapes/circle-01-ref.svg new file mode 100644 index 000000000000..1d62e8e2af82 --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/circle-01-ref.svg @@ -0,0 +1,3 @@ + + + diff --git a/testing/web-platform/tests/svg/shapes/circle-01.svg b/testing/web-platform/tests/svg/shapes/circle-01.svg new file mode 100644 index 000000000000..8eecd6621fb4 --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/circle-01.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/svg/shapes/ellipse-09.svg b/testing/web-platform/tests/svg/shapes/ellipse-09.svg new file mode 100644 index 000000000000..77e3f3fe70bb --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/ellipse-09.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/shapes/rect-05-ref.svg b/testing/web-platform/tests/svg/shapes/rect-05-ref.svg new file mode 100644 index 000000000000..1d62e8e2af82 --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/rect-05-ref.svg @@ -0,0 +1,3 @@ + + + diff --git a/testing/web-platform/tests/svg/shapes/rect-05.svg b/testing/web-platform/tests/svg/shapes/rect-05.svg new file mode 100644 index 000000000000..27d01efc64b9 --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/rect-05.svg @@ -0,0 +1,11 @@ + + + + + + + + + + +