Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
LayoutTests
/
svg
/
custom
/
pattern-update-different-root-expected.html
blob: 5c7362c4f2410b61e14f58067b9c27236244a130 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
svg
{
width
:
100px
;
height
:
100px
;
}
</style>
</head>
<body>
<svg>
<rect
width
=
"100%"
height
=
"100%"
fill
=
"green"
/>
</svg>
</body>
</html>