Skip to content

Commit

Permalink
test: Updated a custom element test for IE11 on Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
cure53 committed Dec 9, 2024
1 parent 8b68e9e commit ee992fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -1996,9 +1996,9 @@
}
),
[
'<a xmlns="http://www.w3.org/1999/xhtml" href="#">abc</a>' +
'<CustomTag xmlns="http://www.w3.org/1999/xhtml" CustomAttr="foo"></CustomTag>',
'<a xmlns="http://www.w3.org/1999/xhtml" href="#">abc</a><CustomTag xmlns="http://www.w3.org/1999/xhtml" CustomAttr="foo"></CustomTag>',
'<a xmlns="http://www.w3.org/1999/xhtml" href="#">abc</a><CustomTag xmlns="http://www.w3.org/1999/xhtml" CustomAttr="foo" customattr="foo"></CustomTag>',
'<a xmlns="http://www.w3.org/1999/xhtml" href="#">abc</a><CustomTag xmlns="http://www.w3.org/1999/xhtml" CustomAttr="foo" />'
]
);
}
Expand Down

0 comments on commit ee992fc

Please sign in to comment.