mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-03 14:54:29 +00:00
Adding test
This commit is contained in:
parent
e9635c3f89
commit
32fd3c2d92
16
layout/reftests/first-line/parent-style-1-ref.html
Normal file
16
layout/reftests/first-line/parent-style-1-ref.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
|
||||
.a { overflow: scroll; }
|
||||
.b, .c { overflow: inherit; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="a"><span class="b"><div class="c"></div></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
17
layout/reftests/first-line/parent-style-1.html
Normal file
17
layout/reftests/first-line/parent-style-1.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
|
||||
.a:first-line { }
|
||||
.a { overflow: scroll; }
|
||||
.b, .c { overflow: inherit; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="a"><span class="b"><div class="c"></div></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -7,6 +7,9 @@
|
||||
== out-of-flow-1c.html out-of-flow-1-ref.html
|
||||
fails == out-of-flow-1d.html out-of-flow-1-ref.html # bug 396645
|
||||
|
||||
# parent style context correct
|
||||
== parent-style-1.html parent-style-1-ref.html
|
||||
|
||||
# stress-tests
|
||||
== stress-1.html about:blank # assertion test
|
||||
== stress-2.html stress-2-ref.html # assertion + rendering test
|
||||
|
Loading…
Reference in New Issue
Block a user