Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / ietestcenter / css3 / valuesandunits / units-020-expected.htm
blobd7d94e0444a2863a09e1ba636b35584cc642e0d5
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: Empty calc() function - Reference</title>
5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
6 <link rel="help" href="http://dev.w3.org/csswg/css3-values/#the-calc-min-and-max-functions"/>
7 <style type="text/css">
8 div
10 background: green;
11 height: 100px;
12 width: 100px;
14 </style>
15 </head>
16 <body>
17 <p>Test passes if there is a green square below.</p>
18 <div></div>
19 </body>
20 </html>