From 59caa4edda77dcad4664027ac4def4a64833a0b3 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sat, 16 Oct 2021 22:17:34 -0400 Subject: [PATCH] Base: Add a test page for the various element attribute APIs --- Base/res/html/misc/attributes.html | 211 +++++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 212 insertions(+) create mode 100644 Base/res/html/misc/attributes.html diff --git a/Base/res/html/misc/attributes.html b/Base/res/html/misc/attributes.html new file mode 100644 index 0000000000..ee36a22b66 --- /dev/null +++ b/Base/res/html/misc/attributes.html @@ -0,0 +1,211 @@ + + + + +
+
+ + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index d6cc7fc4c2..135b63df75 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -110,6 +110,7 @@
  • Floating boxes with overflow=hidden
  • Float clearing
  • Overflow
  • +
  • Attributes
  • Features

  • Basic functionality
  • css colors