mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
23 lines
581 B
HTML
23 lines
581 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=968923
|
|
-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test for Bug 968923</title>
|
|
<style>
|
|
/* Use a query string to work around imagelib caching.
|
|
Otherwise, we won't get use counters for this file. */
|
|
body { background-image: url('file_use_counter_svg_getElementById.svg?asbackground=1') }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=968923">Mozilla Bug 968923</a>
|
|
<img id="display" />
|
|
<iframe id="content" src="about:blank">
|
|
|
|
</iframe>
|
|
</body>
|
|
</html>
|