Reftest for bug 229764

This commit is contained in:
Simon Montagu 2008-06-05 04:05:25 -07:00
parent 977091d498
commit 69be8da881
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
p:first-letter {
float: left;
}
</style>
<title>a first-letter testcase</title>
</head>
<body>
<p>Lorem ipsum dolor sit amet.</p>
</body>
</html>

View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
p:first-letter {
float: left;
}
</style>
<title>a first-letter testcase</title>
<script type="text/javascript">
window.onload = function() {
document.getElementsByTagName("style")[0].disabled = true;
}
</script>
</head>
<body>
<p>Lorem ipsum dolor sit amet.</p>
</body>
</html>

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>a first-letter testcase</title>
</head>
<body>
<p>Lorem ipsum dolor sit amet.</p>
</body>
</html>

View File

@ -29,5 +29,7 @@ random == dynamic-3b.html dynamic-3-ref.html
== 23605-5.html 23605-5-ref.html
== 23605-6.html 23605-6-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 329069-1.html 329069-1-ref.html # failure is font-dependent, may be related to bug 404848
!= 229764-1.html 229764-ref.html
== 229764-2.html 229764-ref.html
== 342120-1.xhtml 342120-1-ref.xhtml
== 379799-1.html 379799-1-ref.html