From c0eda779287d4b1305046164cd0a8ee5a5799e0b Mon Sep 17 00:00:00 2001 From: MacDue Date: Sun, 25 Sep 2022 15:46:16 +0100 Subject: [PATCH] Base: Add paint effects with opacity/transforms HTML test cases --- .../effects_with_opacity_and_transforms.html | 90 +++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 91 insertions(+) create mode 100644 Base/res/html/misc/effects_with_opacity_and_transforms.html diff --git a/Base/res/html/misc/effects_with_opacity_and_transforms.html b/Base/res/html/misc/effects_with_opacity_and_transforms.html new file mode 100644 index 0000000000..b249cfe1db --- /dev/null +++ b/Base/res/html/misc/effects_with_opacity_and_transforms.html @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NormalOpacity: 30%Scaled UpScaled Down
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 625131f188..6fbd7153bb 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -153,6 +153,7 @@
  • Cascade keywords (initial, inherit, unset)
  • Styling "inline" elements
  • Pseudo-elements (::before, ::after, etc)
  • +
  • Effects with opacity and transforms
  • JavaScript/Wasm