@@ -298,7 +298,7 @@ describe('image hover:', function() {
298
298
. then ( function ( ) { _hover ( 205 , 125 ) ; } )
299
299
. then ( function ( ) {
300
300
assertHoverLabelContent ( {
301
- nums : 'x: 25.5\ny: 14.5\nz: [54, 136, 153]\n<tspan style="text-transform:uppercase">rgb</tspan> : [54, 136, 153]' ,
301
+ nums : 'x: 25.5\ny: 14.5\nz: [54, 136, 153]\nRGB : [54, 136, 153]' ,
302
302
name : ''
303
303
} ) ;
304
304
} )
@@ -312,7 +312,7 @@ describe('image hover:', function() {
312
312
. then ( function ( ) { _hover ( 255 , 295 ) ; } )
313
313
. then ( function ( ) {
314
314
assertHoverLabelContent ( {
315
- nums : 'x: 31.5\ny: 35.5\nz: [128, 77, 54, 254]\n<tspan style="text-transform:uppercase">rgba</tspan> : [128, 77, 54, 1]' ,
315
+ nums : 'x: 31.5\ny: 35.5\nz: [128, 77, 54, 254]\nRGBA : [128, 77, 54, 1]' ,
316
316
name : ''
317
317
} ) ;
318
318
} )
@@ -327,7 +327,7 @@ describe('image hover:', function() {
327
327
. then ( function ( ) { _hover ( 255 , 295 ) ; } )
328
328
. then ( function ( ) {
329
329
assertHoverLabelContent ( {
330
- nums : 'x: 31.5\ny: 35.5\nz: [128, 77, 54]\n<tspan style="text-transform:uppercase">hsl</tspan> : [128°, 77%, 54%]' ,
330
+ nums : 'x: 31.5\ny: 35.5\nz: [128, 77, 54]\nHSL : [128°, 77%, 54%]' ,
331
331
name : ''
332
332
} ) ;
333
333
} )
@@ -342,7 +342,7 @@ describe('image hover:', function() {
342
342
. then ( function ( ) { _hover ( 255 , 295 ) ; } )
343
343
. then ( function ( ) {
344
344
assertHoverLabelContent ( {
345
- nums : 'x: 31.5\ny: 35.5\nz: [128, 77, 54, 254]\n<tspan style="text-transform:uppercase">hsla</tspan> : [128°, 77%, 54%, 1]' ,
345
+ nums : 'x: 31.5\ny: 35.5\nz: [128, 77, 54, 254]\nHSLA : [128°, 77%, 54%, 1]' ,
346
346
name : ''
347
347
} ) ;
348
348
} )
0 commit comments