mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Add a crashtest
This commit is contained in:
parent
a839548755
commit
67fc631e98
16
layout/generic/crashtests/373859-1.html
Normal file
16
layout/generic/crashtests/373859-1.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("k").style.display = "-moz-inline-stack";
|
||||
}
|
||||
</script>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
<div style="display: table;"><div id="k" style="height: 18000000px;">x</div></div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -40,6 +40,7 @@ load 370794-1.html
|
||||
load 371348-1.xhtml
|
||||
load 371566-1.xhtml
|
||||
load 372376-1.xhtml
|
||||
load 373859-1.html
|
||||
load 382199-1.html
|
||||
load 382396-1.xhtml
|
||||
load 385265-1.xhtml
|
||||
|
Loading…
x
Reference in New Issue
Block a user