From 72b409a2f7e63fe4f283788df8aba489278fcc2c Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Mon, 18 Oct 2021 13:23:15 -0400 Subject: Base: Add a test page for the various element classList APIs --- Base/res/html/misc/class-list.html | 243 +++++++++++++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 244 insertions(+) create mode 100644 Base/res/html/misc/class-list.html (limited to 'Base/res/html') diff --git a/Base/res/html/misc/class-list.html b/Base/res/html/misc/class-list.html new file mode 100644 index 0000000000..be03164bd9 --- /dev/null +++ b/Base/res/html/misc/class-list.html @@ -0,0 +1,243 @@ + + + + +
+
+
+ + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 135b63df75..51aa68eb68 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -111,6 +111,7 @@
  • Float clearing
  • Overflow
  • Attributes
  • +
  • Class List
  • Features

  • Basic functionality
  • css colors
  • -- cgit v1.2.3