dential. h p://test.csswg.org/shepherd/testcase/background-repeat-round-roundup/spec/CSS3-BACKGROUND/section/3.4/ 16 … <title>CSS Test: background-repeat:round, rounding up</title> … <link rel="help" href="h p://www.w3.org/TR/css3-background/#the-background-repeat" /> … <meta name="assert" content=" e 'background-repeat: round' declaration must scale an image in one or more dimensions so it ts a whole number of times in the background positioning area." /> <style type="text/css"> div { background-image: url(support/rectangle-96x60.png); background-repeat: round; height: 212px; width: 252px; } </style> </head> <body> <p><img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/></p> <p>Test passes if the above image repeats in the below rectangle 12 times exactly: 3 columns, 4 rows. e top