diff options
Diffstat (limited to 'test/data/qunit-fixture.html')
-rw-r--r-- | test/data/qunit-fixture.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/data/qunit-fixture.html b/test/data/qunit-fixture.html index f3c99dfd6..c09107905 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="https://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p> +<p id="firstp">See <a id="john1" href="https://johnresig.com/blog/10th-anniversary-of-jquery/#body" 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="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> + This link has <code id="code1"><a href="https://blog" id="anchor1">class="blog"</a></code>: + <a href="https://mozilla.org/" class="blog" hreflang="en" id="mozilla">mozilla</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="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> + <p id="sap">This link has <code><a href="#2" id="anchor2">class="blog"</a></code>: <a href="https://timmywil.com/" class="blog link" id="timmy">Timmy Willison's Weblog</a></p> </div> <div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv"> |