Skip to content

Commit

Permalink
Ignore image related tests on edge. Improve expected edge content, as…
Browse files Browse the repository at this point in the history
… fonts are now much better detected and adjust to fonts present in the editor.
  • Loading branch information
Mateusz Samsel committed Nov 21, 2019
1 parent c0b6df7 commit 88c0506
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion tests/plugins/pastefromlibreoffice/generated/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'Images/Linked_image': true,
'Images/Transformed': true
},
ignoreAll: ( CKEDITOR.env.ie && CKEDITOR.env.version <= 11 ) || bender.tools.env.mobile,
ignoreAll: CKEDITOR.env.ie || bender.tools.env.mobile,
includeRTF: true
} ) );
} )();
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'Images/Linked_image': true,
'Images/Transformed': true
},
ignoreAll: ( CKEDITOR.env.ie && CKEDITOR.env.version <= 11 ) || bender.tools.env.mobile,
ignoreAll: CKEDITOR.env.ie || bender.tools.env.mobile,
includeRTF: true
} ) );
} )();
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</span>
</span>
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">this</font>
</font>
</font>
Expand All @@ -31,7 +31,7 @@
</span>
</span>
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">is</font>
</font>
</font>
Expand All @@ -50,7 +50,7 @@
</span>
</span>
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">a</font>
</font>
</font>
Expand All @@ -69,7 +69,7 @@
</span>
</span>
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">one</font>
</font>
</font>
Expand All @@ -88,7 +88,7 @@
</span>
</span>
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">level</font>
</font>
</font>
Expand All @@ -107,7 +107,7 @@
</span>
</span>
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">unordered</font>
</font>
</font>
Expand All @@ -126,7 +126,7 @@
</span>
</span>
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">list</font>
</font>
</font>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
<ul>
<li style="margin-bottom:16px; margin-left:48px; margin-top:16px">
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">this</font>
</font>
</font>
</li>
<li style="margin-bottom:16px; margin-left:48px; margin-top:16px">
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">is</font>
</font>
</font>
</li>
<li style="margin-bottom:16px; margin-left:48px; margin-top:16px">
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">a</font>
</font>
</font>
</li>
<li style="margin-bottom:16px; margin-left:48px; margin-top:16px">
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">one</font>
</font>
</font>
</li>
<li style="margin-bottom:16px; margin-left:48px; margin-top:16px">
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">level</font>
</font>
</font>
</li>
<li style="margin-bottom:16px; margin-left:48px; margin-top:16px">
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">unordered</font>
</font>
</font>
</li>
<li style="margin-bottom:16px; margin-left:48px; margin-top:16px">
<font color="#000000">
<font face="times new roman">
<font face="times new roman, times, serif">
<font size="3">list</font>
</font>
</font>
Expand Down

0 comments on commit 88c0506

Please sign in to comment.