summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/counter-crash.html
blob: aecd419ca7182f2309e896e17cbfbdc5336c2d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
    <script>
        window.onload = function()
        {
            if (window.testRunner)
                testRunner.dumpAsText();

            document.getElementById('content').innerHTML = "PASS: rendered counter nodes without crashing.";
        }
    </script>
    <iframe src='resources/counter-crash-frame-src.html'>
    </iframe>
    <div id='content'>
    FAIL
    </div>
</html>