Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Unified Diff: PerformanceTests/CSS/CSSPropertyUpdateValue.html

Issue 98733002: Avoid using non-standard property names in test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PerformanceTests/CSS/CSSPropertySetterGetter.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/CSS/CSSPropertyUpdateValue.html
diff --git a/PerformanceTests/CSS/CSSPropertyUpdateValue.html b/PerformanceTests/CSS/CSSPropertyUpdateValue.html
index 6ac8ea4a4ab7159aa5f2789e96abd3a07c90f9f2..d59f20b65d25163ea1b25fe2a68fe8bc804ae37d 100644
--- a/PerformanceTests/CSS/CSSPropertyUpdateValue.html
+++ b/PerformanceTests/CSS/CSSPropertyUpdateValue.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',
« no previous file with comments | « PerformanceTests/CSS/CSSPropertySetterGetter.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698