ladybird/Tests/LibWeb/Ref/expected/HTML/HTMLFontElement-face-attribute-ref.html
2025-04-01 03:50:30 +02:00

12 lines
253 B
HTML

<!DOCTYPE html>
<head>
<link rel="match" href="../../expected/HTML/HTMLFontElement-face-attribute-ref.html" />
<style>
span {
font-family: 'Arial', sans-serif;
}
</style>
</head>
<body>
<span>Well hello friends!</span>
</body>