ladybird/Tests/LibWeb/Ref/expected/HTML/HTMLFontElement-face-attribute-ref.html
InvalidUsernameException 22866843bf Tests/LibWeb: Remove test expecation links from test expectations
These don't do anything and all look like copy-paste mistakes.
2026-06-04 17:52:59 +02:00

11 lines
160 B
HTML

<!DOCTYPE html>
<head>
<style>
span {
font-family: 'Arial', sans-serif;
}
</style>
</head>
<body>
<span>Well hello friends!</span>
</body>