[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

hamaji at chromium.org hamaji at chromium.org
Wed Apr 7 23:16:32 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit b317b179c16923ba147e15cb9fa655c79faf4259
Author: hamaji at chromium.org <hamaji at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 30 17:26:23 2009 +0000

    2009-10-30  Shinichiro Hamaji  <hamaji at chromium.org>
    
            Reviewed by Mark Rowe.
    
            fast/css/counters/t1204* are not asynchronous anymore
            https://bugs.webkit.org/show_bug.cgi?id=30940
    
            * fast/css/counters/t1204-increment-00-c-o.html:
            * fast/css/counters/t1204-increment-01-c-o.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50340 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ac04b76..a988e44 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2009-10-30  Shinichiro Hamaji  <hamaji at chromium.org>
+
+        Reviewed by Mark Rowe.
+
+        fast/css/counters/t1204* are not asynchronous anymore
+        https://bugs.webkit.org/show_bug.cgi?id=30940
+
+        * fast/css/counters/t1204-increment-00-c-o.html:
+        * fast/css/counters/t1204-increment-01-c-o.html:
+
 2009-10-30  Kenneth Rohde Christiansen  <kenneth at webkit.org>
 
         Unreviewed layout test fixes.
diff --git a/LayoutTests/fast/css/counters/t1204-increment-00-c-o.html b/LayoutTests/fast/css/counters/t1204-increment-00-c-o.html
index 7b5e7be..5120034 100644
--- a/LayoutTests/fast/css/counters/t1204-increment-00-c-o.html
+++ b/LayoutTests/fast/css/counters/t1204-increment-00-c-o.html
@@ -12,10 +12,8 @@
   <script src="../../js/resources/js-test-pre.js"></script>
   <script type="text/javascript">
 
-  if (window.layoutTestController) {
-      layoutTestController.waitUntilDone();
+  if (window.layoutTestController)
       layoutTestController.dumpAsText();
-  }
 
   function checkCounterValuesBeforeChange()
   {
@@ -38,7 +36,6 @@
       // Eliminate confusing messages (counter values won't be dumped by dumpAsText).
       var viewElement = document.getElementById("view");
       viewElement.parentNode.removeChild(viewElement);
-      layoutTestController.notifyDone();
   }
 
   function run()
diff --git a/LayoutTests/fast/css/counters/t1204-increment-01-c-o.html b/LayoutTests/fast/css/counters/t1204-increment-01-c-o.html
index 851f3d7..d3acf75 100644
--- a/LayoutTests/fast/css/counters/t1204-increment-01-c-o.html
+++ b/LayoutTests/fast/css/counters/t1204-increment-01-c-o.html
@@ -12,10 +12,8 @@
   <script src="../../js/resources/js-test-pre.js"></script>
   <script type="text/javascript">
 
-  if (window.layoutTestController) {
-      layoutTestController.waitUntilDone();
+  if (window.layoutTestController)
       layoutTestController.dumpAsText();
-  }
 
   function checkCounterValuesBeforeChange()
   {
@@ -37,7 +35,6 @@
       // Eliminate confusing messages (counter values won't be dumped by dumpAsText).
       var viewElement = document.getElementById("view");
       viewElement.parentNode.removeChild(viewElement);
-      layoutTestController.notifyDone();
   }
 
   function run()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list