Sign in
chromium
/
chromium
/
src
/
e56ee73b51a20cb3aed067ff2693b8703d577400
/
.
/
third_party
/
blink
/
web_tests
/
svg
/
css
/
use-replicates-changes-inline-expected.html
blob: 3a6fcb39463a8ef0171e48401f7e482758152e63 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
rect
{
fill
:
green
;
}
</style>
<svg
width
=
"100"
height
=
"100"
>
<g>
<rect
x
=
"0"
y
=
"0"
width
=
"100"
height
=
"100"
></rect>
</g>
</svg>