Initial commit, very few changes from orca 45. Added xfce4-notification daemon support.
This commit is contained in:
16
test/html/imagelink.html
Normal file
16
test/html/imagelink.html
Normal file
@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Image links Test</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>We don't want to get stuck on images that are also links.</p>
|
||||
<a href="whatever.html">Here's a link
|
||||
<br><img src="bar.gif" alt="" border="0" height="5" width="1">
|
||||
</a>
|
||||
<br>
|
||||
<a href="blah.html">Here's another
|
||||
<br><img src="foo.gif" alt="" border="0" height="5" width="1">
|
||||
</a>
|
||||
<p>Why do pages get marked up this way???</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user