瀏覽代碼

test: comments

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