Bug 814952 - Test: Add a reftest for non-scaled stroke. r=jrmuizel

This commit is contained in:
Bas Schouten 2012-12-13 16:34:51 +01:00
parent 6063373753
commit e26b6374cf
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>non-scaling-stroke reftest</title>
</head>
<body>
<svg height="2000" width="2000" xmlns="http://www.w3.org/2000/svg">
<path fill="red" stroke-width="2" stroke="black" d="m10,18 100,0 0,100 -100,00z"></path>
</svg>
</body></html>

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>non-scaling-stroke reftest</title>
<style>
* {
vector-effect: non-scaling-stroke;
}
</style>
</head>
<body>
<svg height="2000" width="2000" xmlns="http://www.w3.org/2000/svg">
<path fill="red" stroke-width="2" stroke="black" d="m10,18 100,0 0,100 -100,00z"></path>
</svg>
</body></html>

View File

@ -1734,5 +1734,6 @@ fuzzy(40,800) == 797797-2.html 797797-2-ref.html # 'opacity:N' and rgba(,,,N) te
== 812824-1.html 812824-1-ref.html
== 814677.html 814677-ref.html
== 815593-1.html 815593-1-ref.html
== 814952-1.html 814952-1-ref.html
== 816458-1.html 816458-1-ref.html
== 818276-1.html 818276-1-ref.html