1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
7 <title>Reflections
</title>
8 <style type=
"text/css" media=
"screen">
14 border:
1px solid black;
15 -webkit-box-reflect: below;
19 -webkit-box-reflect: none;
23 <script type=
"text/javascript" charset=
"utf-8">
25 if (window.testRunner)
26 testRunner.dumpAsText();
30 var image = document.getElementById('image');
31 image.className = 'unreflected';
34 window.addEventListener('load', runTest, false);
39 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=28289">https://bugs.webkit.org/show_bug.cgi?id=
28289</a>. Should not crash.
</p>