From 1df21f4ff1fb3161fcf4962a3c9f1a9cacc6953a Mon Sep 17 00:00:00 2001 From: "jwatt@jwatt.org" Date: Fri, 4 May 2007 01:05:05 -0700 Subject: [PATCH] Adding reftest for SVG rect with rx _and_ ry attributes. --- .../reftests/svg/rect-with-rx-and-ry-01.svg | 21 +++++++++++++++++++ layout/reftests/svg/reftest.list | 1 + 2 files changed, 22 insertions(+) create mode 100755 layout/reftests/svg/rect-with-rx-and-ry-01.svg diff --git a/layout/reftests/svg/rect-with-rx-and-ry-01.svg b/layout/reftests/svg/rect-with-rx-and-ry-01.svg new file mode 100755 index 000000000000..ef70cb31dcd3 --- /dev/null +++ b/layout/reftests/svg/rect-with-rx-and-ry-01.svg @@ -0,0 +1,21 @@ + + + + Testcase for rect with both rx and ry set + + + + + + + + + + + + + + diff --git a/layout/reftests/svg/reftest.list b/layout/reftests/svg/reftest.list index 091ee4f19cce..7f683f13fb80 100755 --- a/layout/reftests/svg/reftest.list +++ b/layout/reftests/svg/reftest.list @@ -12,6 +12,7 @@ fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == opacity-and-gradient-01.svg pass.svg == opacity-and-pattern-01.svg pass.svg == pseudo-classes-01.svg pass.svg # == pseudo-classes-02.svg pseudo-classes-02-ref.svg # crashes linux +== rect-with-rx-and-ry-01.svg pass.svg fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == rect-with-rx-or-ry-01.svg rect-with-rx-or-ry-01-ref.svg == rootElement-null-01.svg pass.svg == stroke-width-percentage-01.svg pass.svg