1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:57:35 +00:00

Base: Add paint effects with opacity/transforms HTML test cases

This commit is contained in:
MacDue 2022-09-25 15:46:16 +01:00 committed by Andreas Kling
parent e3537e4374
commit c0eda77928
2 changed files with 91 additions and 0 deletions

View file

@ -153,6 +153,7 @@
<li><a href="cascade-keywords.html">Cascade keywords (initial, inherit, unset)</a></li>
<li><a href="inline-node.html">Styling "inline" elements</a></li>
<li><a href="pseudo-elements.html">Pseudo-elements (::before, ::after, etc)</a></li>
<li><a href="effects_with_opacity_and_transforms.html">Effects with opacity and transforms</a></li>
</ul>
<h2>JavaScript/Wasm</h2>