testcases for bug 408292
git-svn-id: svn://10.0.0.236/trunk@241839 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
97c9daa858
commit
be0c1dd667
18
mozilla/layout/base/crashtests/408292.html
Normal file
18
mozilla/layout/base/crashtests/408292.html
Normal file
@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#v {
|
||||
-moz-column-count: 2;
|
||||
width: 10ch;
|
||||
height: 3.7em;
|
||||
font: 14px monospace;
|
||||
text-transform: lowercase;
|
||||
direction: rtl;
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="document.getElementById('v').style.direction = 'ltr';">
|
||||
<div id="v">aaaa bbbb cccc dddd eeee !</div>
|
||||
</body>
|
||||
</html>
|
||||
12
mozilla/layout/base/crashtests/408299.html
Normal file
12
mozilla/layout/base/crashtests/408299.html
Normal file
@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body style="direction: rtl; font-family: monospace;" onload="document.getElementById('v').style.width = '0';">
|
||||
|
||||
<div id="v" style="-moz-column-count: 15; width: 1px; height: 2.7em; border: 1px solid black;">
|
||||
xxxxx yyyyy zzzzzz
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -71,3 +71,5 @@ load 403569-3.xhtml
|
||||
load 404218-1.xhtml
|
||||
load 405184-1.xhtml
|
||||
load 405186-1.xhtml
|
||||
load 408292.html
|
||||
load 408299.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user