Add reftest for bug 557736.

This commit is contained in:
Jonathan Kew 2010-04-15 10:12:26 +01:00
parent 1119f0a9cc
commit 7b7028d14b
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<!DOCTYPE HTML>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>557736 Test Page</title>
</head>
<body>
<font face="bogus">bogus</font>
<font face="bogus">bogus</font>
</body></html>

View File

@ -0,0 +1,11 @@
<!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>

View File

@ -1422,3 +1422,4 @@ random-if(!haveTestPlugin) == 546071-1.html 546071-1-ref.html
== 551699-1.html 551699-1-ref.html
== 552334-1.html 552334-1-ref.html
== 556661-1.html 556661-1-ref.html
== 557736-1.html 557736-1-ref.html