mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 494283 - crash test
This commit is contained in:
parent
cf002da331
commit
5d137d3059
4
layout/generic/crashtests/494283-1.xhtml
Normal file
4
layout/generic/crashtests/494283-1.xhtml
Normal file
@ -0,0 +1,4 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" style="position: absolute; display: table;">
|
||||
<head><style>span:before { content: '1' }</style></head>
|
||||
<body onload="document.documentElement.style.display = '';document.documentElement.offsetHeight;"><div style="position: absolute;"></div><span></span></body>
|
||||
</html>
|
6
layout/generic/crashtests/494283-2.html
Normal file
6
layout/generic/crashtests/494283-2.html
Normal file
@ -0,0 +1,6 @@
|
||||
<body>
|
||||
<fieldset id="x"><legend>longlonglong</legend></fieldset>
|
||||
<script>
|
||||
var x = document.getElementById("x");
|
||||
x.insertBefore(document.createTextNode("aa"), x.firstChild);
|
||||
</script>
|
@ -332,6 +332,8 @@ load 489462-1.html
|
||||
load 489480-1.xhtml
|
||||
load 493111-1.html
|
||||
load 493118-1.html
|
||||
load 494283-1.xhtml
|
||||
load 494283-2.html
|
||||
load 494300-1.xul
|
||||
load 494332-1.html
|
||||
load 495875-1.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user