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.

inline_border_padding_hyphenate.xml 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  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 fo:inlines with border and padding properties and hyphenation.
  21. </p>
  22. </info>
  23. <fo>
  24. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
  25. <fo:layout-master-set>
  26. <fo:simple-page-master master-name="normal" page-width="5in" page-height="5in" margin="5pt">
  27. <fo:region-body/>
  28. </fo:simple-page-master>
  29. </fo:layout-master-set>
  30. <fo:page-sequence master-reference="normal" white-space-collapse="true" language="en">
  31. <fo:flow flow-name="xsl-region-body" font-size="10pt">
  32. <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt" text-align="start" hyphenate="true">
  33. Multi-line fo:inline
  34. <fo:inline
  35. border="solid 1pt red"
  36. border-start-width.length="1pt"
  37. border-end-width.length="1pt"
  38. padding="1pt"
  39. padding-start.length="5pt"
  40. padding-end.length="3pt"
  41. background-color="yellow">As far as the laws of mathematics refer to reality, they are not certain,
  42. and as far as they are certain, they do not refer to reality - Albert Einstein</fo:inline>
  43. text-align="start" .conditionality="discard".
  44. </fo:block>
  45. <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt" text-align="end" hyphenate="true">
  46. Multi-line fo:inline
  47. <fo:inline
  48. border="solid 1pt red"
  49. border-start-width.length="1pt"
  50. border-end-width.length="1pt"
  51. padding="1pt"
  52. padding-start.length="5pt"
  53. padding-end.length="3pt"
  54. background-color="yellow">As far as the laws of mathematics refer to reality, they are not certain,
  55. and as far as they are certain, they do not refer to reality - Albert Einstein</fo:inline>
  56. text-align="end" .conditionality="discard".
  57. </fo:block>
  58. <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt" text-align="justify" hyphenate="true">
  59. Multi-line fo:inline
  60. <fo:inline
  61. border="solid 1pt red"
  62. border-start-width.length="1pt"
  63. border-end-width.length="1pt"
  64. padding="1pt"
  65. padding-start.length="5pt"
  66. padding-end.length="3pt"
  67. background-color="yellow">As far as the laws of mathematics refer to reality, they are not certain,
  68. and as far as they are certain, they do not refer to reality - Albert Einstein</fo:inline>
  69. text-align="justify" .conditionality="discard".
  70. </fo:block>
  71. <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt" text-align="center" hyphenate="true">
  72. Multi-line fo:inline
  73. <fo:inline
  74. border="solid 1pt red"
  75. border-start-width.length="1pt"
  76. border-end-width.length="1pt"
  77. padding="1pt"
  78. padding-start.length="5pt"
  79. padding-end.length="3pt"
  80. background-color="yellow">As far as the laws of mathematics refer to reality, they are not certain,
  81. and as far as they are certain, they do not refer to reality - Albert Einstein</fo:inline>
  82. text-align="center" .conditionality="discard".
  83. </fo:block>
  84. <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt" text-align="start" hyphenate="true">
  85. Multi-line fo:inline
  86. <fo:inline
  87. border="solid 1pt red"
  88. border-start-width.length="1pt"
  89. border-start-width.conditionality="retain"
  90. border-end-width.length="1pt"
  91. border-end-width.conditionality="retain"
  92. padding="1pt"
  93. padding-start.length="5pt"
  94. padding-start.conditionality="retain"
  95. padding-end.length="3pt"
  96. padding-end.conditionality="retain"
  97. background-color="yellow">As far as the laws of mathematics refer to reality, they are not certain,
  98. and as far as they are certain, they do not refer to reality - Albert Einstein</fo:inline>
  99. text-align="start" .conditionality="retain".
  100. </fo:block>
  101. <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt" text-align="end" hyphenate="true">
  102. Multi-line fo:inline
  103. <fo:inline
  104. border="solid 1pt red"
  105. border-start-width.length="1pt"
  106. border-start-width.conditionality="retain"
  107. border-end-width.length="1pt"
  108. border-end-width.conditionality="retain"
  109. padding="1pt"
  110. padding-start.length="5pt"
  111. padding-start.conditionality="retain"
  112. padding-end.length="3pt"
  113. padding-end.conditionality="retain"
  114. background-color="yellow">As far as the laws of mathematics refer to reality, they are not certain,
  115. and as far as they are certain, they do not refer to reality - Albert Einstein</fo:inline>
  116. text-align="end" .conditionality="retain".
  117. </fo:block>
  118. <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt" text-align="justify" hyphenate="true">
  119. Multi-line fo:inline
  120. <fo:inline
  121. border="solid 1pt red"
  122. border-start-width.length="1pt"
  123. border-start-width.conditionality="retain"
  124. border-end-width.length="1pt"
  125. border-end-width.conditionality="retain"
  126. padding="1pt"
  127. padding-start.length="5pt"
  128. padding-start.conditionality="retain"
  129. padding-end.length="3pt"
  130. padding-end.conditionality="retain"
  131. background-color="yellow">As far as the laws of mathematics refer to reality, they are not certain,
  132. and as far as they are certain, they do not refer to reality - Albert Einstein</fo:inline>
  133. text-align="justify" .conditionality="retain".
  134. </fo:block>
  135. <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt" text-align="center" hyphenate="true">
  136. Multi-line fo:inline
  137. <fo:inline
  138. border="solid 1pt red"
  139. border-start-width.length="1pt"
  140. border-start-width.conditionality="retain"
  141. border-end-width.length="1pt"
  142. border-end-width.conditionality="retain"
  143. padding="1pt"
  144. padding-start.length="5pt"
  145. padding-start.conditionality="retain"
  146. padding-end.length="3pt"
  147. padding-end.conditionality="retain"
  148. background-color="yellow">As far as the laws of mathematics refer to reality, they are not certain,
  149. and as far as they are certain, they do not refer to reality - Albert Einstein</fo:inline>
  150. text-align="center" .conditionality="retain".
  151. </fo:block>
  152. </fo:flow>
  153. </fo:page-sequence>
  154. </fo:root>
  155. </fo>
  156. <checks>
  157. <eval expected="255100" xpath="//flow/block[1]/lineArea[1]/inlineparent/@ipd"/>
  158. <eval expected="261100" xpath="//flow/block[1]/lineArea[1]/inlineparent/@ipda"/>
  159. <eval expected="0" xpath="//flow/block[1]/lineArea[1]/inlineparent/@offset"/>
  160. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[1]/lineArea[1]/inlineparent/@border-after"/>
  161. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[1]/lineArea[1]/inlineparent/@border-before"/>
  162. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[1]/lineArea[1]/inlineparent/@border-start"/>
  163. <eval expected="1000" xpath="//flow/block[1]/lineArea[1]/inlineparent/@padding-after"/>
  164. <eval expected="1000" xpath="//flow/block[1]/lineArea[1]/inlineparent/@padding-before"/>
  165. <eval expected="5000" xpath="//flow/block[1]/lineArea[1]/inlineparent/@padding-start"/>
  166. <eval expected="335720" xpath="//flow/block[1]/lineArea[2]/inlineparent/@ipd"/>
  167. <eval expected="335720" xpath="//flow/block[1]/lineArea[2]/inlineparent/@ipda"/>
  168. <eval expected="0" xpath="//flow/block[1]/lineArea[2]/inlineparent/@offset"/>
  169. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[1]/lineArea[2]/inlineparent/@border-after"/>
  170. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[1]/lineArea[2]/inlineparent/@border-before"/>
  171. <eval expected="1000" xpath="//flow/block[1]/lineArea[2]/inlineparent/@padding-after"/>
  172. <eval expected="1000" xpath="//flow/block[1]/lineArea[2]/inlineparent/@padding-before"/>
  173. <eval expected="35570" xpath="//flow/block[1]/lineArea[3]/inlineparent/@ipd"/>
  174. <eval expected="39570" xpath="//flow/block[1]/lineArea[3]/inlineparent/@ipda"/>
  175. <eval expected="0" xpath="//flow/block[1]/lineArea[3]/inlineparent/@offset"/>
  176. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[1]/lineArea[3]/inlineparent/@border-after"/>
  177. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[1]/lineArea[3]/inlineparent/@border-before"/>
  178. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[1]/lineArea[3]/inlineparent/@border-end"/>
  179. <eval expected="1000" xpath="//flow/block[1]/lineArea[3]/inlineparent/@padding-after"/>
  180. <eval expected="1000" xpath="//flow/block[1]/lineArea[3]/inlineparent/@padding-before"/>
  181. <eval expected="3000" xpath="//flow/block[1]/lineArea[3]/inlineparent/@padding-end"/>
  182. <eval expected="255100" xpath="//flow/block[2]/lineArea[1]/inlineparent/@ipd"/>
  183. <eval expected="261100" xpath="//flow/block[2]/lineArea[1]/inlineparent/@ipda"/>
  184. <eval expected="0" xpath="//flow/block[2]/lineArea[1]/inlineparent/@offset"/>
  185. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[1]/inlineparent/@border-after"/>
  186. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[1]/inlineparent/@border-before"/>
  187. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[1]/inlineparent/@border-start"/>
  188. <eval expected="1000" xpath="//flow/block[2]/lineArea[1]/inlineparent/@padding-after"/>
  189. <eval expected="1000" xpath="//flow/block[2]/lineArea[1]/inlineparent/@padding-before"/>
  190. <eval expected="5000" xpath="//flow/block[2]/lineArea[1]/inlineparent/@padding-start"/>
  191. <eval expected="335720" xpath="//flow/block[2]/lineArea[2]/inlineparent/@ipd"/>
  192. <eval expected="335720" xpath="//flow/block[2]/lineArea[2]/inlineparent/@ipda"/>
  193. <eval expected="0" xpath="//flow/block[2]/lineArea[2]/inlineparent/@offset"/>
  194. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[2]/inlineparent/@border-after"/>
  195. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[2]/inlineparent/@border-before"/>
  196. <eval expected="1000" xpath="//flow/block[2]/lineArea[2]/inlineparent/@padding-after"/>
  197. <eval expected="1000" xpath="//flow/block[2]/lineArea[2]/inlineparent/@padding-before"/>
  198. <eval expected="35570" xpath="//flow/block[2]/lineArea[3]/inlineparent/@ipd"/>
  199. <eval expected="39570" xpath="//flow/block[2]/lineArea[3]/inlineparent/@ipda"/>
  200. <eval expected="0" xpath="//flow/block[2]/lineArea[3]/inlineparent/@offset"/>
  201. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[3]/inlineparent/@border-after"/>
  202. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[3]/inlineparent/@border-before"/>
  203. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[2]/lineArea[3]/inlineparent/@border-end"/>
  204. <eval expected="1000" xpath="//flow/block[2]/lineArea[3]/inlineparent/@padding-after"/>
  205. <eval expected="1000" xpath="//flow/block[2]/lineArea[3]/inlineparent/@padding-before"/>
  206. <eval expected="3000" xpath="//flow/block[2]/lineArea[3]/inlineparent/@padding-end"/>
  207. <eval expected="262613" xpath="//flow/block[3]/lineArea[1]/inlineparent/@ipd"/>
  208. <eval expected="268613" xpath="//flow/block[3]/lineArea[1]/inlineparent/@ipda"/>
  209. <eval expected="0" xpath="//flow/block[3]/lineArea[1]/inlineparent/@offset"/>
  210. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[3]/lineArea[1]/inlineparent/@border-after"/>
  211. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[3]/lineArea[1]/inlineparent/@border-before"/>
  212. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[3]/lineArea[1]/inlineparent/@border-start"/>
  213. <eval expected="1000" xpath="//flow/block[3]/lineArea[1]/inlineparent/@padding-after"/>
  214. <eval expected="1000" xpath="//flow/block[3]/lineArea[1]/inlineparent/@padding-before"/>
  215. <eval expected="5000" xpath="//flow/block[3]/lineArea[1]/inlineparent/@padding-start"/>
  216. <eval expected="350000" xpath="//flow/block[3]/lineArea[2]/inlineparent/@ipd"/>
  217. <eval expected="350000" xpath="//flow/block[3]/lineArea[2]/inlineparent/@ipda"/>
  218. <eval expected="0" xpath="//flow/block[3]/lineArea[2]/inlineparent/@offset"/>
  219. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[3]/lineArea[2]/inlineparent/@border-after"/>
  220. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[3]/lineArea[2]/inlineparent/@border-before"/>
  221. <eval expected="1000" xpath="//flow/block[3]/lineArea[2]/inlineparent/@padding-after"/>
  222. <eval expected="1000" xpath="//flow/block[3]/lineArea[2]/inlineparent/@padding-before"/>
  223. <eval expected="35570" xpath="//flow/block[3]/lineArea[3]/inlineparent/@ipd"/>
  224. <eval expected="39570" xpath="//flow/block[3]/lineArea[3]/inlineparent/@ipda"/>
  225. <eval expected="0" xpath="//flow/block[3]/lineArea[3]/inlineparent/@offset"/>
  226. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[3]/lineArea[3]/inlineparent/@border-after"/>
  227. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[3]/lineArea[3]/inlineparent/@border-before"/>
  228. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[3]/lineArea[3]/inlineparent/@border-end"/>
  229. <eval expected="1000" xpath="//flow/block[3]/lineArea[3]/inlineparent/@padding-after"/>
  230. <eval expected="1000" xpath="//flow/block[3]/lineArea[3]/inlineparent/@padding-before"/>
  231. <eval expected="3000" xpath="//flow/block[3]/lineArea[3]/inlineparent/@padding-end"/>
  232. <eval expected="216190" xpath="//flow/block[4]/lineArea[1]/inlineparent/@ipd"/>
  233. <eval expected="222190" xpath="//flow/block[4]/lineArea[1]/inlineparent/@ipda"/>
  234. <eval expected="0" xpath="//flow/block[4]/lineArea[1]/inlineparent/@offset"/>
  235. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[4]/lineArea[1]/inlineparent/@border-after"/>
  236. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[4]/lineArea[1]/inlineparent/@border-before"/>
  237. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[4]/lineArea[1]/inlineparent/@border-start"/>
  238. <eval expected="1000" xpath="//flow/block[4]/lineArea[1]/inlineparent/@padding-after"/>
  239. <eval expected="1000" xpath="//flow/block[4]/lineArea[1]/inlineparent/@padding-before"/>
  240. <eval expected="5000" xpath="//flow/block[4]/lineArea[1]/inlineparent/@padding-start"/>
  241. <eval expected="310170" xpath="//flow/block[4]/lineArea[2]/inlineparent/@ipd"/>
  242. <eval expected="310170" xpath="//flow/block[4]/lineArea[2]/inlineparent/@ipda"/>
  243. <eval expected="0" xpath="//flow/block[4]/lineArea[2]/inlineparent/@offset"/>
  244. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[4]/lineArea[2]/inlineparent/@border-after"/>
  245. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[4]/lineArea[2]/inlineparent/@border-before"/>
  246. <eval expected="1000" xpath="//flow/block[4]/lineArea[2]/inlineparent/@padding-after"/>
  247. <eval expected="1000" xpath="//flow/block[4]/lineArea[2]/inlineparent/@padding-before"/>
  248. <eval expected="100030" xpath="//flow/block[4]/lineArea[3]/inlineparent/@ipd"/>
  249. <eval expected="104030" xpath="//flow/block[4]/lineArea[3]/inlineparent/@ipda"/>
  250. <eval expected="0" xpath="//flow/block[4]/lineArea[3]/inlineparent/@offset"/>
  251. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[4]/lineArea[3]/inlineparent/@border-after"/>
  252. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[4]/lineArea[3]/inlineparent/@border-before"/>
  253. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[4]/lineArea[3]/inlineparent/@border-end"/>
  254. <eval expected="1000" xpath="//flow/block[4]/lineArea[3]/inlineparent/@padding-after"/>
  255. <eval expected="1000" xpath="//flow/block[4]/lineArea[3]/inlineparent/@padding-before"/>
  256. <eval expected="3000" xpath="//flow/block[4]/lineArea[3]/inlineparent/@padding-end"/>
  257. <eval expected="255100" xpath="//flow/block[5]/lineArea[1]/inlineparent/@ipd"/>
  258. <eval expected="265100" xpath="//flow/block[5]/lineArea[1]/inlineparent/@ipda"/>
  259. <eval expected="0" xpath="//flow/block[5]/lineArea[1]/inlineparent/@offset"/>
  260. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[1]/inlineparent/@border-after"/>
  261. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[1]/inlineparent/@border-before"/>
  262. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[1]/inlineparent/@border-end"/>
  263. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[1]/inlineparent/@border-start"/>
  264. <eval expected="1000" xpath="//flow/block[5]/lineArea[1]/inlineparent/@padding-after"/>
  265. <eval expected="1000" xpath="//flow/block[5]/lineArea[1]/inlineparent/@padding-before"/>
  266. <eval expected="3000" xpath="//flow/block[5]/lineArea[1]/inlineparent/@padding-end"/>
  267. <eval expected="5000" xpath="//flow/block[5]/lineArea[1]/inlineparent/@padding-start"/>
  268. <eval expected="335720" xpath="//flow/block[5]/lineArea[2]/inlineparent/@ipd"/>
  269. <eval expected="345720" xpath="//flow/block[5]/lineArea[2]/inlineparent/@ipda"/>
  270. <eval expected="0" xpath="//flow/block[5]/lineArea[2]/inlineparent/@offset"/>
  271. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[2]/inlineparent/@border-after"/>
  272. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[2]/inlineparent/@border-before"/>
  273. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[2]/inlineparent/@border-end"/>
  274. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[2]/inlineparent/@border-start"/>
  275. <eval expected="1000" xpath="//flow/block[5]/lineArea[2]/inlineparent/@padding-after"/>
  276. <eval expected="1000" xpath="//flow/block[5]/lineArea[2]/inlineparent/@padding-before"/>
  277. <eval expected="3000" xpath="//flow/block[5]/lineArea[2]/inlineparent/@padding-end"/>
  278. <eval expected="5000" xpath="//flow/block[5]/lineArea[2]/inlineparent/@padding-start"/>
  279. <eval expected="35570" xpath="//flow/block[5]/lineArea[3]/inlineparent/@ipd"/>
  280. <eval expected="45570" xpath="//flow/block[5]/lineArea[3]/inlineparent/@ipda"/>
  281. <eval expected="0" xpath="//flow/block[5]/lineArea[3]/inlineparent/@offset"/>
  282. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[3]/inlineparent/@border-after"/>
  283. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[3]/inlineparent/@border-before"/>
  284. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[3]/inlineparent/@border-end"/>
  285. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[5]/lineArea[3]/inlineparent/@border-start"/>
  286. <eval expected="1000" xpath="//flow/block[5]/lineArea[3]/inlineparent/@padding-after"/>
  287. <eval expected="1000" xpath="//flow/block[5]/lineArea[3]/inlineparent/@padding-before"/>
  288. <eval expected="3000" xpath="//flow/block[5]/lineArea[3]/inlineparent/@padding-end"/>
  289. <eval expected="5000" xpath="//flow/block[5]/lineArea[3]/inlineparent/@padding-start"/>
  290. <eval expected="255100" xpath="//flow/block[6]/lineArea[1]/inlineparent/@ipd"/>
  291. <eval expected="265100" xpath="//flow/block[6]/lineArea[1]/inlineparent/@ipda"/>
  292. <eval expected="0" xpath="//flow/block[6]/lineArea[1]/inlineparent/@offset"/>
  293. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[1]/inlineparent/@border-after"/>
  294. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[1]/inlineparent/@border-before"/>
  295. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[1]/inlineparent/@border-end"/>
  296. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[1]/inlineparent/@border-start"/>
  297. <eval expected="1000" xpath="//flow/block[6]/lineArea[1]/inlineparent/@padding-after"/>
  298. <eval expected="1000" xpath="//flow/block[6]/lineArea[1]/inlineparent/@padding-before"/>
  299. <eval expected="3000" xpath="//flow/block[6]/lineArea[1]/inlineparent/@padding-end"/>
  300. <eval expected="5000" xpath="//flow/block[6]/lineArea[1]/inlineparent/@padding-start"/>
  301. <eval expected="335720" xpath="//flow/block[6]/lineArea[2]/inlineparent/@ipd"/>
  302. <eval expected="345720" xpath="//flow/block[6]/lineArea[2]/inlineparent/@ipda"/>
  303. <eval expected="0" xpath="//flow/block[6]/lineArea[2]/inlineparent/@offset"/>
  304. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[2]/inlineparent/@border-after"/>
  305. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[2]/inlineparent/@border-before"/>
  306. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[2]/inlineparent/@border-end"/>
  307. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[2]/inlineparent/@border-start"/>
  308. <eval expected="1000" xpath="//flow/block[6]/lineArea[2]/inlineparent/@padding-after"/>
  309. <eval expected="1000" xpath="//flow/block[6]/lineArea[2]/inlineparent/@padding-before"/>
  310. <eval expected="3000" xpath="//flow/block[6]/lineArea[2]/inlineparent/@padding-end"/>
  311. <eval expected="5000" xpath="//flow/block[6]/lineArea[2]/inlineparent/@padding-start"/>
  312. <eval expected="35570" xpath="//flow/block[6]/lineArea[3]/inlineparent/@ipd"/>
  313. <eval expected="45570" xpath="//flow/block[6]/lineArea[3]/inlineparent/@ipda"/>
  314. <eval expected="0" xpath="//flow/block[6]/lineArea[3]/inlineparent/@offset"/>
  315. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[3]/inlineparent/@border-after"/>
  316. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[3]/inlineparent/@border-before"/>
  317. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[3]/inlineparent/@border-end"/>
  318. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[6]/lineArea[3]/inlineparent/@border-start"/>
  319. <eval expected="1000" xpath="//flow/block[6]/lineArea[3]/inlineparent/@padding-after"/>
  320. <eval expected="1000" xpath="//flow/block[6]/lineArea[3]/inlineparent/@padding-before"/>
  321. <eval expected="3000" xpath="//flow/block[6]/lineArea[3]/inlineparent/@padding-end"/>
  322. <eval expected="5000" xpath="//flow/block[6]/lineArea[3]/inlineparent/@padding-start"/>
  323. <eval expected="259229" xpath="//flow/block[7]/lineArea[1]/inlineparent/@ipd"/>
  324. <eval expected="269229" xpath="//flow/block[7]/lineArea[1]/inlineparent/@ipda"/>
  325. <eval expected="0" xpath="//flow/block[7]/lineArea[1]/inlineparent/@offset"/>
  326. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[1]/inlineparent/@border-after"/>
  327. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[1]/inlineparent/@border-before"/>
  328. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[1]/inlineparent/@border-end"/>
  329. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[1]/inlineparent/@border-start"/>
  330. <eval expected="1000" xpath="//flow/block[7]/lineArea[1]/inlineparent/@padding-after"/>
  331. <eval expected="1000" xpath="//flow/block[7]/lineArea[1]/inlineparent/@padding-before"/>
  332. <eval expected="3000" xpath="//flow/block[7]/lineArea[1]/inlineparent/@padding-end"/>
  333. <eval expected="5000" xpath="//flow/block[7]/lineArea[1]/inlineparent/@padding-start"/>
  334. <eval expected="340000" xpath="//flow/block[7]/lineArea[2]/inlineparent/@ipd"/>
  335. <eval expected="350000" xpath="//flow/block[7]/lineArea[2]/inlineparent/@ipda"/>
  336. <eval expected="0" xpath="//flow/block[7]/lineArea[2]/inlineparent/@offset"/>
  337. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[2]/inlineparent/@border-after"/>
  338. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[2]/inlineparent/@border-before"/>
  339. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[2]/inlineparent/@border-end"/>
  340. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[2]/inlineparent/@border-start"/>
  341. <eval expected="1000" xpath="//flow/block[7]/lineArea[2]/inlineparent/@padding-after"/>
  342. <eval expected="1000" xpath="//flow/block[7]/lineArea[2]/inlineparent/@padding-before"/>
  343. <eval expected="3000" xpath="//flow/block[7]/lineArea[2]/inlineparent/@padding-end"/>
  344. <eval expected="5000" xpath="//flow/block[7]/lineArea[2]/inlineparent/@padding-start"/>
  345. <eval expected="35570" xpath="//flow/block[7]/lineArea[3]/inlineparent/@ipd"/>
  346. <eval expected="45570" xpath="//flow/block[7]/lineArea[3]/inlineparent/@ipda"/>
  347. <eval expected="0" xpath="//flow/block[7]/lineArea[3]/inlineparent/@offset"/>
  348. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[3]/inlineparent/@border-after"/>
  349. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[3]/inlineparent/@border-before"/>
  350. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[3]/inlineparent/@border-end"/>
  351. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[7]/lineArea[3]/inlineparent/@border-start"/>
  352. <eval expected="1000" xpath="//flow/block[7]/lineArea[3]/inlineparent/@padding-after"/>
  353. <eval expected="1000" xpath="//flow/block[7]/lineArea[3]/inlineparent/@padding-before"/>
  354. <eval expected="3000" xpath="//flow/block[7]/lineArea[3]/inlineparent/@padding-end"/>
  355. <eval expected="5000" xpath="//flow/block[7]/lineArea[3]/inlineparent/@padding-start"/>
  356. <eval expected="216190" xpath="//flow/block[8]/lineArea[1]/inlineparent/@ipd"/>
  357. <eval expected="226190" xpath="//flow/block[8]/lineArea[1]/inlineparent/@ipda"/>
  358. <eval expected="0" xpath="//flow/block[8]/lineArea[1]/inlineparent/@offset"/>
  359. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[1]/inlineparent/@border-after"/>
  360. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[1]/inlineparent/@border-before"/>
  361. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[1]/inlineparent/@border-end"/>
  362. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[1]/inlineparent/@border-start"/>
  363. <eval expected="1000" xpath="//flow/block[8]/lineArea[1]/inlineparent/@padding-after"/>
  364. <eval expected="1000" xpath="//flow/block[8]/lineArea[1]/inlineparent/@padding-before"/>
  365. <eval expected="3000" xpath="//flow/block[8]/lineArea[1]/inlineparent/@padding-end"/>
  366. <eval expected="5000" xpath="//flow/block[8]/lineArea[1]/inlineparent/@padding-start"/>
  367. <eval expected="299050" xpath="//flow/block[8]/lineArea[2]/inlineparent/@ipd"/>
  368. <eval expected="309050" xpath="//flow/block[8]/lineArea[2]/inlineparent/@ipda"/>
  369. <eval expected="0" xpath="//flow/block[8]/lineArea[2]/inlineparent/@offset"/>
  370. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[2]/inlineparent/@border-after"/>
  371. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[2]/inlineparent/@border-before"/>
  372. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[2]/inlineparent/@border-end"/>
  373. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[2]/inlineparent/@border-start"/>
  374. <eval expected="1000" xpath="//flow/block[8]/lineArea[2]/inlineparent/@padding-after"/>
  375. <eval expected="1000" xpath="//flow/block[8]/lineArea[2]/inlineparent/@padding-before"/>
  376. <eval expected="3000" xpath="//flow/block[8]/lineArea[2]/inlineparent/@padding-end"/>
  377. <eval expected="5000" xpath="//flow/block[8]/lineArea[2]/inlineparent/@padding-start"/>
  378. <eval expected="111150" xpath="//flow/block[8]/lineArea[3]/inlineparent/@ipd"/>
  379. <eval expected="121150" xpath="//flow/block[8]/lineArea[3]/inlineparent/@ipda"/>
  380. <eval expected="0" xpath="//flow/block[8]/lineArea[3]/inlineparent/@offset"/>
  381. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[3]/inlineparent/@border-after"/>
  382. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[3]/inlineparent/@border-before"/>
  383. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[3]/inlineparent/@border-end"/>
  384. <eval expected="(solid,#ff0000,1000)" xpath="//flow/block[8]/lineArea[3]/inlineparent/@border-start"/>
  385. <eval expected="1000" xpath="//flow/block[8]/lineArea[3]/inlineparent/@padding-after"/>
  386. <eval expected="1000" xpath="//flow/block[8]/lineArea[3]/inlineparent/@padding-before"/>
  387. <eval expected="3000" xpath="//flow/block[8]/lineArea[3]/inlineparent/@padding-end"/>
  388. <eval expected="5000" xpath="//flow/block[8]/lineArea[3]/inlineparent/@padding-start"/>
  389. </checks>
  390. </testcase>