2002/css-validator/autotest/testsuite/properties/positive/background/css1 001.css,1.1,1.2

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background/css1
In directory hutz:/tmp/cvs-serv21778/background/css1

Modified Files:
	001.css 
Log Message:
fixing missing tests (hopefully)


Index: 001.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background/css1/001.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 001.css	29 Dec 2011 21:23:46 -0000	1.1
+++ 001.css	3 Jan 2012 14:49:20 -0000	1.2
@@ -1,1128 +1,33191 @@
-bg1 { background:  fixed   }
-bg2 { background:  fixed   repeat   }
-bg3 { background:  fixed   repeat  blue   }
-bg4 { background:  fixed   repeat  blue  none   }
-bg5 { background:  fixed   repeat  blue  url(test.jpg)   }
-bg6 { background:  fixed   repeat  #f00   }
-bg7 { background:  fixed   repeat  #f00  url(test.jpg)   }
-bg8 { background:  fixed   repeat  none   }
-bg9 { background:  fixed   repeat  none  blue   }
-bg10 { background:  fixed   repeat  none  #f00   }
-bg11 { background:  fixed   repeat  transparent  }
[...34288 lines suppressed...]
+bg33172 { background: url(test.jpg) transparent scroll no-repeat  }
+bg33173 { background: url(test.jpg) transparent scroll no-repeat 100px  }
+bg33174 { background: url(test.jpg) transparent scroll no-repeat 100px 50%  }
+bg33175 { background: url(test.jpg) transparent scroll no-repeat 50%  }
+bg33176 { background: url(test.jpg) transparent scroll no-repeat 50% 100px  }
+bg33177 { background: url(test.jpg) transparent scroll repeat  }
+bg33178 { background: url(test.jpg) transparent scroll repeat 100px  }
+bg33179 { background: url(test.jpg) transparent scroll repeat 100px 50%  }
+bg33180 { background: url(test.jpg) transparent scroll repeat 50%  }
+bg33181 { background: url(test.jpg) transparent scroll repeat 50% 100px  }
+bg33182 { background: url(test.jpg) transparent scroll repeat-x  }
+bg33183 { background: url(test.jpg) transparent scroll repeat-x 100px  }
+bg33184 { background: url(test.jpg) transparent scroll repeat-x 100px 50%  }
+bg33185 { background: url(test.jpg) transparent scroll repeat-x 50%  }
+bg33186 { background: url(test.jpg) transparent scroll repeat-x 50% 100px  }
+bg33187 { background: url(test.jpg) transparent scroll repeat-y  }
+bg33188 { background: url(test.jpg) transparent scroll repeat-y 100px  }
+bg33189 { background: url(test.jpg) transparent scroll repeat-y 100px 50%  }
+bg33190 { background: url(test.jpg) transparent scroll repeat-y 50%  }
+bg33191 { background: url(test.jpg) transparent scroll repeat-y 50% 100px  }

Received on Tuesday, 3 January 2012 14:49:25 UTC