OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 body { | |
4 margin: 0px; | |
5 padding: 0px; | |
6 } | |
7 </style> | |
8 <div style="position:absolute; width: 90px; height: 100px; background-color:red; top: 10px; z-index: -1;"></div> | |
9 <div style="direction: rtl; width: 100px;"> | |
10 <span style="direction: ltr"> | |
11 <span style="display: block; height: 100px; width: 88px; margin: 10px; b order: 1px solid green; background-color:green;"></span> | |
Julien - ping for review
2015/11/13 16:03:49
<span style="display:block">
*cough, cough* <div
| |
12 </span> | |
13 </div> | |
14 <p>crbug.com/286660: The middle anonymous block in a continuation should inherit the style of the containing block, just like the two other anonymous blocks do. There should be no red.</p> | |
OLD | NEW |