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="../../resources/js-test.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'; |
11 var color1, color2; | 11 var color1, color2; |
12 var systemColorRed, systemColorGreen, systemColorBlue; | 12 var systemColorRed, systemColorGreen, systemColorBlue; |
13 function checkSystemColor(id1, id2, systemColor) | 13 function checkSystemColor(id1, id2, systemColor) |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 66 |
67 </body> | 67 </body> |
68 </html> | 68 </html> |
OLD | NEW |