aboutsummaryrefslogtreecommitdiff
path: root/tests/data/refs
diff options
context:
space:
mode:
authorViatrix2026-03-11 13:59:20 -0700
committerViatrix2026-03-11 13:59:20 -0700
commite8b45cae1841c4ed30013cd3cb85257fce027e7f (patch)
treebb454f1640cfbcbc823757ecde8bce29e9d8fd70 /tests/data/refs
parent8cea9e2a48fa7965614997ebee832bb39e7154ca (diff)
Enclave test case added
Updated other test cases that changed order due to enclave handling code
Diffstat (limited to 'tests/data/refs')
-rw-r--r--tests/data/refs/imagemap__--maptype__HTML__enclave__svg.out6
-rw-r--r--tests/data/refs/imagemap__--maptype__HTML__intersect__svg.out2
-rw-r--r--tests/data/refs/imagemap__--maptype__HTML__overlap__svg.out2
3 files changed, 8 insertions, 2 deletions
diff --git a/tests/data/refs/imagemap__--maptype__HTML__enclave__svg.out b/tests/data/refs/imagemap__--maptype__HTML__enclave__svg.out
new file mode 100644
index 0000000..611ef39
--- /dev/null
+++ b/tests/data/refs/imagemap__--maptype__HTML__enclave__svg.out
@@ -0,0 +1,6 @@
+<area shape=rect coords=40,40,60,60 href=http://example.com/1>
+<area shape=rect coords=30,30,70,70>
+<area shape=rect coords=20,20,80,80 href=http://example.com/1>
+<area shape=rect coords=140,40,160,60 href=http://example.com/2>
+<area shape=rect coords=130,30,170,70>
+<area shape=rect coords=120,20,180,80 href=http://example.com/2>
diff --git a/tests/data/refs/imagemap__--maptype__HTML__intersect__svg.out b/tests/data/refs/imagemap__--maptype__HTML__intersect__svg.out
index cab9492..5af12ea 100644
--- a/tests/data/refs/imagemap__--maptype__HTML__intersect__svg.out
+++ b/tests/data/refs/imagemap__--maptype__HTML__intersect__svg.out
@@ -1,2 +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>
+<area shape=poly coords=60,40,60,60,40,60,40,80,80,80,80,40 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
index 8f8d95d..de38166 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,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=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>