зеркало из https://github.com/mozilla/gecko-dev.git
Reftest for bug 400826.
This commit is contained in:
Родитель
b322314d2f
Коммит
8c53b1f764
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<body>
|
||||
<p>Hello
|
||||
<div>HELLO<br>kitty</div>
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче