diff options
Diffstat (limited to 'test/layoutengine/hyphenation-testcases')
-rw-r--r-- | test/layoutengine/hyphenation-testcases/block_hyphenation_kerning.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/layoutengine/hyphenation-testcases/block_hyphenation_kerning.xml b/test/layoutengine/hyphenation-testcases/block_hyphenation_kerning.xml index f1f0cbd1e..084f1e685 100644 --- a/test/layoutengine/hyphenation-testcases/block_hyphenation_kerning.xml +++ b/test/layoutengine/hyphenation-testcases/block_hyphenation_kerning.xml @@ -45,6 +45,8 @@ </fo> <checks> <eval expected="1" xpath="count(//pageViewport)"/> + <eval expected="en" xpath="/areaTree/pageSequence/@language"/> + <true xpath="not(boolean(/areaTree/pageSequence/@country))"/> <eval expected="17230" xpath="//flow/block[1]/lineArea[1]/text[1]/@twsadjust"/> <eval expected="-1339" xpath="//flow/block[1]/lineArea[2]/text[1]/@twsadjust"/> |