Fix the test failing with run-perf-tests.
authoralexis.menard@openbossa.org <alexis.menard@openbossa.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 15 Mar 2012 18:24:01 +0000 (18:24 +0000)
committeralexis.menard@openbossa.org <alexis.menard@openbossa.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 15 Mar 2012 18:24:01 +0000 (18:24 +0000)
Rubber stamped by Ryosuke Niwa.

* CSS/CSSPropertySetterGetter.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@110862 268f45cc-cd09-0410-ab3c-d52691b4dbfc

PerformanceTests/CSS/CSSPropertySetterGetter.html
PerformanceTests/ChangeLog

index 19396a9..f29d40b 100644 (file)
@@ -4,7 +4,7 @@
 <script src="../resources/runner.js"></script>
 </head>
 <body>
-<div id="test">Content here.</div>
+<div id="test"></div>
 </body>
 <script>
 var div = document.getElementById("test");
index e9cf083..dc412d3 100644 (file)
@@ -1,3 +1,11 @@
+2012-03-15  Alexis Menard  <alexis.menard@openbossa.org>
+
+        Fix the test failing with run-perf-tests.
+
+        Rubber stamped by Ryosuke Niwa.
+
+        * CSS/CSSPropertySetterGetter.html:
+
 2012-03-14  Alexis Menard  <alexis.menard@openbossa.org>
 
         Add a new perf test to benchmark setting and reading CSS properties from JS.