Reftest for bug 400826.

This commit is contained in:
roc+@cs.cmu.edu 2007-11-09 00:49:26 -08:00
parent b322314d2f
commit 8c53b1f764
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<!DOCTYPE HTML>
<html>
<body>
<p>Hello
<div>HELLO<br>kitty</div>
</body>
</html>

View File

@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<style>
p:first-letter, div:first-line {
text-transform:uppercase;
}
</style>
</head>
<body>
<p>hello
<div>hello<br>kitty</div>
</body>
</html>

View File

@ -435,3 +435,4 @@ fails == 393655-2.html 393655-2-ref.html # Remove 'fails' when 393655 lands
== 400171-2b.html 400171-2-ref.html
== 400171-2c.html 400171-2-ref.html
== 400421-1.html 400421-1-ref.html
== 400826-1.html 400826-1-ref.html