Sign in
webkit
/
WebKit
/
6233078b9d2b2a64faed4bcb47fbe1573e6c8780
/
.
/
LayoutTests
/
svg
/
stroke
/
animated-non-scaling-rxry-expected.html
blob: d7c7cdfaa728ef0ba1da256d6c6618cb198801ab [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
Test for crbug.com/235256: this test passes if the rect is rounded
<br>
<svg
width
=
"300"
height
=
"300"
>
<rect
x
=
"20"
y
=
"20"
width
=
"200"
height
=
"200"
fill
=
"green"
rx
=
"50"
ry
=
"20"
></rect>
</svg>
</body>
</html>