Add reftest for stroke-width with percentage value

git-svn-id: svn://10.0.0.236/trunk@222388 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jwatt%jwatt.org 2007-03-26 07:45:21 +00:00
parent 55907ecd61
commit 673d9b36b2
2 changed files with 11 additions and 0 deletions

View File

@ -5,4 +5,5 @@
== pseudo-classes-01.svg pass.svg
== pseudo-classes-02.svg pseudo-classes-02-ref.svg
== rect-with-rx-or-ry-01.svg rect-with-rx-or-ry-01-ref.svg
== stroke-width-percentage-01.svg pass.svg
== text-in-link-01.svg text-in-link-01-ref.svg

View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<title>Testcase for percentage stroke-width</title>
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=373485 -->
<rect width="100%" height="100%" fill="red"/>
<line y1="50%" x2="100%" y2="50%" stroke="lime" stroke-width="200%"/>
</svg>

After

Width:  |  Height:  |  Size: 308 B