Index: LayoutTests/fast/css/cssText-shorthand.html |
=================================================================== |
--- LayoutTests/fast/css/cssText-shorthand.html (revision 115068) |
+++ LayoutTests/fast/css/cssText-shorthand.html (working copy) |
@@ -29,7 +29,7 @@ |
['font-family: sans-serif; line-height: 2em; font-size: 3em; font-style: italic; font-weight: bold;', |
'font-family: sans-serif; line-height: 2em; font-size: 3em; font-style: italic; font-weight: bold;'], |
- ['list-style-type: circle; list-style-position: inside; list-style-image: initial;', 'list-style: circle inside;'], |
+ ['list-style-type: circle; list-style-position: inside;', 'list-style: circle inside;'], |
['margin-top: 1px; margin-right: 2px; margin-bottom: 3px; margin-left: 4px;', 'margin: 1px 2px 3px 4px;'], |
['outline-width: 2px; outline-style: dotted; outline-color: blue;', 'outline: blue dotted 2px;'], |
['overflow-x: scroll; overflow-y: hidden;', 'overflow: scroll hidden;'], |