mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
12 lines
317 B
HTML
12 lines
317 B
HTML
<!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>
|