mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
4a1fdd7a81
--HG-- rename : docshell/test/browser/browser_bug550565.js => browser/base/content/test/browser_bug550565.js rename : docshell/test/browser/file_bug550565_favicon.ico => browser/base/content/test/file_bug550565_favicon.ico rename : docshell/test/browser/file_bug550565_popup.html => browser/base/content/test/file_bug550565_popup.html
13 lines
308 B
HTML
13 lines
308 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Test file for bug 550565.</title>
|
|
|
|
<!--Set a favicon; that's the whole point of this file.-->
|
|
<link rel="icon" href="chrome://mochikit/content/browser/browser/base/content/test/file_bug550565_favicon.ico">
|
|
</head>
|
|
<body>
|
|
Test file for bug 550565.
|
|
</body>
|
|
</html>
|