repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
css
/
parent-shadow-offscreen.svg
blob
b7b7b1a92db3eeeb46104a7d2f2a92d2573dc361
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<title>
Test passes if the shadow is drawn.
</title>
3
<g
style
=
"-webkit-svg-shadow: #000 200px 200px 5px"
>
4
<rect
id
=
"rect"
x
=
"-100"
y
=
"-100"
width
=
"75"
height
=
"75"
></rect>
5
</g>
6
</svg>