diff options
Diffstat (limited to 'tests/data/refs')
5 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/refs/imagemap__--maptype__HTML__intersect__svg.out b/tests/data/refs/imagemap__--maptype__HTML__intersect__svg.out new file mode 100644 index 0000000..cab9492 --- /dev/null +++ b/tests/data/refs/imagemap__--maptype__HTML__intersect__svg.out @@ -0,0 +1,2 @@ +<area shape=poly coords=60,40,60,60,40,60,40,80,80,80,80,40 href=http://example.com> +<area shape=poly coords=20,20,20,60,40,60,40,40,60,40,60,20 href=http://example.com> diff --git a/tests/data/refs/imagemap__--maptype__HTML__overlap__svg.out b/tests/data/refs/imagemap__--maptype__HTML__overlap__svg.out new file mode 100644 index 0000000..8f8d95d --- /dev/null +++ b/tests/data/refs/imagemap__--maptype__HTML__overlap__svg.out @@ -0,0 +1,4 @@ +<area shape=poly coords=30,40,30,70,60,70,60,60,40,60,40,40 href=http://example.com/1> +<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=rect coords=20,40,60,80> +<area shape=rect coords=10,30,70,90 href=http://example.com/2> diff --git a/tests/data/refs/imagemap__--maptype__HTML__rect__svg.out b/tests/data/refs/imagemap__--maptype__HTML__rect__svg.out new file mode 100644 index 0000000..9399c1c --- /dev/null +++ b/tests/data/refs/imagemap__--maptype__HTML__rect__svg.out @@ -0,0 +1 @@ +<area shape=rect coords=25,25,75,75 href=http://example.com> diff --git a/tests/data/refs/imagemap__--maptype__HTML__rounding__svg.out b/tests/data/refs/imagemap__--maptype__HTML__rounding__svg.out new file mode 100644 index 0000000..0fc648a --- /dev/null +++ b/tests/data/refs/imagemap__--maptype__HTML__rounding__svg.out @@ -0,0 +1 @@ +<area shape=poly coords=50,25,25,75,75,75 href=http://example.com> diff --git a/tests/data/refs/imagemap__--maptype__HTML__viewbox__svg.out b/tests/data/refs/imagemap__--maptype__HTML__viewbox__svg.out new file mode 100644 index 0000000..0fc648a --- /dev/null +++ b/tests/data/refs/imagemap__--maptype__HTML__viewbox__svg.out @@ -0,0 +1 @@ +<area shape=poly coords=50,25,25,75,75,75 href=http://example.com> |
