createSection(); $section->addImage( PHPWORD_TESTS_DIR_ROOT . '/_files/images/earth.jpg', array( 'marginTop' => -1, 'marginLeft' => -1, 'wrappingStyle' => 'behind' ) ); $doc = TestHelperDOCX::getDocument($PHPWord); $element = $doc->getElement('/w:document/w:body/w:p/w:r/w:pict/v:shape'); $style = $element->getAttribute('style'); $this->assertRegExp('/z\-index:\-[0-9]*/', $style); $this->assertRegExp('/position:absolute;/', $style); } }