diff --git a/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/tests/insert.py b/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/tests/insert.py
index edf602ad712..a2e79c27c86 100644
--- a/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/tests/insert.py
+++ b/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/tests/insert.py
@@ -165,34 +165,34 @@ INSERT_TESTS = {
'tests': [
{ 'id': 'IIMG:url_TEXT-1_SC',
'rte1-id': 'a-insertimage-0',
- 'desc': 'Insert image with URL "http://goo.gl/bar.png"',
- 'value': 'http://goo.gl/bar.png',
+ 'desc': 'Insert image with URL "bar.png"',
+ 'value': 'bar.png',
'checkAttrs': True,
'pad': 'foo^bar',
- 'expected': [ 'foo|bar',
- 'foo^bar' ] },
+ 'expected': [ 'foo|bar',
+ 'foo^bar' ] },
{ 'id': 'IIMG:url_IMG-1_SO',
'desc': 'Change existing image to new URL, selection on ',
- 'value': 'http://baz.com/quz.png',
+ 'value': 'quz.png',
'checkAttrs': True,
- 'pad': 'foo{}bar',
- 'expected': [ 'foo|bar',
- 'foo^bar' ] },
+ 'pad': 'foo{}bar',
+ 'expected': [ 'foo|bar',
+ 'foo^bar' ] },
{ 'id': 'IIMG:url_SPAN-IMG-1_SO',
'desc': 'Change existing image to new URL, selection in text surrounding ',
- 'value': 'http://baz.com/quz.png',
+ 'value': 'quz.png',
'checkAttrs': True,
- 'pad': 'foo[]bar',
- 'expected': [ 'foo|bar',
- 'foo^bar' ] },
+ 'pad': 'foo[]bar',
+ 'expected': [ 'foo|bar',
+ 'foo^bar' ] },
{ 'id': 'IIMG:._SPAN-IMG-1_SO',
'desc': 'Remove existing image or URL, selection on ',
'value': '',
'checkAttrs': True,
- 'pad': 'foo{}bar',
+ 'pad': 'foo{}bar',
'expected': [ 'foo^bar',
'foo|bar',
'foo^bar',
@@ -203,7 +203,7 @@ INSERT_TESTS = {
'desc': 'Remove existing image or URL, selection in text surrounding ',
'value': '',
'checkAttrs': True,
- 'pad': 'foo[]bar',
+ 'pad': 'foo[]bar',
'expected': [ 'foo^bar',
'foo|bar',
'foo^bar',