Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-webkit-columns-shorthand-expected.txt
index c2033c8..39629ad 100644 (file)
@@ -1,44 +1,14 @@
-Test to make sure -webkit-columns property returns CSSValueList properly.
+Tests that the -webkit-columns shorthand is computed properly.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
 PASS computedStyle.getPropertyValue('-webkit-columns') is "10px 2"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').toString() is "[object CSSValueList]"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').cssText is "10px 2"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').length is 2
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(0).getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(1).getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 2
 PASS computedStyle.getPropertyValue('-webkit-columns') is "10px auto"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').toString() is "[object CSSValueList]"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').cssText is "10px auto"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').length is 2
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(0).getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(1).getStringValue() is "auto"
 PASS computedStyle.getPropertyValue('-webkit-columns') is "auto 2"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').toString() is "[object CSSValueList]"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').cssText is "auto 2"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').length is 2
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(0).getStringValue() is "auto"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(1).getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 2
 PASS computedStyle.getPropertyValue('-webkit-columns') is "auto 2"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').toString() is "[object CSSValueList]"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').cssText is "auto 2"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').length is 2
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(0).getStringValue() is "auto"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(1).getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 2
 PASS computedStyle.getPropertyValue('-webkit-columns') is "auto auto"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').toString() is "[object CSSValueList]"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').cssText is "auto auto"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').length is 2
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(0).getStringValue() is "auto"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(1).getStringValue() is "auto"
 PASS computedStyle.getPropertyValue('-webkit-columns') is "10px auto"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').toString() is "[object CSSValueList]"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').cssText is "10px auto"
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').length is 2
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(0).getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
-PASS computedStyle.getPropertyCSSValue('-webkit-columns').item(1).getStringValue() is "auto"
 PASS successfullyParsed is true
 
 TEST COMPLETE