annotate node_modules/jQuery/test/fixtures/core.html @ 101:52e44ee1c791
tip master
enabled all scores in autostart script
author |
Rob Canning <rc@kiben.net> |
date |
Tue, 21 Apr 2015 16:20:57 +0100 |
parents |
cd921abc8887 |
children |
|
rev |
line source |
rob@77
|
1 <html>
|
rob@77
|
2 <head>
|
rob@77
|
3 <title>jQuery Test Suite</title>
|
rob@77
|
4 </head>
|
rob@77
|
5 <body>
|
rob@77
|
6 <div id="main">
|
rob@77
|
7 <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>
|
rob@77
|
8 <p id="ap">
|
rob@77
|
9 Here are some links in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>,
|
rob@77
|
10 <a id="groups" href="http://groups.google.com/" class="GROUPS">Google Groups (Link)</a>.
|
rob@77
|
11 This link has <code><a href="http://smin" id="anchor1">class="blog"</a></code>:
|
rob@77
|
12 <a href="http://diveintomark.org/" class="blog" hreflang="en" id="mark">diveintomark</a>
|
rob@77
|
13
|
rob@77
|
14 </p>
|
rob@77
|
15 <div id="foo">
|
rob@77
|
16 <p id="sndp">Everything inside the red border is inside a div with <code>id="foo"</code>.</p>
|
rob@77
|
17 <p lang="en" id="en">This is a normal link: <a id="yahoo" href="http://www.yahoo.com/" class="blogTest">Yahoo</a></p>
|
rob@77
|
18 <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>
|
rob@77
|
19
|
rob@77
|
20 </div>
|
rob@77
|
21 <p id="first">Try them out:</p>
|
rob@77
|
22 <form id="form" action="formaction">
|
rob@77
|
23 <input id="input1" name="PWD" type="password" value="" />
|
rob@77
|
24 <input id="input2" name="T1" type="text" />
|
rob@77
|
25 </form>
|
rob@77
|
26 <item jid="2345" subscription="both" name="test val" gr:t="B" gr:w="41" gr:mc="161" gr:emc="2"/>
|
rob@77
|
27
|
rob@77
|
28 </div>
|
rob@77
|
29
|
rob@77
|
30 </body>
|
rob@77
|
31 </html>
|