Pass | cloned <svg> should have the right properties | Asserts runPass | assert_equals("http://www.w3.org/2000/svg", "http://www.w3.org/2000/svg")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:21:3) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:22:3) | Pass | assert_equals("svg", "svg")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:23:3) | Pass | assert_equals("svg", "svg")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:24:3) |
|
Pass | cloned <svg>'s xmlns:xlink attribute should have the right properties | Asserts runPass | assert_equals("http://www.w3.org/2000/xmlns/", "http://www.w3.org/2000/xmlns/")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:32:3) | Pass | assert_equals("xmlns", "xmlns")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:33:3) | Pass | assert_equals("xlink", "xlink")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:34:3) | Pass | assert_equals("xmlns:xlink", "xmlns:xlink")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:35:3) | Pass | assert_equals("http://www.w3.org/1999/xlink", "http://www.w3.org/1999/xlink")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:36:3) |
|
Pass | cloned <use> should have the right properties | Asserts runPass | assert_equals("http://www.w3.org/2000/svg", "http://www.w3.org/2000/svg")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:43:3) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:44:3) | Pass | assert_equals("use", "use")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:45:3) | Pass | assert_equals("use", "use")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:46:3) |
|
Pass | cloned <use>'s xlink:href attribute should have the right properties | Asserts runPass | assert_equals("http://www.w3.org/1999/xlink", "http://www.w3.org/1999/xlink")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:55:3) | Pass | assert_equals("xlink", "xlink")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:56:3) | Pass | assert_equals("href", "href")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:57:3) | Pass | assert_equals("xlink:href", "xlink:href")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:58:3) | Pass | assert_equals("#test", "#test")
at Test.<anonymous> ( /dom/nodes/Node-cloneNode-svg.html:59:3) |
|