diff options
Diffstat (limited to 'test/data/qunit-fixture.html')
-rw-r--r-- | test/data/qunit-fixture.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/data/qunit-fixture.html b/test/data/qunit-fixture.html index 7564311a3..ba083ec55 100644 --- a/test/data/qunit-fixture.html +++ b/test/data/qunit-fixture.html @@ -1,15 +1,15 @@ -<p id="firstp">See <a id="simon1" href="http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p> +<p id="firstp">See <a id="simon1" href="https://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p> <p id="ap"> - Here are some [links] in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>, - <a id="groups" href="http://groups.google.com/" class="GROUPS">Google Groups (Link)</a>. - This link has <code id="code1"><a href="http://smin" id="anchor1">class="blog"</a></code>: - <a href="http://diveintomark.org/" class="blog" hreflang="en" id="mark">diveintomark</a> + Here are some [links] in a normal paragraph: <a id="google" href="https://www.google.com/" title="Google!">Google</a>, + <a id="groups" href="https://groups.google.com/" class="GROUPS">Google Groups (Link)</a>. + This link has <code id="code1"><a href="https://smin" id="anchor1">class="blog"</a></code>: + <a href="https://diveintomark.org/" class="blog" hreflang="en" id="mark">diveintomark</a> </p> <div id="foo"> <p id="sndp">Everything inside the red border is inside a div with <code>id="foo"</code>.</p> - <p lang="en" id="en">This is a normal link: <a id="yahoo" href="http://www.yahoo.com/" class="blogTest">Yahoo</a></p> - <p id="sap">This link has <code><a href="#2" id="anchor2">class="blog"</a></code>: <a href="http://simon.incutio.com/" class="blog link" id="simon">Simon Willison's Weblog</a></p> + <p lang="en" id="en">This is a normal link: <a id="yahoo" href="https://www.yahoo.com/" class="blogTest">Yahoo</a></p> + <p id="sap">This link has <code><a href="#2" id="anchor2">class="blog"</a></code>: <a href="https://simon.incutio.com/" class="blog link" id="simon">Simon Willison's Weblog</a></p> </div> <div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv"> |