From 4d1ceaaa4384e14c998e0ab9bc1de4475a46aac2 Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 30 Jul 2022 16:12:12 +0200 Subject: [PATCH] Base: Add test page for CSS clip property --- Base/res/html/misc/clip.html | 52 +++++++++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 53 insertions(+) create mode 100644 Base/res/html/misc/clip.html diff --git a/Base/res/html/misc/clip.html b/Base/res/html/misc/clip.html new file mode 100644 index 0000000000..d268da7374 --- /dev/null +++ b/Base/res/html/misc/clip.html @@ -0,0 +1,52 @@ + + + + + CSS Clip test + + + +

Clip with rect

+ +

Clip should look kind of like the American flag

+
+
+

Hello this is some text

+

Hello this is some text

+

Hello this is some text

+

Hello this is some text

+
+
+ +

Clip should not be visible

+
+

Hello this is some text

+

Hello this is some text

+

Hello this is some text

+

Hello this is some text

+
+ diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index a375e89282..fd5a83e861 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -131,6 +131,7 @@
  • Overflow
  • image-rendering property
  • Transforms
  • +
  • Clip
  • Features

  • Basic functionality
  • css colors