diff options
| author | Viatrix | 2026-03-18 10:02:22 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-18 10:02:22 -0700 |
| commit | 274ad4460f3f4a35e099545a1a8408a9a67614e1 (patch) | |
| tree | 37de2d2ea271c77940bc4daee2a90baba9272494 /tests/data/refs | |
| parent | d3a80223412f8496433305f2cf681df1ac26966f (diff) | |
Fixed ALT attribute showing up on <AREA>s with no HREF.
Diffstat (limited to 'tests/data/refs')
| -rw-r--r-- | tests/data/refs/imagemap__--maptype__HTML__overlap__svg.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/refs/imagemap__--maptype__HTML__overlap__svg.out b/tests/data/refs/imagemap__--maptype__HTML__overlap__svg.out index de38166..5f36bd7 100644 --- a/tests/data/refs/imagemap__--maptype__HTML__overlap__svg.out +++ b/tests/data/refs/imagemap__--maptype__HTML__overlap__svg.out @@ -1,4 +1,4 @@ <area shape=poly coords=30,10,30,30,40,30,40,20,80,20,80,60,70,60,70,70,90,70,90,10 href=http://example.com/1> <area shape=poly coords=30,40,30,70,60,70,60,60,40,60,40,40 href=http://example.com/1> <area shape=rect coords=20,40,60,80> -<area shape=rect coords=10,30,70,90 href=http://example.com/2> +<area shape=rect coords=10,30,70,90 href=http://example.com/2 alt=blue> |
