Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-border-style-shorthand-expected.txt
index 84f6a63..2e25a7e 100644 (file)
@@ -1,22 +1,10 @@
-Test to make sure border-style shorthand property returns CSSValueList properly.
+Tests that the border-style shorthand is computed properly.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
 PASS computedStyle.getPropertyValue('border-style') is 'solid dotted'
-PASS computedStyle.getPropertyCSSValue('border-style').toString() is '[object CSSValueList]'
-PASS computedStyle.getPropertyCSSValue('border-style').length is 2
-PASS computedStyle.getPropertyCSSValue('border-style').cssText is 'solid dotted'
-PASS computedStyle.getPropertyCSSValue('border-style').item(0).getStringValue() is 'solid'
-PASS computedStyle.getPropertyCSSValue('border-style').item(1).getStringValue() is 'dotted'
 PASS computedStyle.getPropertyValue('border-style') is 'solid dotted groove dashed'
-PASS computedStyle.getPropertyCSSValue('border-style').toString() is '[object CSSValueList]'
-PASS computedStyle.getPropertyCSSValue('border-style').length is 4
-PASS computedStyle.getPropertyCSSValue('border-style').cssText is 'solid dotted groove dashed'
-PASS computedStyle.getPropertyCSSValue('border-style').item(0).getStringValue() is 'solid'
-PASS computedStyle.getPropertyCSSValue('border-style').item(1).getStringValue() is 'dotted'
-PASS computedStyle.getPropertyCSSValue('border-style').item(2).getStringValue() is 'groove'
-PASS computedStyle.getPropertyCSSValue('border-style').item(3).getStringValue() is 'dashed'
 PASS successfullyParsed is true
 
 TEST COMPLETE