mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Add crashtests for several bugs
This commit is contained in:
parent
11904cab6b
commit
40828aed11
9
layout/generic/crashtests/413582-1.xhtml
Normal file
9
layout/generic/crashtests/413582-1.xhtml
Normal file
@ -0,0 +1,9 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div style="-moz-column-count: 2; text-indent: 11px;"> <div style="float: right;"></div><select style="float: right;"></select></div>
|
||||
|
||||
</body>
|
||||
</html>
|
9
layout/generic/crashtests/413582-2.html
Normal file
9
layout/generic/crashtests/413582-2.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<div style="-moz-column-count: 2;">r
|
||||
<span style="float: right;"></span>
|
||||
<textarea style="float: left;"></textarea>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
10
layout/generic/crashtests/437156-1.html
Normal file
10
layout/generic/crashtests/437156-1.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body onload="document.getElementById('c').style.counterIncrement = 'c';">
|
||||
|
||||
<div style="-moz-column-width: 1px;"><div id="c"><div style="float: right;">T<iframe></iframe></div></div></div>
|
||||
|
||||
</body>
|
||||
</html>
|
13
layout/generic/crashtests/438259-1.html
Normal file
13
layout/generic/crashtests/438259-1.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
|
||||
div:first-letter { font-size: 7em; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="width: 3px; float: left;" onload="document.body.style.direction = 'rtl';"><div><br> A B</div></body>
|
||||
|
||||
</html>
|
@ -135,6 +135,8 @@ load 411851-1.html
|
||||
load 412201-1.xhtml
|
||||
load 412543-1.html
|
||||
load 413048-1.html
|
||||
load 413582-1.xhtml
|
||||
load 413582-2.html
|
||||
load 414061-1.html
|
||||
load 414719-1.html
|
||||
load 415685-1.html
|
||||
@ -149,4 +151,6 @@ load 425253-1.html
|
||||
load 426272-1.html
|
||||
load 429981-1.html
|
||||
load 430352-1.html
|
||||
load 437156-1.html
|
||||
load 438259-1.html
|
||||
load 448903-1.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user