Tests: Add custom attribute getter tests to the selector module
[jquery.git] / test / data / support / bodyBackground.html
blobd95f39d57185a469095bcfce0ef3f07e6fa87c4b
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <style>
6 body {
7 background: #000000;
10 div {
11 padding: 15px;
12 border: 1px solid #999;
13 display: inline;
14 margin:8px;
16 </style>
17 </head>
18 <body>
19 <div>
20 <script src="../../jquery.js"></script>
21 <script src="../iframeTest.js"></script>
22 <script src="getComputedSupport.js"></script>
23 </div>
24 <script>
25 startIframeTest( jQuery( "body" ).css( "backgroundColor" ),
26 getComputedSupport( jQuery.support ) );
27 </script>
28 </body>
29 </html>