Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / 001.html
blobede05b08510f1be29463bc785495cb03137e1851
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2 <html>
3 <head>
4 <title>Box with larger background image</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <meta http-equiv="Content-Style-Type" content="text/css">
8 <style type="text/css">
9 .one {background-image: url(resources/bg_position_larger.gif); background-position: 10px 10px;
10 background-repeat: no-repeat; background-color: green; width: 50px; height: 50px;}
11 </style>
12 </head>
14 <body>
16 The box below should be solid green. If there are 10 pixels of red visible on the top and left, the background image is being repeated improperly.
17 </p>
18 <p class="one">
19 </p>
21 </body>
22 </html>