blob: a30ed64cdb18f8bb41ef68a5b2a8706e8bdecb2d [file] [log] [blame]
ooxml.word.create
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link href="reset.css" rel="stylesheet"/>
<style>
#include "common.css"
</style>
</head>
<body>
<p class="Normal">
<span>A</span><span><span class="uxwrite-tab"></span>B</span><span><span class="uxwrite-tab"></span>C</span><span><span class="uxwrite-tab"></span>D</span>
</p>
</body>
</html>
#item expected
##item document.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:body>
<w:p>
<w:r>
<w:t>A</w:t>
<w:tab/>
<w:t>B</w:t>
<w:tab/>
<w:t>C</w:t>
<w:tab/>
<w:t>D</w:t>
</w:r>
</w:p>
<w:sectPr>
<w:pgSz w:h="16840" w:w="11900"/>
<w:pgMar w:bottom="1440" w:left="1800" w:right="1800" w:top="1440"/>
</w:sectPr>
</w:body>
</w:document>
##item styles.xml
#include "styles-created.xml"