mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
LibWeb: Apply HTMLFontElement's face attribute's presentational hint
Fixes font selection on https://stagsnet.net/
This commit is contained in:
parent
e33174fca1
commit
ee6dbcc96e
Notes:
github-actions[bot]
2025-04-01 01:51:28 +00:00
Author: https://github.com/Lubrsi
Commit: ee6dbcc96e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4158
Reviewed-by: https://github.com/gmta
4 changed files with 27 additions and 4 deletions
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<link rel="match" href="../../expected/HTML/HTMLFontElement-face-attribute-ref.html" />
|
||||
</head>
|
||||
<body>
|
||||
<font face="'Arial', sans-serif"><span>Well hello friends!</span></font>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue