weibt

Results 4 issues of weibt

看到 src/main/resources/spring/ctx-module-activiti.xml 中有设置字体为宋体,linux系统下默认是没有宋体的,看是否有更好的解决方案,或者字体能不能设置多个,让不同的系统下都能正常渲染流程图。 环境: Linux默认安装英文版,无中文字符集,然后通过设置中文字符集,也无效果,安装文泉雅黑、文泉正黑等字体,然后设置,依然乱码。 另有一台Linux,默认安装的是中文系统,则可正常渲染流程图。

Can not work on idea 2017.2. ![image](https://user-images.githubusercontent.com/4394281/33300377-ea9990f8-d42a-11e7-88ec-38058d4fb3e3.png)

**Code** ```js test('mytest', () => { const div = document.createElement('div') div.innerText = 'a' expect(div.innerHTML).toBe('<b>a</b>') expect(div.outerHTML).toBe('<b>a</b>') }) ``` **Expected behavior** In a typical browser environment, this test case should pass. But...

bug