OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 div { | 4 div { |
5 width: 100px; | 5 width: 100px; |
6 height:100px; | 6 height:100px; |
7 overflow:hidden; | 7 overflow:hidden; |
8 float:left; | 8 float:left; |
9 } | 9 } |
10 | 10 |
(...skipping 30 matching lines...) Expand all Loading... |
41 | 41 |
42 And on the third day, he rested. --> REGRESSION (r41203): Facebook friend sugges
tions disappear on update. Make sure when a layer switches | 42 And on the third day, he rested. --> REGRESSION (r41203): Facebook friend sugges
tions disappear on update. Make sure when a layer switches |
43 from being self-painting to non-self-painting that a layout happens to fix up th
e floating objects lists. You should see a 100x100 green square below. | 43 from being self-painting to non-self-painting that a layout happens to fix up th
e floating objects lists. You should see a 100x100 green square below. |
44 If you see any red, the test has failed. | 44 If you see any red, the test has failed. |
45 </p> | 45 </p> |
46 <div class="red"> | 46 <div class="red"> |
47 <div class="green" style="opacity:0.5"> | 47 <div class="green" style="opacity:0.5"> |
48 </div> | 48 </div> |
49 </div> | 49 </div> |
50 | 50 |
OLD | NEW |