LibWeb: Add tests for styleWithCSS and useCSS editing commands

This commit is contained in:
Jelle Raaijmakers 2025-05-16 11:11:18 +02:00 committed by Sam Atkins
commit a48e693ea1
Notes: github-actions[bot] 2025-05-16 11:09:43 +00:00
4 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,4 @@
Div contents: "foobar" bold state: false
useCSS supported: true
Div contents: "<span style="font-weight: bold;">fo</span>obar" bold state: true
Div contents: "<span style="font-weight: bold;">fo</span>ob<b>ar</b>" bold state: true