Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t140201-c534-bgreps-00-c-ag.html
blob631cb069a41dc1a359a252d8749bfb6bd17078cd
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: 50% 50%; background-repeat: repeat-y;}
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 xxxx x xxxx
17 xxxx x xxxx
18 xxxxx xxxxx
19 xxxx x xxxx
20 xxxx x xxxx
21 </div>
22 </div>
23 </body>
24 </html>