git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Crash in WebCore::RenderLayer::FilterInfo::updateReferenceFilterClients
[WebKit-https.git]
/
PerformanceTests
/
CSS
/
CSSPropertySetterGetter.html
diff --git
a/PerformanceTests/CSS/CSSPropertySetterGetter.html
b/PerformanceTests/CSS/CSSPropertySetterGetter.html
index
445618c
..
0361a7c
100644
(file)
--- a/
PerformanceTests/CSS/CSSPropertySetterGetter.html
+++ b/
PerformanceTests/CSS/CSSPropertySetterGetter.html
@@
-71,7
+71,7
@@
var properties = {
'webkitTransform' : 'scale3d(0.5, 0.5, 0.5)',
'wordSpacing' : '40px',
};
-PerfTestRunner.
run
PerSecond({run:function() {
+PerfTestRunner.
measureRuns
PerSecond({run:function() {
for (key in properties) {
var value = div.style[key];
div.style[key] = "";