diff options
Diffstat (limited to 'test/layoutengine/testcases/page-master4.xml')
-rw-r--r-- | test/layoutengine/testcases/page-master4.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/layoutengine/testcases/page-master4.xml b/test/layoutengine/testcases/page-master4.xml index f5d730d04..39c662a57 100644 --- a/test/layoutengine/testcases/page-master4.xml +++ b/test/layoutengine/testcases/page-master4.xml @@ -64,25 +64,25 @@ <eval expected="20000" xpath="//regionBefore/@bpda"/> <eval expected="300000" xpath="//regionBefore/@ipda"/> - <eval expected="color=#ffcccc,repeat=0,horiz=0,vertical=0" xpath="//regionBefore/../@background"/> + <eval expected="color=#ffcccc" xpath="//regionBefore/../@background"/> <eval expected="20000" xpath="//regionAfter/@bpda"/> <eval expected="340000" xpath="//regionAfter/@ipda"/> <!-- 360pt due to precendence --> - <eval expected="color=#cccccc,repeat=0,horiz=0,vertical=0" xpath="//regionAfter/../@background"/> + <eval expected="color=#cccccc" xpath="//regionAfter/../@background"/> <eval expected="320000" xpath="//regionStart/@bpda"/> <eval expected="20000" xpath="//regionStart/@ipda"/> - <eval expected="color=#ccffcc,repeat=0,horiz=0,vertical=0" xpath="//regionStart/../@background"/> + <eval expected="color=#ccffcc" xpath="//regionStart/../@background"/> <eval expected="20000" xpath="//regionEnd/@bpda"/> <eval expected="320000" xpath="//regionEnd/@ipda"/> <!-- bpd and ipd flipped due to reference-orientation --> - <eval expected="color=#ccccff,repeat=0,horiz=0,vertical=0" xpath="//regionEnd/../@background"/> + <eval expected="color=#ccccff" xpath="//regionEnd/../@background"/> <eval expected="280000" xpath="//regionBody/@bpda"/> <eval expected="280000" xpath="//regionBody/@ipda"/> - <eval expected="color=#ffffcc,repeat=0,horiz=0,vertical=0" xpath="//regionBody/../@background"/> + <eval expected="color=#ffffcc" xpath="//regionBody/../@background"/> </checks> </testcase> |