LibWeb: Apply HTMLFontElement's face attribute's presentational hint

Fixes font selection on https://stagsnet.net/
This commit is contained in:
Luke Wilde 2025-03-31 17:13:47 +01:00 committed by Alexander Kalenik
parent e33174fca1
commit ee6dbcc96e
Notes: github-actions[bot] 2025-04-01 01:51:28 +00:00
4 changed files with 27 additions and 4 deletions

View file

@ -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>