Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
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>