diff options
| author | Viatrix | 2026-03-13 22:19:22 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-13 22:19:22 -0700 |
| commit | c03729d9bb9c0902b89a15643e67b620f7dd669b (patch) | |
| tree | 2e108dbfd49e8476dba06b167d7d88a5e4af5add /tests/data/refs | |
| parent | a6d891a0ddbcca22ee6aa946e90f7f8d42e1fec5 (diff) | |
Alt attribute now set correctly (+ test).
Diffstat (limited to 'tests/data/refs')
| -rw-r--r-- | tests/data/refs/imagemap__--maptype__HTML__alt__svg.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/refs/imagemap__--maptype__HTML__alt__svg.out b/tests/data/refs/imagemap__--maptype__HTML__alt__svg.out new file mode 100644 index 0000000..d78824d --- /dev/null +++ b/tests/data/refs/imagemap__--maptype__HTML__alt__svg.out @@ -0,0 +1,4 @@ +<area shape=rect coords=25,20,75,30 href=http://example.com/1 alt=A> +<area shape=rect coords=25,45,45,55 href=http://example.com/2 alt=B> +<area shape=rect coords=55,45,75,55 href=http://example.com/2> +<area shape=rect coords=25,70,75,80 href=http://example.com/3 alt=C> |
