Add a crashtest.
git-svn-id: svn://10.0.0.236/trunk@241425 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
61dbb13e3e
commit
f024fdba27
15
mozilla/layout/generic/crashtests/388709-1.html
Normal file
15
mozilla/layout/generic/crashtests/388709-1.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
#d:after { content: 'a'; }
|
||||
#d:first-letter { float: right; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="d"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
17
mozilla/layout/generic/crashtests/391894-1.html
Normal file
17
mozilla/layout/generic/crashtests/391894-1.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<style>
|
||||
|
||||
#q:first-line { }
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body style="-moz-column-width: 0em">
|
||||
|
||||
<div id="q">a b c<span style="float: right;"></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -23,6 +23,7 @@ load 390050-1.html
|
||||
load 390050-2.html
|
||||
load 390050-3.html
|
||||
load 390762-1.html
|
||||
load 391894-1.html
|
||||
load 393758-1.xhtml
|
||||
load 393906-1.html
|
||||
load 404204-1.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user