Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
svg
/
dynamic-updates
/
resources
/
linkTarget.svg
blob: 68a89ce29888ab57e700acb1aea2213a82ec94aa [
file
] [
log
] [
blame
]
<svg
width
=
"300"
height
=
"300"
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
width
=
"300"
height
=
"300"
fill
=
"green"
/>
<script>
if
(
window
.
layoutTestController
)
window
.
layoutTestController
.
notifyDone
();
</script>
</svg>