summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/overflow/generated-content-crash.html
blob: 22992abc288b1b3e24f9c3ac84f4f74ee2fc3369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
        <head>
    <title>Reduction of bug 10198
        </title>
        <style type="text/css">

.clearFix:after {
    content: "."; 
    display: block; 
    overflow: hidden;
}

        </style>
        <script type="text/javascript">
           if (window.testRunner)
               testRunner.dumpAsText();
        </script>
        </head>
        <body>
           <p>
               Test case for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=10198">https://bugs.webkit.org/show_bug.cgi?id=10198</a>
               REGRESSION: WebKit r15750 crashes while loading anthem.com</i>.
           </p>
           <p>
               No crash means test PASS.
           </p>
                <div class="clearFix">
        </body>
</html>