From 33b6ac03060ab6cae2ba6988ac1a234a7caeebe8 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Thu, 5 Jan 2023 16:35:48 +0000 Subject: [PATCH] Base: Add some unlisted test pages to welcome.html --- Base/res/html/misc/welcome.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index cd36b35334..c1e231fab8 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -66,6 +66,7 @@
  • radio button
  • checkbox
  • form
  • +
  • input
  • images
  • pre
  • svg
  • @@ -126,6 +127,8 @@
  • Flexbox justify-content
  • Flexboxes with unusual children
  • display: inline-block;
  • +
  • display: grid;
  • +
  • display: table;
  • link inside display: inline-block
  • inline elements with padding
  • Custom Properties
  • @@ -136,6 +139,7 @@
  • image-rendering property
  • Transforms
  • Clip
  • +
  • Cursor
  • Features

  • Basic functionality
  • css colors