Sign in
webkit
/
WebKit
/
4a12667b4cecb17e84375f8db50c9b2d39b06fe4
/
.
/
LayoutTests
/
svg
/
dynamic-updates
/
resources
/
linkTarget.svg
blob: 6e7513c9aba2c160d2c90cd4f7de3f8572dac69a [
file
] [
log
] [
blame
]
<svg
width
=
"300"
height
=
"300"
xmlns
=
"http://www.w3.org/2000/svg"
onload
=
"
done
()
"
>
<rect
width
=
"300"
height
=
"300"
fill
=
"green"
/>
<script>
function
done
()
{
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
}
</script>
</svg>