Thu, 15 Jan 2015 21:13:52 +0100
Remove forgotten relic of ABI crash risk averse overloaded method change.
1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 onload="setTimeout(function() { document.getElementById('r').removeAttribute('xlink:href'); }, 0);">
5 <title>Testcase for dynamic changes to link styles</title>
7 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=398105 -->
9 <style type="text/css">
10 a:link rect { fill: red; }
11 </style>
13 <a xlink:href="do-not-visit-me.xxx" id="r">
14 <rect width="100%" height="100%" fill="lime" />
15 </a>
16 </svg>