Kaydet (Commit) 26967802 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Not only hspace, vspace but also width, height

cf.
<http://lists.freedesktop.org/archives/libreoffice/2014-September/063550.html>
"CppunitTest_sw_htmlexport failures on Mac (was: Tinderbox failure, MacOSX-10.8
at 21-10.7SDK, MASTER, last success: 2014-09-21 21:55:50)"

Change-Id: Iab5123a6b0b91d23c5caf4083279de55d1148cfc
üst b71204f6
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment