summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/struct/reftests/requiredextensions-empty-string.svg
blob: 28f5da4a3e4358821d907a2883b6ef8fa40eeaa4 (plain)
1
2
3
4
5
6
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
  <title>requiredExtensions: present but empty attribute evaluates to false</title>
  <h:link rel="help" href="https://svgwg.org/svg2-draft/struct.html#RequiredExtensionsAttribute"/>
  <h:link rel="match" href="../scripted/blank.svg"/>
  <rect width="100" height="100" fill="red" requiredExtensions=""/>
</svg>