Index: PerformanceTests/CSS/CSSPropertySetterGetter.html |
diff --git a/PerformanceTests/CSS/CSSPropertySetterGetter.html b/PerformanceTests/CSS/CSSPropertySetterGetter.html |
index 0361a7c07682a74811e07d2612cee8080db49f16..6bc51dec73ed522fe62d43c9e97eda814d5f0cb9 100644 |
--- a/PerformanceTests/CSS/CSSPropertySetterGetter.html |
+++ b/PerformanceTests/CSS/CSSPropertySetterGetter.html |
@@ -13,7 +13,7 @@ var properties = { |
'backgroundColor' : 'green', |
'backgroundImage' : 'url(\'test.png\')', |
'backgroundPosition' : 'top', |
-'background-repeat' : 'repeat-x', |
+'backgroundRepeat' : 'repeat-x', |
'background' : '#ffffff url(\'img_tree.png\') no-repeat right top', |
'border' : '20px dotted red', |
'borderBottomStyle' : 'dotted', |
@@ -31,7 +31,7 @@ var properties = { |
'content' : 'normal', |
'direction' : 'rtl', |
'display' : 'block', |
-'float' : 'right', |
+'cssFloat' : 'right', |
'fontFamily' : '"Times New Roman",Georgia,Serif', |
'fontSize' : '13px', |
'fontVariant' : 'small-caps', |