Add reftests.

This commit is contained in:
jruderman@hmc.edu 2007-12-15 13:30:07 -08:00
parent 1f293056ad
commit 114c1ba349
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<html>
<head>
<style type="text/css">
legend {font-size:0;}
</style>
</head>
<body>
<form>
<fieldset>
<legend></legend>
</fieldset>
</form>
</body>
</html>

View File

@ -0,0 +1,17 @@
<html>
<head>
<style type="text/css">
legend {font-size:0;}
</style>
</head>
<body>
<form>
<fieldset>
<legend>Invisible text</legend>
</fieldset>
</form>
</body>
</html>

View File

@ -0,0 +1,12 @@
<html>
<head>
<style type="text/css">
div {font-size:0;}
</style>
</head>
<body>
<div>This should be invisible.</div>
</body>
</html>

View File

@ -397,6 +397,8 @@ fails == 385823-2b.html 385823-2-ref.html
== 386014-1a.html 386014-1-ref.html
== 386014-1b.html 386014-1-ref.html
== 386014-1c.html 386014-1-ref.html
== 386065-1.html 386065-1-ref.html
== 386065-2.html about:blank
== 386147-1.html 386147-1-ref.html
== 386310-1a.html 386310-1-ref.html
fails == 386310-1b.html 386310-1-ref.html