From d97ad018ff09dd98ed00ca02144d371e605872d9 Mon Sep 17 00:00:00 2001 From: Ludovic Levalleux Date: Fri, 17 Nov 2023 16:18:05 +0000 Subject: [PATCH] add simple HTML tests --- tests/www/test1.html | 23 ++++++++++++++++ tests/www/test2.html | 65 ++++++++++++++++++++++++++++++++++++++++++++ tests/www/test3.html | 22 +++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 tests/www/test1.html create mode 100644 tests/www/test2.html create mode 100644 tests/www/test3.html diff --git a/tests/www/test1.html b/tests/www/test1.html new file mode 100644 index 0000000..831128a --- /dev/null +++ b/tests/www/test1.html @@ -0,0 +1,23 @@ + + + + Widget Integration Example + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/www/test2.html b/tests/www/test2.html new file mode 100644 index 0000000..b3bfa87 --- /dev/null +++ b/tests/www/test2.html @@ -0,0 +1,65 @@ + + + + Widget Integration Example + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/www/test3.html b/tests/www/test3.html new file mode 100644 index 0000000..a4e35da --- /dev/null +++ b/tests/www/test3.html @@ -0,0 +1,22 @@ + + + + Widget Integration Example + + + + + + + + + + + \ No newline at end of file