зеркало из https://github.com/mozilla/gecko-dev.git
Bug 589787 - crash test
This commit is contained in:
Родитель
3340783fde
Коммит
6653c1b835
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function boom() {
|
||||
document.documentElement.offsetHeight;
|
||||
document.getElementById('e').setAttribute('style', '');
|
||||
document.documentElement.offsetHeight;
|
||||
}
|
||||
</script>
|
||||
<style id="e">
|
||||
body #a::after { content: "before text"; position: fixed; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body onload="boom();" style="-moz-column-count: 2; width: 100px;">
|
||||
<div>m</div>
|
||||
<div id="a" style="-moz-column-count: 2;">
|
||||
m
|
||||
<br style="float: left;">
|
||||
m
|
||||
<span style="float: left;">m</span>
|
||||
|
||||
<div style="float: left; -moz-column-width: 9999999999px;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -347,6 +347,7 @@ load 576649-1.html
|
|||
load 579655.html
|
||||
load 580494-1.html
|
||||
load 580834-1.xhtml
|
||||
asserts(0-13) load 589787.html # bug 574889
|
||||
load 595039-1.html
|
||||
load 597924-1.html
|
||||
load 606432-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче