From 017490aa7f987841297ec75748f0268836fdb81c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 3 Dec 2020 19:32:07 +0100 Subject: [PATCH] Base: Add a little web test page for inline elements with CSS padding --- Base/res/html/misc/padding-inline.html | 15 +++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 16 insertions(+) create mode 100644 Base/res/html/misc/padding-inline.html diff --git a/Base/res/html/misc/padding-inline.html b/Base/res/html/misc/padding-inline.html new file mode 100644 index 00000000000..8a67eeb46cf --- /dev/null +++ b/Base/res/html/misc/padding-inline.html @@ -0,0 +1,15 @@ + +
+ Hello friends! + This span has padding! +
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 7232e383b7f..5e3987c3809 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -35,6 +35,7 @@ span#loadtime {

This page loaded in ms

Some small test pages: