Adding test

This commit is contained in:
bzbarsky@mit.edu 2007-11-08 21:32:30 -08:00
parent e9635c3f89
commit 32fd3c2d92
3 changed files with 36 additions and 0 deletions

View 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>

View 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>

View File

@ -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