Index: LayoutTests/fast/css/resources/circle-small.svg |
diff --git a/LayoutTests/fast/css/resources/circle.svg b/LayoutTests/fast/css/resources/circle-small.svg |
similarity index 54% |
copy from LayoutTests/fast/css/resources/circle.svg |
copy to LayoutTests/fast/css/resources/circle-small.svg |
index 209b9f4e5b5d55b45b5ec80dac25873d06dfb593..6a57207f148412c9be9fe498c1143533ec0e7d0c 100644 |
--- a/LayoutTests/fast/css/resources/circle.svg |
+++ b/LayoutTests/fast/css/resources/circle-small.svg |
@@ -1,6 +1,6 @@ |
<?xml version="1.0"?> |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" |
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> |
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"> |
- <circle cx="50%" cy="50%" r="80" style="fill:blue;" /> |
+<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36"> |
+ <circle cx="50%" cy="50%" r="16" style="fill:blue;" /> |
</svg> |