|
@@ -620,12 +620,13 @@ begin
|
|
|
' height: 50px;',
|
|
|
' overflow: auto;',
|
|
|
'}',
|
|
|
- // Div2 fits into Div1, but its content does not
|
|
|
+ // Div2 fits into Div1, but its content (100x100) does not
|
|
|
'#Div2 {',
|
|
|
' width: 30px;',
|
|
|
' height: 20px;',
|
|
|
'}',
|
|
|
- // Div3 causes Div1 to scroll, but only for its size, not its clipped content
|
|
|
+ // Div3 causes Div1 to scroll, due to its own size (116x116),
|
|
|
+ // its content (216x216) is clipped and thus not propagated
|
|
|
'#Div3 {',
|
|
|
' width: 100px;',
|
|
|
' height: 100px;',
|