Initial commit, very few changes from orca 45. Added xfce4-notification daemon support.
This commit is contained in:
22
test/html/bug-592383.html
Normal file
22
test/html/bug-592383.html
Normal file
@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Test</title>
|
||||
<style>
|
||||
span.largefirst
|
||||
{
|
||||
float: left;
|
||||
width: 0.7em;
|
||||
font-size: 400%;
|
||||
font-family: Georgia, rockwell, algerian;
|
||||
line-height: 75%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>This is a normal paragraph.</p>
|
||||
<p>So is this one, but the next one will not be.</p>
|
||||
<p><span class="largefirst">W</span><b> hy</b> did the chicken cross the road? Give up? It was to escape from the enormous capital letter at the beginning of this paragraph. These are the things that keep chickens up at night. No. Really.They are.
|
||||
</p>
|
||||
<p>Here's another normal paragraph.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user