mattias преди 3 седмици
родител
ревизия
50164ade87
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      tests/base/TCFlowLayout.pas

+ 3 - 2
tests/base/TCFlowLayout.pas

@@ -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;',