From e0f0aa7ce00fe8dbaa90179b329afab7e3b46932 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 30 Mar 2021 16:04:15 -0400 Subject: [PATCH] Base: Add test page for floating boxes with overflow=hidden --- Base/res/html/misc/float-3.html | 27 +++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 28 insertions(+) create mode 100644 Base/res/html/misc/float-3.html diff --git a/Base/res/html/misc/float-3.html b/Base/res/html/misc/float-3.html new file mode 100644 index 0000000000..0492a5d6ba --- /dev/null +++ b/Base/res/html/misc/float-3.html @@ -0,0 +1,27 @@ + + +
+
+
+
+
+ +
foobar
+
+ diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 51bbae1346..3fd83cb3c5 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -41,6 +41,7 @@ span#loadtime {
  • contenteditable
  • clearing floats
  • floating boxes
  • +
  • floating boxes with overflow=hidden
  • inline elements with padding
  • event bubbling and multiple listeners
  • checkbox