Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-border-image-slice-expected.txt
index 47e59ae..93879c5 100644 (file)
@@ -4,47 +4,26 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 
 
 PASS computedStyle.getPropertyValue('border-image-slice') is '10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10'
 PASS computedStyle.getPropertyValue('border-image-slice') is '30%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%'
 PASS computedStyle.getPropertyValue('border-image-slice') is '10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10'
 PASS computedStyle.getPropertyValue('border-image-slice') is '10 30%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 30%'
 PASS computedStyle.getPropertyValue('border-image-slice') is '30%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%'
 PASS computedStyle.getPropertyValue('border-image-slice') is '10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10'
 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 10 10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% 10 10'
 PASS computedStyle.getPropertyValue('border-image-slice') is '10 30%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 30%'
 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 30% 30% 10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% 30% 30% 10'
 PASS computedStyle.getPropertyValue('border-image-slice') is '10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10'
 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 30% 30% 10'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% 30% 30% 10'
 PASS computedStyle.getPropertyValue('border-image-slice') is '30%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%'
 PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% fill'
 PASS computedStyle.getPropertyValue('border-image-slice') is '10 fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 fill'
 PASS computedStyle.getPropertyValue('border-image-slice') is '2 4 8% 16% fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '2 4 8% 16% fill'
 PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% fill'
 PASS computedStyle.getPropertyValue('border-image-slice') is '10 fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 fill'
 PASS computedStyle.getPropertyValue('border-image-slice') is '2 4 8% 16% fill'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '2 4 8% 16% fill'
 PASS computedStyle.getPropertyValue('border-image-slice') is '100%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%'
 PASS computedStyle.getPropertyValue('border-image-slice') is '100%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%'
 PASS computedStyle.getPropertyValue('border-image-slice') is '100%'
-PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%'
 PASS successfullyParsed is true
 
 TEST COMPLETE