Sign in
chromium
/
chromium
/
src.git
/
4fd348fdb9c0b3842829acdfb2b82c86dacd8e0a
/
.
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
css
/
svg-resource-fragment-identifier-svg-image-expected.html
blob: 040df79f13423051ffb47332602cda651475d3d0 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<svg
width
=
"100"
height
=
"300"
>
<rect
width
=
"100"
height
=
"100"
fill
=
"red"
/>
<rect
y
=
"100"
width
=
"100"
height
=
"100"
fill
=
"green"
/>
<rect
y
=
"200"
width
=
"100"
height
=
"100"
fill
=
"blue"
/>
</svg>