Ver código fonte

test: comments

mattias 3 semanas atrás
pai
commit
50164ade87
1 arquivos alterados com 3 adições e 2 exclusões
  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;',