summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/cached-sheet-restore-crash.html
blob: dd829db7189e4e1d29bf08875a743f5a6a7f0937 (plain)
1
2
3
4
5
6
7
8
9
10
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<body>
<link href="resources/small.css" rel="stylesheet">
<link href="resources/small.css" rel="stylesheet">
<script>
document.body.innerHTML = "This test passes if it doesn't crash.";
</script>