Skip to content

Commit 785c186

Browse files
committed
fix: ensure SVG element attributes have case preserved
1 parent 0ba6102 commit 785c186

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/runtime-runes/samples/svg-attribute-case

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { test } from '../../test';
22

33
export default test({
4-
html: `<svg viewBox="0 0 10 10"></svg><svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"></svg><svg viewBox=""></svg`
4+
html: `<svg viewBox="0 0 10 10"></svg><svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"></svg><svg viewBox=""></svg>`
55
});

0 commit comments

Comments
 (0)