mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add reftest for bug 557736.
This commit is contained in:
parent
1119f0a9cc
commit
7b7028d14b
9
layout/reftests/bugs/557736-1-ref.html
Normal file
9
layout/reftests/bugs/557736-1-ref.html
Normal 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>
|
11
layout/reftests/bugs/557736-1.html
Normal file
11
layout/reftests/bugs/557736-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user