5 // Notify parent of our final URI:
6 window
.parent
.postMessage(window
.location
.href
, "*");
20 <svg xmlns=
"http://www.w3.org/2000/svg"
21 xmlns:
xlink=
"http://www.w3.org/1999/xlink"
24 <rect id=
"limeRect" width=
"100%" height=
"100%" fill=
"lime"/>
26 <rect width=
"100%" height=
"100%" fill=
"red"/>
27 <use xlink:
href=
"#limeRect"/>