Initial commit, very few changes from orca 45. Added xfce4-notification daemon support.
This commit is contained in:
19
test/html/link-with-child-text.html
Normal file
19
test/html/link-with-child-text.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.item{
|
||||
width:24px;
|
||||
height:24px;
|
||||
float:left;
|
||||
background-image:url(checked.gif);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>line 1</div>
|
||||
<div>
|
||||
<a href="foo"><i class="item"></i><span>line 2</span></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user