summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/shapes/rect-04-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/svg/shapes/rect-04-ref.html')
-rw-r--r--testing/web-platform/tests/svg/shapes/rect-04-ref.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/shapes/rect-04-ref.html b/testing/web-platform/tests/svg/shapes/rect-04-ref.html
new file mode 100644
index 0000000000..f47ba82cb3
--- /dev/null
+++ b/testing/web-platform/tests/svg/shapes/rect-04-ref.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<!--
+ border-radius is 10px since it measures to the outside edge of the border,
+ as opposed to SVG's rect radius attributes, which measure to the middle
+ of the stroke
+-->
+<div style="position: absolute; top: 8px; left: 8px; width: 46px; height: 46px; border-radius: 10px; border: 4px solid blue;"></div>