@@ -298,7 +298,7 @@ describe('image hover:', function() {
298298            . then ( function ( )  { _hover ( 205 ,  125 ) ; } ) 
299299            . then ( function ( )  { 
300300                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]' , 
302302                    name : '' 
303303                } ) ; 
304304            } ) 
@@ -312,7 +312,7 @@ describe('image hover:', function() {
312312            . then ( function ( )  { _hover ( 255 ,  295 ) ; } ) 
313313            . then ( function ( )  { 
314314                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]' , 
316316                    name : '' 
317317                } ) ; 
318318            } ) 
@@ -327,7 +327,7 @@ describe('image hover:', function() {
327327            . then ( function ( )  { _hover ( 255 ,  295 ) ; } ) 
328328            . then ( function ( )  { 
329329                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%]' , 
331331                    name : '' 
332332                } ) ; 
333333            } ) 
@@ -342,7 +342,7 @@ describe('image hover:', function() {
342342            . then ( function ( )  { _hover ( 255 ,  295 ) ; } ) 
343343            . then ( function ( )  { 
344344                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]' , 
346346                    name : '' 
347347                } ) ; 
348348            } ) 
0 commit comments