gecko-dev/browser/base/content/test/pageinfo/all_images.html
Gijs Kruitbosch 38496797c8 Bug 1492186 - make browser_pageinfo_images.js more reliable, r=florian
Differential Revision: https://phabricator.services.mozilla.com/D6323

--HG--
extra : moz-landing-system : lando
2018-09-20 13:51:56 +00:00

17 lines
544 B
HTML

<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>");