[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

pfeldman at chromium.org pfeldman at chromium.org
Thu Oct 29 20:46:49 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 5f935bf6cb1b3128766676c12d21f11266b118a6
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 17 07:32:57 2009 +0000

    2009-10-17  Pavel Feldman  <pfeldman at chromium.org>
    
            Not reviewed: reduce inspector console test size - it times out.
    
            * inspector/console-tests-expected.txt:
            * inspector/console-tests.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49737 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6b9d7d1..d55fa60 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-17  Pavel Feldman  <pfeldman at chromium.org>
+
+        Not reviewed: reduce inspector console test size - it times out.
+
+        * inspector/console-tests-expected.txt:
+        * inspector/console-tests.html:
+
 2009-10-16  Simon Fraser  <simon.fraser at apple.com>
 
         Skip this test:
diff --git a/LayoutTests/inspector/console-tests-expected.txt b/LayoutTests/inspector/console-tests-expected.txt
index 39490a8..94141b5 100644
--- a/LayoutTests/inspector/console-tests-expected.txt
+++ b/LayoutTests/inspector/console-tests-expected.txt
@@ -13,7 +13,6 @@ CONSOLE MESSAGE: line 17: repeated
 CONSOLE MESSAGE: line 17: repeated
 CONSOLE MESSAGE: line 22: 1
 CONSOLE MESSAGE: line 23: [object HTMLDocument]
-CONSOLE MESSAGE: line 24: [object HTMLHtmlElement]
 Tests that console logging dumps proper messages.
 
 console-tests.html:8log console-message console-js-source console-log-level
@@ -31,5 +30,4 @@ console-tests.html:20group console-message console-js-source console-log-level c
 console-message console-js-source console-log-level
 console-tests.html:221 2 3 console-message console-js-source console-log-level
 console-tests.html:23HTMLDocument console-message console-js-source console-log-level
-console-tests.html:24 console-message console-js-source console-log-level
 
diff --git a/LayoutTests/inspector/console-tests.html b/LayoutTests/inspector/console-tests.html
index 72d24ac..e99e0e4 100755
--- a/LayoutTests/inspector/console-tests.html
+++ b/LayoutTests/inspector/console-tests.html
@@ -21,7 +21,6 @@ function doit()
     console.groupEnd();
     console.log('1', '2', '3');
     console.dir(document);
-    console.dirxml(document.documentElement);
 
     function callback(result)
     {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list