diff options
Diffstat (limited to 'layout/reftests/bugs/652991-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/652991-2-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/652991-2-ref.html b/layout/reftests/bugs/652991-2-ref.html new file mode 100644 index 0000000000..286fbe92cd --- /dev/null +++ b/layout/reftests/bugs/652991-2-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<svg width="200" height="200"> + <defs> + <clipPath id="myClip"> + <circle cx="30" cy="30" r="20"/> + <circle cx="70" cy="70" r="20"/> + </clipPath> + </defs> + <rect x="10" y="10" width="100" height="100" clip-path="url(#myClip)"/> +</svg> +</html> |