OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <head> | 3 <head> |
4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../js/resources/js-test-pre.js"></script> |
5 <style> | 5 <style> |
6 </style> | 6 </style> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 <svg xmlns="http://www.w3.org/2000/svg"></svg> | 9 <svg xmlns="http://www.w3.org/2000/svg"></svg> |
10 <bar xmlns="http://test/foo"></bar> | 10 <bar xmlns="http://test/foo"></bar> |
(...skipping 30 matching lines...) Expand all Loading... |
41 | 41 |
42 namespaces.forEach(function(ns) { | 42 namespaces.forEach(function(ns) { |
43 elementnames.forEach(function(elementname) { | 43 elementnames.forEach(function(elementname) { |
44 texts.forEach(function(text) { | 44 texts.forEach(function(text) { |
45 g(ns, elementname, text, "append"); | 45 g(ns, elementname, text, "append"); |
46 g(ns, elementname, text, "select"); | 46 g(ns, elementname, text, "select"); |
47 }); | 47 }); |
48 }); | 48 }); |
49 }); | 49 }); |
50 </script> | 50 </script> |
51 <script src="../js/resources/js-test-post.js"></script> | |
52 </body> | 51 </body> |
53 </html> | 52 </html> |
OLD | NEW |