Browse Source

Tests: Aligned IconView manual test to changes in ckeditor/ckeditor5-theme-lark#207. [skip ci]

Aleksander Nowodzinski 6 years ago
parent
commit
51f5229726
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/ckeditor5-ui/tests/manual/icon/icon.js

+ 3 - 3
packages/ckeditor5-ui/tests/manual/icon/icon.js

@@ -12,7 +12,7 @@ const icon = `<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg">
 	5.002v9.996C17 15.55 16.55 16 15.993 16H4.007A1.01 1.01 0 0 1 3 14.998V5.002zm1.024
 	10H16v-3.096l-2.89-4.263-3.096 5.257-3.003-2.103L4 13.96l.024 1.043zM6.406 6A1.4 1.4 0 0 0 5
 	7.393a1.4 1.4 0 0 0 1.406 1.393 1.4 1.4 0 0 0 1.407-1.393A1.4 1.4 0 0 0 6.406 6z"
-	fill="#454545" fill-rule="evenodd"/>
+	fill-rule="evenodd"/>
 </svg>`;
 
 const iconDirty = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
@@ -25,7 +25,7 @@ const iconDirty = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 	5.002v9.996C17 15.55 16.55 16 15.993 16H4.007A1.01 1.01 0 0 1 3 14.998V5.002zm1.024
 	10H16v-3.096l-2.89-4.263-3.096 5.257-3.003-2.103L4 13.96l.024 1.043zM6.406 6A1.4 1.4 0 0 0 5
 	7.393a1.4 1.4 0 0 0 1.406 1.393 1.4 1.4 0 0 0 1.407-1.393A1.4 1.4 0 0 0 6.406 6z"
-	fill="#454545" fill-rule="evenodd"/>
+	fill-rule="evenodd"/>
 </svg>`;
 
 const iconViewBox = `<svg viewBox="0 0 35 35" xmlns="http://www.w3.org/2000/svg">
@@ -33,7 +33,7 @@ const iconViewBox = `<svg viewBox="0 0 35 35" xmlns="http://www.w3.org/2000/svg"
 0-3.49-3.51H6.99A3.5 3.5 0 0 0 3.5 8.76v17.48zM5.25 8.753C5.25 7.787 6.038 7 7.012 7h20.976a1.767 1.767 0 0
 1 1.762 1.753v17.494c0 .965-.788 1.753-1.762 1.753H7.012a1.767 1.767 0 0 1-1.762-1.753V8.753zm1.792
 17.5H28v-5.419l-5.058-7.46-5.418 9.2-5.255-3.68L7 24.43l.042 1.825v-.002zM11.21 10.5a2.45 2.45 0 0 0-2.46
-2.438 2.45 2.45 0 0 0 2.46 2.438 2.45 2.45 0 0 0 2.463-2.438A2.45 2.45 0 0 0 11.21 10.5z" fill="#454545"
+2.438 2.45 2.45 0 0 0 2.46 2.438 2.45 2.45 0 0 0 2.463-2.438A2.45 2.45 0 0 0 11.21 10.5z"
 fill-rule="evenodd"/></svg>`;
 
 const ui = testUtils.createTestUIView( {