summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/renderer-destruction-by-invalidateSelection-crash.html
blob: 02e05a6cebb394d59d88dc67f3d7b2132b6ee96c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
    <link rel="stylesheet" type="text/css" href="data:text/css," />
</head>
<body>
    <div>
        <input id="focusMe">
    </div>
    &nbsp;
    <script>
        document.getElementById("focusMe").focus();
    </script>
    <div></div>
</body>
</html>