| Index: LayoutTests/fast/css/style-enumerate-properties-expected.txt
|
| ===================================================================
|
| --- LayoutTests/fast/css/style-enumerate-properties-expected.txt (revision 155922)
|
| +++ LayoutTests/fast/css/style-enumerate-properties-expected.txt (working copy)
|
| @@ -1,11 +1,8 @@
|
| This test makes sure that CSSStyleDeclaration enumerates JavaScript properties for defined and non-defined CSS properties, indexed properties, and properties defined on the prototype. See Bug 23946.
|
| -PASS document.body.style.length is 4
|
| +PASS document.body.style.length is 2
|
| PASS '0' in document.body.style is true
|
| PASS '1' in document.body.style is true
|
| PASS 'textDecoration' in document.body.style is true
|
| -PASS 'textDecorationLine' in document.body.style is true
|
| -PASS 'textDecorationStyle' in document.body.style is true
|
| -PASS 'textDecorationColor' in document.body.style is true
|
| PASS 'borderTopColor' in document.body.style is true
|
| PASS 'border' in document.body.style is true
|
| PASS 'font' in document.body.style is true
|
|
|