summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/layers/generated-layer-scrollbar-crash.html
blob: 70a152dc08a5227a29abb9ce879a0e8f957be54f (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
<html>
<head>
    <title></title>
    <style type="text/css">
        div:after {
            content: ".";
            display: block; 
            overflow: scroll;
        }
    </style>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>
<body>
    <p>
        Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12518">http://bugs.webkit.org/show_bug.cgi?id=12518</a>
        Betsson.com crashes browser</i>.
    </p>
    <p>
        No crash means PASS.
    </p>
    <div></div>
</body>
</html>