You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

table_border_padding_4.xml 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <testcase>
  18. <info>
  19. <p>
  20. This test checks border and padding conditionality on table.
  21. </p>
  22. </info>
  23. <fo>
  24. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">
  25. <fo:layout-master-set>
  26. <fo:simple-page-master master-name="Page1" page-width="210mm" page-height="297mm">
  27. <fo:region-body margin-bottom="16cm" region-name="PageBody"/>
  28. </fo:simple-page-master>
  29. <fo:simple-page-master master-name="Page2_1" page-width="210mm" page-height="297mm">
  30. <fo:region-body region-name="PageBody" margin-bottom="16mm" background-color="yellow"/>
  31. </fo:simple-page-master>
  32. <fo:simple-page-master master-name="Page2_2" page-width="210mm" page-height="297mm">
  33. <fo:region-body region-name="PageBody" margin-bottom="16mm" background-color="orange"/>
  34. </fo:simple-page-master>
  35. <fo:simple-page-master master-name="Last Page" page-width="210mm" page-height="297mm">
  36. <fo:region-body region-name="PageBody" margin-bottom="16mm" />
  37. </fo:simple-page-master>
  38. <fo:page-sequence-master master-name="StatementPages">
  39. <fo:repeatable-page-master-reference maximum-repeats="1" master-reference="Page1"/>
  40. <fo:repeatable-page-master-reference maximum-repeats="1" master-reference="Page2_1"/>
  41. <fo:repeatable-page-master-alternatives>
  42. <fo:conditional-page-master-reference page-position="first" master-reference="Page2_2"/>
  43. <fo:conditional-page-master-reference page-position="rest" master-reference="Page2_2"/>
  44. <fo:conditional-page-master-reference page-position="last" master-reference="Last Page"/>
  45. </fo:repeatable-page-master-alternatives>
  46. </fo:page-sequence-master>
  47. </fo:layout-master-set>
  48. <fo:page-sequence format="1" id="th_default_sequence2" initial-page-number="auto" force-page-count="auto" master-reference="StatementPages">
  49. <fo:flow flow-name="PageBody" font-size="12pt">
  50. <fo:table table-layout="fixed" border-collapse="collapse">
  51. <fo:table-column column-width="100%" column-number="1"/>
  52. <fo:table-body>
  53. <fo:table-row>
  54. <fo:table-cell>
  55. <fo:block-container margin-bottom="0.5cm">
  56. <fo:block>
  57. <fo:table table-layout="fixed" width="100%">
  58. <fo:table-column column-width="proportional-column-width(13.8916666666667)" column-number="1"/>
  59. <fo:table-header>
  60. <fo:table-row>
  61. <fo:table-cell border-bottom-color="silver" border-bottom-style="solid" border-bottom-width="1pt">
  62. <fo:block>
  63. <fo:block color="#00A1DE" font-size="8pt" line-height="9pt" padding-top="6pt">Date</fo:block>
  64. </fo:block>
  65. </fo:table-cell>
  66. </fo:table-row>
  67. </fo:table-header>
  68. <fo:table-body>
  69. <fo:table-row>
  70. <fo:table-cell border-top-style="solid">
  71. <fo:block padding-top="4pt">1</fo:block>
  72. </fo:table-cell>
  73. </fo:table-row>
  74. </fo:table-body>
  75. <fo:table-body>
  76. <fo:table-row>
  77. <fo:table-cell border-top-style="solid">
  78. <fo:block padding-top="4pt">1</fo:block>
  79. </fo:table-cell>
  80. </fo:table-row>
  81. </fo:table-body>
  82. <fo:table-body>
  83. <fo:table-row>
  84. <fo:table-cell border-top-style="solid">
  85. <fo:block padding-top="4pt">1</fo:block>
  86. </fo:table-cell>
  87. </fo:table-row>
  88. </fo:table-body>
  89. <fo:table-body>
  90. <fo:table-row>
  91. <fo:table-cell border-top-style="solid">
  92. <fo:block padding-top="4pt">1</fo:block>
  93. </fo:table-cell>
  94. </fo:table-row>
  95. </fo:table-body>
  96. <fo:table-body>
  97. <fo:table-row>
  98. <fo:table-cell border-top-style="solid">
  99. <fo:block padding-top="4pt">1</fo:block>
  100. </fo:table-cell>
  101. </fo:table-row>
  102. </fo:table-body>
  103. <fo:table-body>
  104. <fo:table-row>
  105. <fo:table-cell border-top-style="solid">
  106. <fo:block padding-top="4pt">1</fo:block>
  107. </fo:table-cell>
  108. </fo:table-row>
  109. </fo:table-body>
  110. <fo:table-body>
  111. <fo:table-row>
  112. <fo:table-cell border-top-style="solid">
  113. <fo:block padding-top="4pt">1</fo:block>
  114. </fo:table-cell>
  115. </fo:table-row>
  116. </fo:table-body>
  117. <fo:table-body>
  118. <fo:table-row>
  119. <fo:table-cell border-top-style="solid">
  120. <fo:block padding-top="4pt">1</fo:block>
  121. </fo:table-cell>
  122. </fo:table-row>
  123. </fo:table-body>
  124. <fo:table-body>
  125. <fo:table-row>
  126. <fo:table-cell border-top-style="solid">
  127. <fo:block padding-top="4pt">1</fo:block>
  128. </fo:table-cell>
  129. </fo:table-row>
  130. </fo:table-body>
  131. <fo:table-body>
  132. <fo:table-row>
  133. <fo:table-cell border-top-style="solid">
  134. <fo:block padding-top="4pt">1</fo:block>
  135. </fo:table-cell>
  136. </fo:table-row>
  137. </fo:table-body>
  138. <fo:table-body>
  139. <fo:table-row>
  140. <fo:table-cell border-top-style="solid">
  141. <fo:block padding-top="4pt">1</fo:block>
  142. </fo:table-cell>
  143. </fo:table-row>
  144. </fo:table-body>
  145. <fo:table-body>
  146. <fo:table-row>
  147. <fo:table-cell border-top-style="solid">
  148. <fo:block padding-top="4pt">1</fo:block>
  149. </fo:table-cell>
  150. </fo:table-row>
  151. </fo:table-body>
  152. <fo:table-body>
  153. <fo:table-row>
  154. <fo:table-cell border-top-style="solid">
  155. <fo:block padding-top="4pt">1</fo:block>
  156. </fo:table-cell>
  157. </fo:table-row>
  158. </fo:table-body>
  159. <fo:table-body>
  160. <fo:table-row>
  161. <fo:table-cell border-top-style="solid">
  162. <fo:block padding-top="4pt">1</fo:block>
  163. </fo:table-cell>
  164. </fo:table-row>
  165. </fo:table-body>
  166. <fo:table-body>
  167. <fo:table-row>
  168. <fo:table-cell border-top-style="solid">
  169. <fo:block padding-top="4pt">1</fo:block>
  170. </fo:table-cell>
  171. </fo:table-row>
  172. </fo:table-body>
  173. <fo:table-body>
  174. <fo:table-row>
  175. <fo:table-cell border-top-style="solid">
  176. <fo:block padding-top="4pt">1</fo:block>
  177. </fo:table-cell>
  178. </fo:table-row>
  179. </fo:table-body>
  180. <fo:table-body>
  181. <fo:table-row>
  182. <fo:table-cell border-top-style="solid">
  183. <fo:block padding-top="4pt">1</fo:block>
  184. </fo:table-cell>
  185. </fo:table-row>
  186. </fo:table-body>
  187. <fo:table-body>
  188. <fo:table-row>
  189. <fo:table-cell border-top-style="solid">
  190. <fo:block padding-top="4pt">1</fo:block>
  191. </fo:table-cell>
  192. </fo:table-row>
  193. </fo:table-body>
  194. <fo:table-body>
  195. <fo:table-row>
  196. <fo:table-cell border-top-style="solid">
  197. <fo:block padding-top="4pt">1</fo:block>
  198. </fo:table-cell>
  199. </fo:table-row>
  200. </fo:table-body>
  201. <fo:table-body>
  202. <fo:table-row>
  203. <fo:table-cell border-top-style="solid">
  204. <fo:block padding-top="4pt">1</fo:block>
  205. </fo:table-cell>
  206. </fo:table-row>
  207. </fo:table-body>
  208. <fo:table-body>
  209. <fo:table-row>
  210. <fo:table-cell border-top-style="solid">
  211. <fo:block padding-top="4pt">1</fo:block>
  212. </fo:table-cell>
  213. </fo:table-row>
  214. </fo:table-body>
  215. <fo:table-body>
  216. <fo:table-row>
  217. <fo:table-cell border-top-style="solid">
  218. <fo:block padding-top="4pt">1</fo:block>
  219. </fo:table-cell>
  220. </fo:table-row>
  221. </fo:table-body>
  222. <fo:table-body>
  223. <fo:table-row>
  224. <fo:table-cell border-top-style="solid">
  225. <fo:block padding-top="4pt">1</fo:block>
  226. </fo:table-cell>
  227. </fo:table-row>
  228. </fo:table-body>
  229. <fo:table-body>
  230. <fo:table-row>
  231. <fo:table-cell border-top-style="solid">
  232. <fo:block padding-top="4pt">1</fo:block>
  233. </fo:table-cell>
  234. </fo:table-row>
  235. </fo:table-body>
  236. <fo:table-body>
  237. <fo:table-row>
  238. <fo:table-cell border-top-style="solid">
  239. <fo:block padding-top="4pt">1</fo:block>
  240. </fo:table-cell>
  241. </fo:table-row>
  242. </fo:table-body>
  243. <fo:table-body>
  244. <fo:table-row>
  245. <fo:table-cell border-top-style="solid">
  246. <fo:block padding-top="4pt">1</fo:block>
  247. </fo:table-cell>
  248. </fo:table-row>
  249. </fo:table-body>
  250. <fo:table-body>
  251. <fo:table-row>
  252. <fo:table-cell border-top-style="solid">
  253. <fo:block padding-top="4pt">1</fo:block>
  254. </fo:table-cell>
  255. </fo:table-row>
  256. </fo:table-body>
  257. <fo:table-body>
  258. <fo:table-row>
  259. <fo:table-cell border-top-style="solid">
  260. <fo:block padding-top="4pt">1</fo:block>
  261. </fo:table-cell>
  262. </fo:table-row>
  263. </fo:table-body>
  264. <fo:table-body>
  265. <fo:table-row>
  266. <fo:table-cell border-top-style="solid">
  267. <fo:block padding-top="4pt">1</fo:block>
  268. </fo:table-cell>
  269. </fo:table-row>
  270. </fo:table-body>
  271. <fo:table-body>
  272. <fo:table-row>
  273. <fo:table-cell border-top-style="solid">
  274. <fo:block padding-top="4pt">1</fo:block>
  275. </fo:table-cell>
  276. </fo:table-row>
  277. </fo:table-body>
  278. <fo:table-body>
  279. <fo:table-row>
  280. <fo:table-cell border-top-style="solid">
  281. <fo:block padding-top="4pt">1</fo:block>
  282. </fo:table-cell>
  283. </fo:table-row>
  284. </fo:table-body>
  285. <fo:table-body>
  286. <fo:table-row>
  287. <fo:table-cell border-top-style="solid">
  288. <fo:block padding-top="4pt">1</fo:block>
  289. </fo:table-cell>
  290. </fo:table-row>
  291. </fo:table-body>
  292. <fo:table-body>
  293. <fo:table-row>
  294. <fo:table-cell border-top-style="solid">
  295. <fo:block padding-top="4pt">1</fo:block>
  296. </fo:table-cell>
  297. </fo:table-row>
  298. </fo:table-body>
  299. <fo:table-body>
  300. <fo:table-row>
  301. <fo:table-cell border-top-style="solid">
  302. <fo:block padding-top="4pt">1</fo:block>
  303. </fo:table-cell>
  304. </fo:table-row>
  305. </fo:table-body>
  306. <fo:table-body>
  307. <fo:table-row>
  308. <fo:table-cell border-top-style="solid">
  309. <fo:block padding-top="4pt">1</fo:block>
  310. </fo:table-cell>
  311. </fo:table-row>
  312. </fo:table-body>
  313. <fo:table-body>
  314. <fo:table-row>
  315. <fo:table-cell border-top-style="solid">
  316. <fo:block padding-top="4pt">1</fo:block>
  317. </fo:table-cell>
  318. </fo:table-row>
  319. </fo:table-body>
  320. <fo:table-body>
  321. <fo:table-row>
  322. <fo:table-cell border-top-style="solid">
  323. <fo:block padding-top="4pt">1</fo:block>
  324. </fo:table-cell>
  325. </fo:table-row>
  326. </fo:table-body>
  327. <fo:table-body>
  328. <fo:table-row>
  329. <fo:table-cell border-top-style="solid">
  330. <fo:block padding-top="4pt">1</fo:block>
  331. </fo:table-cell>
  332. </fo:table-row>
  333. </fo:table-body>
  334. <fo:table-body>
  335. <fo:table-row>
  336. <fo:table-cell border-top-style="solid">
  337. <fo:block padding-top="4pt">1</fo:block>
  338. </fo:table-cell>
  339. </fo:table-row>
  340. </fo:table-body>
  341. <fo:table-body>
  342. <fo:table-row>
  343. <fo:table-cell border-top-style="solid">
  344. <fo:block padding-top="4pt">1</fo:block>
  345. </fo:table-cell>
  346. </fo:table-row>
  347. </fo:table-body>
  348. <fo:table-body>
  349. <fo:table-row>
  350. <fo:table-cell border-top-style="solid">
  351. <fo:block padding-top="4pt">1</fo:block>
  352. </fo:table-cell>
  353. </fo:table-row>
  354. </fo:table-body>
  355. <fo:table-body>
  356. <fo:table-row>
  357. <fo:table-cell border-top-style="solid">
  358. <fo:block padding-top="4pt">1</fo:block>
  359. </fo:table-cell>
  360. </fo:table-row>
  361. </fo:table-body>
  362. <fo:table-body>
  363. <fo:table-row>
  364. <fo:table-cell border-top-style="solid">
  365. <fo:block padding-top="4pt">1</fo:block>
  366. </fo:table-cell>
  367. </fo:table-row>
  368. </fo:table-body>
  369. <fo:table-body>
  370. <fo:table-row>
  371. <fo:table-cell border-top-style="solid">
  372. <fo:block padding-top="4pt">1</fo:block>
  373. </fo:table-cell>
  374. </fo:table-row>
  375. </fo:table-body>
  376. <fo:table-body>
  377. <fo:table-row>
  378. <fo:table-cell border-top-style="solid">
  379. <fo:block padding-top="4pt">1</fo:block>
  380. </fo:table-cell>
  381. </fo:table-row>
  382. </fo:table-body>
  383. <fo:table-body>
  384. <fo:table-row>
  385. <fo:table-cell border-top-style="solid">
  386. <fo:block padding-top="4pt">1</fo:block>
  387. </fo:table-cell>
  388. </fo:table-row>
  389. </fo:table-body>
  390. <fo:table-body>
  391. <fo:table-row>
  392. <fo:table-cell border-top-style="solid">
  393. <fo:block padding-top="4pt">1</fo:block>
  394. </fo:table-cell>
  395. </fo:table-row>
  396. </fo:table-body>
  397. <fo:table-body>
  398. <fo:table-row>
  399. <fo:table-cell border-top-style="solid">
  400. <fo:block padding-top="4pt">1</fo:block>
  401. </fo:table-cell>
  402. </fo:table-row>
  403. </fo:table-body>
  404. <fo:table-body>
  405. <fo:table-row>
  406. <fo:table-cell border-top-style="solid">
  407. <fo:block padding-top="4pt">1</fo:block>
  408. </fo:table-cell>
  409. </fo:table-row>
  410. </fo:table-body>
  411. <fo:table-body>
  412. <fo:table-row>
  413. <fo:table-cell border-top-style="solid">
  414. <fo:block padding-top="4pt">1</fo:block>
  415. </fo:table-cell>
  416. </fo:table-row>
  417. </fo:table-body>
  418. <fo:table-body>
  419. <fo:table-row>
  420. <fo:table-cell border-top-style="solid">
  421. <fo:block padding-top="4pt">1</fo:block>
  422. </fo:table-cell>
  423. </fo:table-row>
  424. </fo:table-body>
  425. <fo:table-body>
  426. <fo:table-row>
  427. <fo:table-cell border-top-style="solid">
  428. <fo:block padding-top="4pt">1</fo:block>
  429. </fo:table-cell>
  430. </fo:table-row>
  431. </fo:table-body>
  432. <fo:table-body>
  433. <fo:table-row>
  434. <fo:table-cell border-top-style="solid">
  435. <fo:block padding-top="4pt">1</fo:block>
  436. </fo:table-cell>
  437. </fo:table-row>
  438. </fo:table-body>
  439. <fo:table-body>
  440. <fo:table-row>
  441. <fo:table-cell border-top-style="solid">
  442. <fo:block padding-top="4pt">1</fo:block>
  443. </fo:table-cell>
  444. </fo:table-row>
  445. </fo:table-body>
  446. <fo:table-body>
  447. <fo:table-row>
  448. <fo:table-cell border-top-style="solid">
  449. <fo:block padding-top="4pt">1</fo:block>
  450. </fo:table-cell>
  451. </fo:table-row>
  452. </fo:table-body>
  453. <fo:table-body>
  454. <fo:table-row>
  455. <fo:table-cell border-top-style="solid">
  456. <fo:block padding-top="4pt">1</fo:block>
  457. </fo:table-cell>
  458. </fo:table-row>
  459. </fo:table-body>
  460. <fo:table-body>
  461. <fo:table-row>
  462. <fo:table-cell border-top-style="solid">
  463. <fo:block padding-top="4pt">1</fo:block>
  464. </fo:table-cell>
  465. </fo:table-row>
  466. </fo:table-body>
  467. <fo:table-body>
  468. <fo:table-row>
  469. <fo:table-cell border-top-style="solid">
  470. <fo:block padding-top="4pt">1</fo:block>
  471. </fo:table-cell>
  472. </fo:table-row>
  473. </fo:table-body>
  474. <fo:table-body>
  475. <fo:table-row>
  476. <fo:table-cell border-top-style="solid">
  477. <fo:block padding-top="4pt">1</fo:block>
  478. </fo:table-cell>
  479. </fo:table-row>
  480. </fo:table-body>
  481. <fo:table-body>
  482. <fo:table-row>
  483. <fo:table-cell border-top-style="solid">
  484. <fo:block padding-top="4pt">1</fo:block>
  485. </fo:table-cell>
  486. </fo:table-row>
  487. </fo:table-body>
  488. <fo:table-body>
  489. <fo:table-row>
  490. <fo:table-cell border-top-style="solid">
  491. <fo:block padding-top="4pt">1</fo:block>
  492. </fo:table-cell>
  493. </fo:table-row>
  494. </fo:table-body>
  495. <fo:table-body>
  496. <fo:table-row>
  497. <fo:table-cell border-top-style="solid">
  498. <fo:block padding-top="4pt">1</fo:block>
  499. </fo:table-cell>
  500. </fo:table-row>
  501. </fo:table-body>
  502. <fo:table-body>
  503. <fo:table-row>
  504. <fo:table-cell border-top-style="solid">
  505. <fo:block padding-top="4pt">1</fo:block>
  506. </fo:table-cell>
  507. </fo:table-row>
  508. </fo:table-body>
  509. <fo:table-body>
  510. <fo:table-row>
  511. <fo:table-cell border-top-style="solid">
  512. <fo:block padding-top="4pt">1</fo:block>
  513. </fo:table-cell>
  514. </fo:table-row>
  515. </fo:table-body>
  516. <fo:table-body>
  517. <fo:table-row>
  518. <fo:table-cell border-top-style="solid">
  519. <fo:block padding-top="4pt">1</fo:block>
  520. </fo:table-cell>
  521. </fo:table-row>
  522. </fo:table-body>
  523. <fo:table-body>
  524. <fo:table-row>
  525. <fo:table-cell border-top-style="solid">
  526. <fo:block padding-top="4pt">1</fo:block>
  527. </fo:table-cell>
  528. </fo:table-row>
  529. </fo:table-body>
  530. <fo:table-body>
  531. <fo:table-row>
  532. <fo:table-cell border-top-style="solid">
  533. <fo:block padding-top="4pt">1</fo:block>
  534. </fo:table-cell>
  535. </fo:table-row>
  536. </fo:table-body>
  537. <fo:table-body>
  538. <fo:table-row>
  539. <fo:table-cell border-top-style="solid">
  540. <fo:block padding-top="4pt">1</fo:block>
  541. </fo:table-cell>
  542. </fo:table-row>
  543. </fo:table-body>
  544. <fo:table-body>
  545. <fo:table-row>
  546. <fo:table-cell border-top-style="solid">
  547. <fo:block padding-top="4pt">1</fo:block>
  548. </fo:table-cell>
  549. </fo:table-row>
  550. </fo:table-body>
  551. <fo:table-body>
  552. <fo:table-row>
  553. <fo:table-cell border-top-style="solid">
  554. <fo:block padding-top="4pt">1</fo:block>
  555. </fo:table-cell>
  556. </fo:table-row>
  557. </fo:table-body>
  558. <fo:table-body>
  559. <fo:table-row>
  560. <fo:table-cell border-top-style="solid">
  561. <fo:block padding-top="4pt">1</fo:block>
  562. </fo:table-cell>
  563. </fo:table-row>
  564. </fo:table-body>
  565. <fo:table-body>
  566. <fo:table-row>
  567. <fo:table-cell border-top-style="solid">
  568. <fo:block padding-top="4pt">1</fo:block>
  569. </fo:table-cell>
  570. </fo:table-row>
  571. </fo:table-body>
  572. <fo:table-body>
  573. <fo:table-row>
  574. <fo:table-cell border-top-style="solid">
  575. <fo:block padding-top="4pt">1</fo:block>
  576. </fo:table-cell>
  577. </fo:table-row>
  578. </fo:table-body>
  579. <fo:table-body>
  580. <fo:table-row>
  581. <fo:table-cell border-top-style="solid">
  582. <fo:block padding-top="4pt">1</fo:block>
  583. </fo:table-cell>
  584. </fo:table-row>
  585. </fo:table-body>
  586. <fo:table-body>
  587. <fo:table-row>
  588. <fo:table-cell border-top-style="solid">
  589. <fo:block padding-top="4pt">1</fo:block>
  590. </fo:table-cell>
  591. </fo:table-row>
  592. </fo:table-body>
  593. <fo:table-body>
  594. <fo:table-row>
  595. <fo:table-cell border-top-style="solid">
  596. <fo:block padding-top="4pt">1</fo:block>
  597. </fo:table-cell>
  598. </fo:table-row>
  599. </fo:table-body>
  600. <fo:table-body>
  601. <fo:table-row>
  602. <fo:table-cell border-top-style="solid">
  603. <fo:block padding-top="4pt">1</fo:block>
  604. </fo:table-cell>
  605. </fo:table-row>
  606. </fo:table-body>
  607. <fo:table-body>
  608. <fo:table-row>
  609. <fo:table-cell border-top-style="solid">
  610. <fo:block padding-top="4pt">1</fo:block>
  611. </fo:table-cell>
  612. </fo:table-row>
  613. </fo:table-body>
  614. <fo:table-body>
  615. <fo:table-row>
  616. <fo:table-cell border-top-style="solid">
  617. <fo:block padding-top="4pt">1</fo:block>
  618. </fo:table-cell>
  619. </fo:table-row>
  620. </fo:table-body>
  621. <fo:table-body>
  622. <fo:table-row>
  623. <fo:table-cell border-top-style="solid">
  624. <fo:block padding-top="4pt">1</fo:block>
  625. </fo:table-cell>
  626. </fo:table-row>
  627. </fo:table-body>
  628. </fo:table>
  629. </fo:block>
  630. </fo:block-container>
  631. </fo:table-cell>
  632. </fo:table-row>
  633. </fo:table-body>
  634. </fo:table>
  635. </fo:flow>
  636. </fo:page-sequence>
  637. </fo:root>
  638. </fo>
  639. <checks>
  640. <eval expected="41" xpath="count(//pageViewport[2]//word)"/>
  641. </checks>
  642. </testcase>