fune/browser/base/content/test/general/file_with_favicon.html
Gijs Kruitbosch 639ffd2893 Bug 408415 - fix favicon disappearance for hash changes during load, r=jaws
MozReview-Commit-ID: KCdXMKX5sIH

--HG--
rename : browser/base/content/test/general/browser_bug550565.js => browser/base/content/test/general/browser_bug408415.js
rename : browser/base/content/test/general/file_bug550565_favicon.ico => browser/base/content/test/general/file_generic_favicon.ico
rename : browser/base/content/test/general/file_bug550565_popup.html => browser/base/content/test/general/file_with_favicon.html
extra : rebase_source : d95d2f911b855fda7ad4b100d59de96dfabec15a
2016-02-10 14:42:46 +00:00

12 lines
260 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Test file for bugs with favicons</title>
<!--Set a favicon; that's the whole point of this file.-->
<link rel="icon" href="file_generic_favicon.ico">
</head>
<body>
Test file for bugs with favicons
</body>
</html>