Update CSS tests to revision 939546644b4d333218fd9c2c0f68c60752ff1e95

This commit is contained in:
Ms2ger 2015-09-25 11:45:40 +02:00
parent b26fac3f78
commit 0ad6e78b23
435 changed files with 7534 additions and 3290 deletions

View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html><!-- Submitted from TestTWF Paris --><head>
<title>CSS Backgrounds and Borders Test: background-repeat: round basic support</title>
<link href="http://lea.verou.me" rel="author" title="Lea Verou">
<link href="http://www.w3.org/TR/css3-background/#the-background-repeat" rel="help">
<meta content="image" name="flags">
<meta content="The image is repeated as often as will fit within the background positioning area. If it doesn't fit a whole number of times, it is rescaled so that it does." name="assert">
<style>
html {
background: red url('support/swatch-green.png') no-repeat;
background-repeat: round;
}
</style>
</head>
<body>
<p>Test passes if there is green and <strong>no red</strong>.</p>
</body></html>