未验证 提交 eb1637a9 编写于 作者: O openharmony_ci 提交者: Gitee

!9063 Change markAnchor offset XTS default value

Merge pull request !9063 from wangchao/master
...@@ -139,7 +139,7 @@ export default function defaultTest() { ...@@ -139,7 +139,7 @@ export default function defaultTest() {
exceptView: ['RichText', 'Web'], exceptView: ['RichText', 'Web'],
expectValue: { expectValue: {
markAnchor: { markAnchor: {
x: '0.0px', y: '0.0px' x: '', y: ''
} }
} }
}, { }, {
...@@ -147,7 +147,7 @@ export default function defaultTest() { ...@@ -147,7 +147,7 @@ export default function defaultTest() {
exceptView: ['RichText', 'Web'], exceptView: ['RichText', 'Web'],
expectValue: { expectValue: {
offset: { offset: {
x: '0.0px', y: '0.0px' x: '', y: ''
} }
} }
}] }]
...@@ -189,4 +189,4 @@ export default function defaultTest() { ...@@ -189,4 +189,4 @@ export default function defaultTest() {
} }
}); });
}) })
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册