From d40f3aa0d0026db460a1b4a9c6ad0b172f5f0112 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 4 Apr 2021 12:16:31 -0400 Subject: [PATCH] Base: Add test page for elements Particularly to test label associations. --- Base/res/html/misc/button.html | 21 +++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 22 insertions(+) create mode 100644 Base/res/html/misc/button.html diff --git a/Base/res/html/misc/button.html b/Base/res/html/misc/button.html new file mode 100644 index 0000000000..54bb8a257b --- /dev/null +++ b/Base/res/html/misc/button.html @@ -0,0 +1,21 @@ + +
+ + +
+ + +
+
+
Last pressed: 
+
+ + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index e01c58089e..ee2d4c55c9 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -46,6 +46,7 @@ span#loadtime {
  • floating boxes with overflow=hidden
  • inline elements with padding
  • event bubbling and multiple listeners
  • +
  • button
  • radio button
  • checkbox
  • canvas rotate()