1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/docshell/test/browser/file_bug503832.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,35 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<!-- 1.7 +Test page for https://bugzilla.mozilla.org/show_bug.cgi?id=503832 1.8 +--> 1.9 +<head> 1.10 + <title>Page Title for Bug 503832</title> 1.11 +</head> 1.12 +<body> 1.13 + <h1>Fragment links</h1> 1.14 + 1.15 + <p>This page has a bunch of fragment links to sections below:</p> 1.16 + 1.17 + <ul> 1.18 + <li><a id="firefox-link" href="#firefox">Firefox</a></li> 1.19 + <li><a id="thunderbird-link" href="#thunderbird">Thunderbird</a></li> 1.20 + <li><a id="seamonkey-link" href="#seamonkey">Seamonkey</a></li> 1.21 + </ul> 1.22 + 1.23 + <p>And here are the sections:</p> 1.24 + 1.25 + <h2 id="firefox">Firefox</h2> 1.26 + 1.27 + <p>Firefox is a browser.</p> 1.28 + 1.29 + <h2 id="thunderbird">Thunderbird</h2> 1.30 + 1.31 + <p>Thunderbird is an email client</p> 1.32 + 1.33 + <h2 id="seamonkey">Seamonkey</h2> 1.34 + 1.35 + <p>Seamonkey is the all-in-one application.</p> 1.36 + 1.37 +</body> 1.38 +</html>