mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 1156257 - Add crashtest.
--HG-- extra : rebase_source : 7c41dab0cbb7be275c5a9ddc316e7772b8292938
This commit is contained in:
parent
06b40aa156
commit
4a585b585e
19
layout/generic/crashtests/1156257.html
Normal file
19
layout/generic/crashtests/1156257.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<!--
|
||||
user_pref("layout.css.grid.enabled", true);
|
||||
-->
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.documentElement.offsetHeight;
|
||||
document.getElementById("g").firstChild.remove();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();">
|
||||
<div style="display: grid;" id="g">a b<br></div>
|
||||
</body>
|
||||
</html>
|
@ -590,6 +590,7 @@ load 1146103.html
|
||||
load 1146107.html
|
||||
load 1146114.html
|
||||
load 1156222.html
|
||||
pref(layout.css.grid.enabled,true) load 1156257.html
|
||||
load 1157011.html
|
||||
load 1169420-1.html
|
||||
load 1169420-2.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user