annotate node_modules/jQuery/test/fixtures/css.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 <!DOCTYPE HTML>
rob@77 2 <html>
rob@77 3 <head>
rob@77 4 <title>jQuery Test Suite</title>
rob@77 5 <style type="text/css" media="screen">
rob@77 6 #nothiddendiv { font-size: 16px; }
rob@77 7 #nothiddendivchild.em { font-size: 2em; }
rob@77 8 #nothiddendivchild.prct { font-size: 150%; }
rob@77 9 </style>
rob@77 10
rob@77 11 </head>
rob@77 12 <body id="body">
rob@77 13 <!-- Test HTML -->
rob@77 14 <div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv">
rob@77 15 <div id="nothiddendivchild"></div>
rob@77 16 </div>
rob@77 17
rob@77 18 <div id="main">
rob@77 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>
rob@77 20 <p id="ap">
rob@77 21 Here are some links in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>,
rob@77 22 <a id="groups" href="http://groups.google.com/" class="GROUPS">Google Groups (Link)</a>.
rob@77 23 This link has <code><a href="http://smin" id="anchor1">class="blog"</a></code>:
rob@77 24 <a href="http://diveintomark.org/" class="blog" hreflang="en" id="mark">diveintomark</a>
rob@77 25
rob@77 26 </p>
rob@77 27 <div id="foo">
rob@77 28 <p id="sndp">Everything inside the red border is inside a div with <code>id="foo"</code>.</p>
rob@77 29 <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 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>
rob@77 31
rob@77 32 </div>
rob@77 33 <p id="first">Try them out:</p>
rob@77 34 <form id="form" action="formaction">
rob@77 35 <input name="PWD" type="password" value="" />
rob@77 36 <input name="T1" type="text" />
rob@77 37 </form>
rob@77 38
rob@77 39 </div>
rob@77 40
rob@77 41 </body>
rob@77 42 </html>