소스 검색

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