Bug 1729777 [wpt PR 30405] - Parsing for contain-intrinsic-size: auto <length>, a...
[gecko.git] / testing / web-platform / tests / css / CSS2 / margin-padding-clear / margin-border-padding-003.xht
blob01e6dd7b0ba1457fdb660a0e5e19c4594eb47181
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: Margin, border, padding all display outside the object area</title>
5         <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
6         <link rel="reviewer" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-13 -->
7         <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#box-dimensions" />
8         <link rel="match" href="margin-border-padding-001-ref.xht" />
10         <meta name="flags" content="ahem image" />
11         <meta name="assert" content="Margin, border, padding render outside the object area." />
12         <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
13         <style type="text/css">
14             div
15             {
16                 font: 1em/1 Ahem;
17                 margin: 1em;
18                 left: 0;
19                 padding: 1em;
20                 position: absolute;
21                 top: 0;
22             }
23             #div1
24             {
25                 position: relative;
26             }
27             #div2
28             {
29                 background: red;
30                 border: 1em solid red;
31                 color: red;
32             }
33             #div3
34             {
35                 background: black;
36                 border: 1em solid black;
37             }
38             object
39             {
40                 vertical-align: top;
41             }
42         </style>
43     </head>
44     <body>
45         <p>Test passes if there is <strong>no red</strong>.</p>
46         <div id="div1">
47             <div id="div2">XXX</div>
48             <div id="div3"><object type="image/png" data="support/margin-border-padding-002.png"></object></div>
49         </div>
50     </body>
51 </html>