Files
tubestation/browser/base/content/test/appUpdate/downloadPage.html
Doug Thayer a5b27a8e9b Bug 893505 - Simplify the application update UI r=chmanchester,enndeakin+6102,Gijs,rstrong
There's quite a few changes in here. At a high level, all we're trying to do
is to replace the old update popup with a less intrusive and more modern
doorhanger (set of doorhangers) for various update failure conditions.

MozReview-Commit-ID: 24sESMTosNX
2017-03-21 13:50:09 -07:00

14 lines
372 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Download page</title>
<meta charset="utf-8">
</head>
<body>
<!-- just use simple.mar since we have it available and it will result in a download dialog -->
<a id="download-link" href="http://example.com/browser/browser/base/content/test/appUpdate/simple.mar" data-link-type="download">
Download
</a>
</body>
</html>