OLD | NEW |
1 <html xmlns="http://www.w3.org/1999/xhtml"> | 1 <html xmlns="http://www.w3.org/1999/xhtml"> |
2 <head> | 2 <head> |
3 <script src="../../fast/js/resources/js-test-pre.js"/> | 3 <script src="../../fast/js/resources/js-test-pre.js"/> |
4 </head> | 4 </head> |
5 <body> | 5 <body> |
6 <svg display="none" xmlns="http://www.w3.org/2000/svg"/> | 6 <svg display="none" xmlns="http://www.w3.org/2000/svg"/> |
7 <p id="description"></p> | 7 <p id="description"></p> |
8 <div id="console"/> | 8 <div id="console"/> |
9 <script><![CDATA[ | 9 <script><![CDATA[ |
10 SVG_NS = 'http://www.w3.org/2000/svg'; | 10 SVG_NS = 'http://www.w3.org/2000/svg'; |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 var divElement = document.createElement("div"); | 56 var divElement = document.createElement("div"); |
57 divElement.setAttribute("id", "expected" + i); | 57 divElement.setAttribute("id", "expected" + i); |
58 divElement.setAttribute("style", "color:" + systemColors[i]); | 58 divElement.setAttribute("style", "color:" + systemColors[i]); |
59 document.body.appendChild(divElement); | 59 document.body.appendChild(divElement); |
60 | 60 |
61 checkSystemColor('text' + i, 'expected' + i, systemColors[i]); | 61 checkSystemColor('text' + i, 'expected' + i, systemColors[i]); |
62 } | 62 } |
63 | 63 |
64 ]]> | 64 ]]> |
65 </script> | 65 </script> |
66 <script src="../../fast/js/resources/js-test-post.js"></script> | |
67 | 66 |
68 </body> | 67 </body> |
69 </html> | 68 </html> |
OLD | NEW |