dom/tests/mochitest/ajax/jquery/test/data/testsuite.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/ajax/jquery/test/data/testsuite.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,117 @@
     1.4 +body, div, h1 { font-family: 'trebuchet ms', verdana, arial; margin: 0; padding: 0 }
     1.5 +body {font-size: 10pt; }
     1.6 +h1 { padding: 15px; font-size: large; background-color: #06b; color: white; }
     1.7 +h2 { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: small; font-weight: normal }
     1.8 +
     1.9 +.pass { color: green; } 
    1.10 +.fail { color: red; } 
    1.11 +p.result { margin-left: 1em; }
    1.12 +
    1.13 +#banner { height: 2em; border-bottom: 1px solid white; }
    1.14 +h2.pass { background-color: green; }
    1.15 +h2.fail { background-color: red; }
    1.16 +
    1.17 +ol#tests > li > strong { cursor:pointer; }
    1.18 +
    1.19 +div#fx-tests h4 {
    1.20 +	background: red;
    1.21 +}
    1.22 +
    1.23 +div#fx-tests h4.pass {
    1.24 +	background: green;
    1.25 +}
    1.26 +
    1.27 +div#fx-tests div.box {
    1.28 +	background: red url(data/cow.jpg) no-repeat;
    1.29 +	overflow: hidden;
    1.30 +	border: 2px solid #000;
    1.31 +}
    1.32 +
    1.33 +div#fx-tests div.overflow {
    1.34 +	overflow: visible;
    1.35 +}
    1.36 +
    1.37 +div.inline {
    1.38 +	display: inline;
    1.39 +}
    1.40 +
    1.41 +div.autoheight {
    1.42 +	height: auto;
    1.43 +}
    1.44 +
    1.45 +div.autowidth {
    1.46 +	width: auto;
    1.47 +}
    1.48 +
    1.49 +div.autoopacity {
    1.50 +	opacity: auto;
    1.51 +}
    1.52 +
    1.53 +div.largewidth {
    1.54 +	width: 100px;
    1.55 +}
    1.56 +
    1.57 +div.largeheight {
    1.58 +	height: 100px;
    1.59 +}
    1.60 +
    1.61 +div.largeopacity {
    1.62 +	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    1.63 +}
    1.64 +
    1.65 +div.medwidth {
    1.66 +	width: 50px;
    1.67 +}
    1.68 +
    1.69 +div.medheight {
    1.70 +	height: 50px;
    1.71 +}
    1.72 +
    1.73 +div.medopacity {
    1.74 +	opacity: 0.5;
    1.75 +	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    1.76 +}
    1.77 +
    1.78 +div.nowidth {
    1.79 +	width: 0px;
    1.80 +}
    1.81 +
    1.82 +div.noheight {
    1.83 +	height: 0px;
    1.84 +}
    1.85 +
    1.86 +div.noopacity {
    1.87 +	opacity: 0;
    1.88 +	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    1.89 +}
    1.90 +
    1.91 +div.hidden {
    1.92 +	display: none;
    1.93 +}
    1.94 +
    1.95 +div#fx-tests div.widewidth {
    1.96 +	background-repeat: repeat-x;
    1.97 +}
    1.98 +
    1.99 +div#fx-tests div.wideheight {
   1.100 +	background-repeat: repeat-y;
   1.101 +}
   1.102 +
   1.103 +div#fx-tests div.widewidth.wideheight {
   1.104 +	background-repeat: repeat;
   1.105 +}
   1.106 +
   1.107 +div#fx-tests div.noback {
   1.108 +	background-image: none;
   1.109 +}
   1.110 +
   1.111 +div.chain, div.chain div { width: 100px; height: 20px; position: relative; float: left; }
   1.112 +div.chain div { position: absolute; top: 0px; left: 0px; }
   1.113 +
   1.114 +div.chain.test { background: red; }
   1.115 +div.chain.test div { background: green; }
   1.116 +
   1.117 +div.chain.out { background: green; }
   1.118 +div.chain.out div { background: red; display: none; }
   1.119 +
   1.120 +div#show-tests * { display: none; }
   1.121 \ No newline at end of file

mercurial