Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/dom/nodes/Node-cloneNode-svg.txt
Tim Ledbetter 1e9e2b6564 LibWeb: Clone all attribute properties when cloning a single node
Previously, the namespace of the attributes on the cloned element was
not being set.
2025-01-11 23:10:09 +01:00

9 lines
292 B
Plaintext

Harness status: OK
Found 4 tests
4 Pass
Pass cloned <svg> should have the right properties
Pass cloned <svg>'s xmlns:xlink attribute should have the right properties
Pass cloned <use> should have the right properties
Pass cloned <use>'s xlink:href attribute should have the right properties