blob: c246e255191b0efde00c0160d95ee51cac0cf720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<title>Test for media tab</title>
<link rel='shortcut icon' href='dummy_icon.ico'>
</head>
<body style='background-image:url(about:logo?a);'>
<img src='dummy_image.gif'>
<ul>
<li style='list-style:url(about:logo?b);'>List Item 1</li>
</ul>
<div style='-moz-border-image: url(about:logo?c) 20 20 20 20;'>test</div>
<a href='' style='cursor: url(about:logo?d),default;'>test link</a>
<object type='image/svg+xml' width=20 height=20 data='dummy_object.svg'></object>
</body>
</html>");
|