1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/814952-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<!DOCTYPE html> 1.5 +<html><head> 1.6 +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> 1.7 + <title>non-scaling-stroke reftest</title> 1.8 +</head> 1.9 +<body> 1.10 +<svg height="2000" width="2000" xmlns="http://www.w3.org/2000/svg"> 1.11 + <path fill="red" stroke-width="2" stroke="black" d="m10,18 100,0 0,100 -100,00z"></path> 1.12 +</svg> 1.13 +</body></html>