layout/generic/crashtests/348887-1-inner.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/348887-1-inner.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<html><head>
     1.5 +<style>
     1.6 +blockquote::first-letter {float: right;}
     1.7 +</style>
     1.8 +<title>
     1.9 +Testcase bug - Crash [@ nsFrameList::DestroyFrames] on reload with -moz-column-count, -moz-inline-block and blockquote::first-letter
    1.10 +</title>
    1.11 +</head>
    1.12 +<body>
    1.13 +This page should not crash on reload
    1.14 +<div style=" -moz-column-count: 2;">
    1.15 +<span style="display: table;"></span>
    1.16 +<blockquote style="display: -moz-inline-block;">anonymous text</blockquote>
    1.17 +</div>
    1.18 +
    1.19 +<script>
    1.20 +document.location.reload();
    1.21 +</script>
    1.22 +
    1.23 +</body>
    1.24 +</html>
    1.25 \ No newline at end of file

mercurial