--- /home/clopez/webkit/webkit/layout-test-results/fast/css/draggable-region-parser-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/fast/css/draggable-region-parser-actual.txt @@ -4,32 +4,32 @@ -PASS parseDraggableRegion('drag') is 'drag' -PASS parseDraggableRegion('no-drag') is 'no-drag' +FAIL parseDraggableRegion('drag') should be drag. Was . +FAIL parseDraggableRegion('no-drag') should be no-drag. Was . Tests for variations in whitespace that are allowed. -PASS parseDraggableRegion(' drag ') is 'drag' -PASS parseDraggableRegion(' no-drag ') is 'no-drag' +FAIL parseDraggableRegion(' drag ') should be drag. Was . +FAIL parseDraggableRegion(' no-drag ') should be no-drag. Was . Tests for case insensitivity. -PASS parseDraggableRegion('Drag') is 'drag' -PASS parseDraggableRegion('DrAG') is 'drag' -PASS parseDraggableRegion('NO-DrAG') is 'no-drag' -PASS parseDraggableRegion('NO-DRAG') is 'no-drag' +FAIL parseDraggableRegion('Drag') should be drag. Was . +FAIL parseDraggableRegion('DrAG') should be drag. Was . +FAIL parseDraggableRegion('NO-DrAG') should be no-drag. Was . +FAIL parseDraggableRegion('NO-DRAG') should be no-drag. Was . Some expected failures. -PASS parseDraggableRegion('') is null -PASS parseDraggableRegion(' ') is null -PASS parseDraggableRegion('x') is null -PASS parseDraggableRegion('x-') is null -PASS parseDraggableRegion('x()') is null -PASS parseDraggableRegion('x(a)') is null -PASS parseDraggableRegion('none x') is null -PASS parseDraggableRegion('none x()') is null -PASS parseDraggableRegion('none x(a)') is null +FAIL parseDraggableRegion('') should be null (of type object). Was (of type string). +FAIL parseDraggableRegion(' ') should be null (of type object). Was (of type string). +FAIL parseDraggableRegion('x') should be null (of type object). Was (of type string). +FAIL parseDraggableRegion('x-') should be null (of type object). Was (of type string). +FAIL parseDraggableRegion('x()') should be null (of type object). Was (of type string). +FAIL parseDraggableRegion('x(a)') should be null (of type object). Was (of type string). +FAIL parseDraggableRegion('none x') should be null (of type object). Was (of type string). +FAIL parseDraggableRegion('none x()') should be null (of type object). Was (of type string). +FAIL parseDraggableRegion('none x(a)') should be null (of type object). Was (of type string). PASS successfullyParsed is true