Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/557736-1.html

12 lines
317 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>557736 Test Page</title>
</head>
<body>
<!-- This ends up as ["bogus", "serif"] -->
<font face="bogus">bogus</font>
<!-- This ends up as ["bogus", ",serif"] -->
<font face="bogus,">bogus</font>
</body></html>