Adding tests for bug 491547. Patch by Timothy Nikkel <tnikkel@gmail.com>.
git-svn-id: svn://10.0.0.236/trunk@258931 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
14
mozilla/layout/base/crashtests/429865-1.html
Normal file
14
mozilla/layout/base/crashtests/429865-1.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
|
||||
body:after { content: '0'; }
|
||||
body:first-letter { float: right; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body> ‮</body>
|
||||
|
||||
</html>
|
||||
7
mozilla/layout/base/crashtests/436982-1.html
Normal file
7
mozilla/layout/base/crashtests/436982-1.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<style>
|
||||
|
||||
div:first-letter { float: right; }
|
||||
|
||||
</style>
|
||||
</head><body onload="document.getElementById('a').style.fontFamily = 'a';"><div id="a"> ‫<span></span></div></body></html>
|
||||
6
mozilla/layout/base/crashtests/477731-1.html
Normal file
6
mozilla/layout/base/crashtests/477731-1.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<style type="text/css">body:first-letter { float: left; }</style>
|
||||
</head>
|
||||
<body style="-moz-column-width: 100000px;" onload="document.body.style.MozColumnWidth='';"> ࣙ</body>
|
||||
</html>
|
||||
@@ -111,7 +111,10 @@ load 411870-1.html
|
||||
load 412651-1.html
|
||||
load 421203-1.xul
|
||||
load 425981-1.html
|
||||
load 429865-1.html
|
||||
load 436982-1.html
|
||||
load 466763-1.html
|
||||
load 468491-1.html
|
||||
load 477731-1.html
|
||||
load 488390-1.xhtml
|
||||
load 503936-1.html
|
||||
|
||||
Reference in New Issue
Block a user