Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
css
/
use-replicates-changes-pseudo-expected.html
blob: a8496aca1a29b6a13124b51674422423529e4c51 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
rect
{
fill
:
green
;
}
</style>
<input></input>
<svg
width
=
"100"
height
=
"100"
>
<use
xlink:href
=
"#g"
transform
=
"translate(50,50)"
></use>
<g
id
=
"g"
>
<rect
id
=
"r"
x
=
"0"
y
=
"0"
width
=
"50"
height
=
"50"
></rect>
</g>
</svg>