Mercurial > hg > nodescore
comparison node_modules/jQuery/test/fixtures/css.html @ 77:cd921abc8887
added puredata trigger/OSC router
author | Rob Canning <rob@foo.net> |
---|---|
date | Tue, 15 Jul 2014 17:48:07 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
76:0ae87af84e2f | 77:cd921abc8887 |
---|---|
1 <!DOCTYPE HTML> | |
2 <html> | |
3 <head> | |
4 <title>jQuery Test Suite</title> | |
5 <style type="text/css" media="screen"> | |
6 #nothiddendiv { font-size: 16px; } | |
7 #nothiddendivchild.em { font-size: 2em; } | |
8 #nothiddendivchild.prct { font-size: 150%; } | |
9 </style> | |
10 | |
11 </head> | |
12 <body id="body"> | |
13 <!-- Test HTML --> | |
14 <div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv"> | |
15 <div id="nothiddendivchild"></div> | |
16 </div> | |
17 | |
18 <div id="main"> | |
19 <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> | |
20 <p id="ap"> | |
21 Here are some links in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>, | |
22 <a id="groups" href="http://groups.google.com/" class="GROUPS">Google Groups (Link)</a>. | |
23 This link has <code><a href="http://smin" id="anchor1">class="blog"</a></code>: | |
24 <a href="http://diveintomark.org/" class="blog" hreflang="en" id="mark">diveintomark</a> | |
25 | |
26 </p> | |
27 <div id="foo"> | |
28 <p id="sndp">Everything inside the red border is inside a div with <code>id="foo"</code>.</p> | |
29 <p lang="en" id="en">This is a normal link: <a id="yahoo" href="http://www.yahoo.com/" class="blogTest">Yahoo</a></p> | |
30 <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> | |
31 | |
32 </div> | |
33 <p id="first">Try them out:</p> | |
34 <form id="form" action="formaction"> | |
35 <input name="PWD" type="password" value="" /> | |
36 <input name="T1" type="text" /> | |
37 </form> | |
38 | |
39 </div> | |
40 | |
41 </body> | |
42 </html> |