From 274e94224d23873a74b1a24fc8ded1e5a3d6e66f Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sat, 3 Apr 2021 09:03:11 -0400 Subject: [PATCH] Base: Add test page for HTML input type=radio elements --- Base/res/html/misc/radio.html | 52 +++++++++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 53 insertions(+) create mode 100644 Base/res/html/misc/radio.html diff --git a/Base/res/html/misc/radio.html b/Base/res/html/misc/radio.html new file mode 100644 index 00000000000..a47cfdd7f6e --- /dev/null +++ b/Base/res/html/misc/radio.html @@ -0,0 +1,52 @@ + + Pick your house! +
+ + +
+ + +
+ + +
+ + + +
+
+ + Pick your other house! +
+ + +
+ + +
+ + +
+ + + + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 8f65b62bf01..e01c58089e2 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
  • +
  • radio button
  • checkbox
  • canvas rotate()
  • margin collapsing 2