Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t140201-c534-bgreps-03-c-ag.html
blobe015a5397509389d798f4c0fb40057a2633a768f
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: background-repeat</title>
5 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 .test { font: 14px/1 Ahem; width: 11em; background: red; color: green; border: solid black; }
8 .one {background-image: url(support/pattern-grg-rgr-grg.png); background-position: center top;}
9 </style>
10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" title="14.2.1 Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'">
11 </head>
12 <body>
13 <p>There should be a green block below.</p>
14 <div class="test">
15 <div class="one">
16   r  r  r  
17 rr rr rr rr
18   r  r  r  
19   r  r  r  
20 rr rr rr rr
21 </div>
22 </div>
23 </body>
24 </html>