mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Add crashtest from bug 468563
This commit is contained in:
parent
fb3b384230
commit
779e2ff8f9
7
layout/base/crashtests/468563-1.html
Normal file
7
layout/base/crashtests/468563-1.html
Normal file
@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head></head>
|
||||
<body onload="document.getElementById('d').style.MozColumnWidth = '';">
|
||||
<div id="d" style="height: 1px; -moz-column-width: 1px;">d d <span style="position: absolute;"></span></div>
|
||||
</body>
|
||||
</html>
|
@ -245,6 +245,7 @@ load 467881-1.html
|
||||
load 468491-1.html
|
||||
load 468546-1.xhtml
|
||||
load 468555-1.xhtml
|
||||
load 468563-1.html
|
||||
load 468578-1.xhtml
|
||||
# These three didn't actually crash without the resizing that the
|
||||
# browser does when setting up print preview, but adding them anyway.
|
||||
|
Loading…
Reference in New Issue
Block a user