mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 06:38:22 +00:00
LibWeb: Add tests for styleWithCSS
and useCSS
editing commands
This commit is contained in:
parent
870f24f181
commit
a48e693ea1
Notes:
github-actions[bot]
2025-05-16 11:09:43 +00:00
Author: https://github.com/gmta
Commit: a48e693ea1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4769
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 68 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue