mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 1153695 - Crashtest.
This commit is contained in:
parent
03bd1366df
commit
20405e523f
25
layout/generic/crashtests/1153695.html
Normal file
25
layout/generic/crashtests/1153695.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.documentElement.offsetHeight;
|
||||
document.body.appendChild(document.getElementById("x"));
|
||||
document.documentElement.offsetHeight;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body style="-moz-column-count: 4;" onload="boom();">
|
||||
<div style="float: left; height: 10px; width: 10px;">
|
||||
<div id="x">
|
||||
<div style="height: 80px;"></div>
|
||||
<div style="float: left; height: 10px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -579,6 +579,7 @@ load 1137723-2.html
|
||||
load 1146103.html
|
||||
load 1146107.html
|
||||
load 1146114.html
|
||||
load 1153695.html
|
||||
load 1156222.html
|
||||
pref(layout.css.grid.enabled,true) load 1156257.html
|
||||
load 1157011.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user