1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
7 <title>Reflection and overflow
</title>
9 <style type=
"text/css" media=
"screen">
16 -webkit-box-reflect: below
10px;
24 outline:
2px solid black;
32 background-color: green;
40 background-color: green;
47 background-color: red;
54 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=22570">https://bugs.webkit.org/show_bug.cgi?id=
22570</a>. Test for
55 reflection painting on overflow:hidden element. You should not see any red below.
</p>
57 <div class=
"tester" style=
"top: 100px;"></div>
58 <div class=
"tester" style=
"top: 250px;"></div>
62 <div class=
"top">Top
</div>
63 <div class=
"bottom">Bottom
</div>