Changes for page Application_Opera

Last modified by Nicolas Gregoire on 2012/02/03 15:17

From version 1.1 Icon
edited by Nicolas Gregoire
on 2012/02/03 16:00
Change comment: There is no comment for this version
To version Icon 2.1 Icon
edited by Nicolas Gregoire
on 2012/02/03 16:00
Change comment: Upload new image opera-divide-zero.svg

Summary

Details

Icon opera-divide-zero.svg
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +824 bytes
Content
... ... @@ -1,0 +1,27 @@
1 +<!--
2 + Any copyright is dedicated to the Public Domain.
3 + http://creativecommons.org/licenses/publicdomain/
4 +-->
5 +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="reftest-wait"
6 + xmlns:xlink="http://www.w3.org/1999/xlink" onload="setTimeout(doTest,500)">
7 + <title>Testing that href changes are live</title>
8 + <defs>
9 + <pattern id="r1" width="100%" height="5820531%" patternUnits="userSpaceOnUse">
10 + </pattern>
11 + </defs>
12 + <defs>
13 + <pattern id="r2">
14 + <rect width="100%" height="100%" fill="lime"/>
15 + </pattern>
16 + </defs>
17 +
18 + <rect id="u1" width="100%" height="100%" fill="url(#r1)"/>
19 +
20 + <script>
21 + function doTest() {
22 + document.getElementById("r1").setAttributeNS("http://www.w3.org/1999/xlink", "href", "#r2");
23 + document.documentElement.removeAttribute("class");
24 + }
25 + </script>
26 +</svg>
27 +