Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / ietestcenter / css3 / valuesandunits / units-010-expected.htm
blob1814d1ba06d4cc4ada616562a300e5fa864e603b
1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>CSS Test: Basic calc() function tests - Reference</title>
5 <script src="../../../resources/ahem.js"></script>
6 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
7 <link rel="help" href="http://dev.w3.org/csswg/css3-values/#ltlengthgt"/>
8 <style type="text/css">
9 div
11 background: green;
12 font: 20px Ahem;
13 width: 6em;
14 height: 4em;
16 </style>
17 </head>
18 <body>
19 <p>Test passes if there is no red visible on the page.</p>
20 <div>
21 </div>
22 </body>
23 </html>