| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> |
| 2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 <head> | 3 <head> |
| 4 <title>CSS Test: Block boxes within inline boxes are affected by positio
ning</title> | 4 <title>CSS Test: Block boxes within inline boxes are affected by positio
ning</title> |
| 5 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> | 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-04-04 --> | 6 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/
BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-04 --> |
| 7 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous
-block-level" /> | 7 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous
-block-level" /> |
| 8 <link rel="match" href="inline-box-002-ref.xht" /> | 8 <link rel="match" href="inline-box-002-ref.xht" /> |
| 9 | 9 |
| 10 <meta name="flags" content="" /> | 10 <meta name="flags" content="" /> |
| 11 <meta name="assert" content="Block boxes within inline boxes are also af
fected by relative positioning on the inline box." /> | 11 <meta name="assert" content="Block boxes within inline boxes are also af
fected by relative positioning on the inline box." /> |
| 12 <style type="text/css"> | 12 <style type="text/css"> |
| 13 #div1 | 13 #div1 |
| 14 { | 14 { |
| 15 background: yellow; | 15 background: yellow; |
| 16 height: 2in; | 16 height: 2in; |
| (...skipping 18 matching lines...) Expand all Loading... |
| 35 <p>Test passes if an orange stripe is between two shorter blue stripes a
nd all three stripes are below a yellow square.</p> | 35 <p>Test passes if an orange stripe is between two shorter blue stripes a
nd all three stripes are below a yellow square.</p> |
| 36 <div id="div1"> | 36 <div id="div1"> |
| 37 <div id="div2"> | 37 <div id="div2"> |
| 38 Filler Text | 38 Filler Text |
| 39 <div id="div3">Filler Text</div> | 39 <div id="div3">Filler Text</div> |
| 40 Filler Text | 40 Filler Text |
| 41 </div> | 41 </div> |
| 42 </div> | 42 </div> |
| 43 </body> | 43 </body> |
| 44 </html> | 44 </html> |
| OLD | NEW |