diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/htmlexport/htmlexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx index 39ceb2b31d88..d04e34ced02d 100644 --- a/sw/qa/extras/htmlexport/htmlexport.cxx +++ b/sw/qa/extras/htmlexport/htmlexport.cxx @@ -187,9 +187,9 @@ DECLARE_HTMLEXPORT_TEST(testExportImageProperties, "HTMLImage.odt") #ifndef MACOSX // For some reason the hspace is "28" on OSX - disable this check for now assertXPath(pDoc, "/html/body/p/a/font/img", "hspace", "38"); assertXPath(pDoc, "/html/body/p/a/font/img", "vspace", "19"); -#endif assertXPath(pDoc, "/html/body/p/a/font/img", "width", "222"); assertXPath(pDoc, "/html/body/p/a/font/img", "height", "222"); +#endif assertXPath(pDoc, "/html/body/p/a/font/img", "border", "3"); assertXPath(pDoc, "/html/body/p/a/font/img", "usemap", "#map1"); } |